public class SensorToGroundMapping extends Object
SensorMapping
Constructor | 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 | Description |
---|---|---|
void |
addMapping(SensorPixel pixel,
org.orekit.bodies.GeodeticPoint groundPoint) |
Add a mapping between one sensor pixel and one ground point.
|
Set<Map.Entry<SensorPixel,org.orekit.bodies.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, org.orekit.bodies.GeodeticPoint groundPoint)
pixel
- sensor pixelgroundPoint
- ground point corresponding to the sensor pixelpublic Set<Map.Entry<SensorPixel,org.orekit.bodies.GeodeticPoint>> getMapping()
Copyright © 2014-2019 CS Systèmes d'information. All rights reserved.