public abstract class SuperGeometry extends Object
| Modifier and Type | Field and Description |
|---|---|
protected GeometryType |
geoType |
protected GeometryMessage |
lastMessage |
| Modifier | Constructor and Description |
|---|---|
protected |
SuperGeometry(GeometryType type)
Ctor.
|
| Modifier and Type | Method and Description |
|---|---|
GeometryType |
getGeometryType()
GeometryType is a descriptor used for creating particular instance and
for getting type information about particular configuration subject.
|
String |
getName()
Name of the subject that this geometry message concerns.
|
String |
getType()
Type describes the vehicle type.
|
Boolean |
isReady()
Used to make sure the object is filled.
|
void |
updateMessage(GeometryMessage message)
Method used for updating the message object that provides particular
properties for given type.
|
protected GeometryMessage lastMessage
protected GeometryType geoType
protected SuperGeometry(GeometryType type)
type - Geometry type describes particular subject about which we
want to know about. It is used to distinguish incoming message from the
server.public Boolean isReady()
public String getType()
public String getName()
public GeometryType getGeometryType()
public void updateMessage(GeometryMessage message)
message - Geometry message from server.Copyright © 2013 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.