|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use GeometryType | |
|---|---|
| cz.cuni.amis.pogamut.usar2004.agent.module.datatypes | |
| cz.cuni.amis.pogamut.usar2004.agent.module.geometry | |
| cz.cuni.amis.pogamut.usar2004.agent.module.master | |
| Uses of GeometryType in cz.cuni.amis.pogamut.usar2004.agent.module.datatypes |
|---|
| Methods in cz.cuni.amis.pogamut.usar2004.agent.module.datatypes that return GeometryType | |
|---|---|
static GeometryType |
GeometryType.getType(String type)
For each geometry type it checks if type matches one of kinds. |
static GeometryType |
GeometryType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static GeometryType[] |
GeometryType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in cz.cuni.amis.pogamut.usar2004.agent.module.datatypes with parameters of type GeometryType | |
|---|---|
List<SuperGeometry> |
GeometryContainer.getGeometriesByGeometryType(GeometryType type)
Iterates through local hashmap values and seeks match. |
| Uses of GeometryType in cz.cuni.amis.pogamut.usar2004.agent.module.geometry |
|---|
| Fields in cz.cuni.amis.pogamut.usar2004.agent.module.geometry declared as GeometryType | |
|---|---|
protected GeometryType |
SuperGeometry.geoType
|
static GeometryType |
GeoSensorEffecter.type
|
static GeometryType |
GeoNautic.type
|
static GeometryType |
GeoMissionPackage.type
|
static GeometryType |
GeoLegged.type
|
static GeometryType |
GeoGround.type
|
static GeometryType |
GeoAerial.type
|
| Methods in cz.cuni.amis.pogamut.usar2004.agent.module.geometry that return GeometryType | |
|---|---|
GeometryType |
SuperGeometry.getGeometryType()
GeometryType is a descriptor used for creating particular instance and for getting type information about particular configuration subject. |
| Constructors in cz.cuni.amis.pogamut.usar2004.agent.module.geometry with parameters of type GeometryType | |
|---|---|
SuperGeometry(GeometryType type)
Ctor. |
|
VehicleGeometry(GeometryType type)
Ctor. |
|
| Uses of GeometryType in cz.cuni.amis.pogamut.usar2004.agent.module.master |
|---|
| Methods in cz.cuni.amis.pogamut.usar2004.agent.module.master with parameters of type GeometryType | |
|---|---|
List<SuperGeometry> |
GeometryMasterModule.getGeometriesByGeometryType(GeometryType type)
Note, that if type = UNKNOWN it returns all unknown Geometries. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||