public class SensorToGroundMapping extends Object
SensorMapping| Constructor and Description |
|---|
SensorToGroundMapping(String sensorName)
Build a new instance (with default Rugged name).
|
SensorToGroundMapping(String ruggedName,
String sensorName)
Build a new instance with a specific Rugged name.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addMapping(SensorPixel pixel,
GeodeticPoint groundPoint)
Add a mapping between one sensor pixel and one ground point.
|
Set<Map.Entry<SensorPixel,GeodeticPoint>> |
getMapping()
Get all the mapping entries.
|
String |
getRuggedName()
Get the name of the Rugged to which mapping applies.
|
String |
getSensorName()
Get the name of the sensor to which mapping applies.
|
public SensorToGroundMapping(String sensorName)
sensorName - name of the sensor to which mapping appliespublic String getSensorName()
public String getRuggedName()
public void addMapping(SensorPixel pixel, GeodeticPoint groundPoint)
pixel - sensor pixelgroundPoint - ground point corresponding to the sensor pixelpublic Set<Map.Entry<SensorPixel,GeodeticPoint>> getMapping()
Copyright © 2014-2020 CS GROUP. All rights reserved.