public class SensorMapping<T> extends Object
Constructor | Description |
---|---|
SensorMapping(String sensorName) |
Build a new instance (with default Rugged name).
|
SensorMapping(String sensorName,
String ruggedName) |
Build a new instance with a specific Rugged name.
|
Modifier and Type | Method | Description |
---|---|---|
void |
addMapping(SensorPixel pixel,
T point) |
Add a mapping between a sensor pixel and another point (sensor pixel or ground point).
|
Set<Map.Entry<SensorPixel,T>> |
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 SensorMapping(String sensorName)
sensorName
- name of the sensor to which mapping appliespublic String getSensorName()
public String getRuggedName()
public void addMapping(SensorPixel pixel, T point)
pixel
- sensor pixelpoint
- sensor pixel or ground point corresponding to the sensor pixelpublic Set<Map.Entry<SensorPixel,T>> getMapping()
Copyright © 2014-2019 CS Systèmes d'information. All rights reserved.