public class GeoSensorEffecter extends SuperGeometry
| Modifier and Type | Field and Description |
|---|---|
static GeometryType |
type |
geoType, lastMessage| Constructor and Description |
|---|
GeoSensorEffecter()
Ctor.
|
| Modifier and Type | Method and Description |
|---|---|
cz.cuni.amis.pogamut.base3d.worldview.object.Location |
getLocationAt(int index)
Camera, Sensor and effecter mounts are composed from Name, Location,
Orientaion and Mount name.
|
cz.cuni.amis.pogamut.base3d.worldview.object.Location |
getLocationBy(String Name)
Camera, Sensor and effecter mounts are composed from Name, Location,
Orientaion and Mount name.
|
String |
getMountAt(int index)
Camera, Sensor and effecter mounts are composed from Name, Location,
Orientaion and Mount name.
|
String |
getMountBy(String Name)
Camera, Sensor and effecter mounts are composed from Name, Location,
Orientaion and Mount name.
|
cz.cuni.amis.pogamut.base3d.worldview.object.Rotation |
getOrientationAt(int index)
Camera, Sensor and effecter mounts are composed from Name, Location,
Orientaion and Mount name.
|
cz.cuni.amis.pogamut.base3d.worldview.object.Rotation |
getOrientationBy(String Name)
Camera, Sensor and effecter mounts are composed from Name, Location,
Orientaion and Mount name.
|
SensorMount |
getSensorEffecterAt(int index)
Camera, Sensor and effecter mounts are composed from Name, Location,
Orientaion and Mount name.
|
SensorMount |
getSensorEffecterBy(String Name)
Camera, Sensor and effecter mounts are composed from Name, Location,
Orientaion and Mount name.
|
List<SensorMount> |
getSensorMountCollection()
Camera, Sensor and effecter mounts are composed from Name, Location,
Orientaion and Mount name.
|
int |
getSize()
Returns size of collection of sensor mounts.
|
getGeometryType, getName, getType, isReady, updateMessagepublic static final GeometryType type
public GeoSensorEffecter()
public int getSize()
public cz.cuni.amis.pogamut.base3d.worldview.object.Location getLocationBy(String Name)
public cz.cuni.amis.pogamut.base3d.worldview.object.Location getLocationAt(int index)
public String getMountBy(String Name)
public String getMountAt(int index)
public cz.cuni.amis.pogamut.base3d.worldview.object.Rotation getOrientationBy(String Name)
public cz.cuni.amis.pogamut.base3d.worldview.object.Rotation getOrientationAt(int index)
public SensorMount getSensorEffecterBy(String Name)
public SensorMount getSensorEffecterAt(int index)
public List<SensorMount> getSensorMountCollection()
Copyright © 2013 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.