jasi.sim.geo
Interface Geometric

All Superinterfaces:
java.io.Serializable, SimValue
All Known Implementing Classes:
Arc, ComparableGeoObject, Coordinate, Direction, GeoObject, Latitude, Line, LinearMove, Longitude, Space, SpaceVec, Speed, SpeedVec, SphericalMove

public interface Geometric
extends SimValue

Basic constants for geometric elements.


Field Summary
static char BEGIN
          Left enclosing bracket.
static char END
          Right enclosing bracket.
static char MIDLE
          Separator between components.
 
Method Summary
 
Methods inherited from interface jasi.sim.basic.value.SimValue
getContent
 

Field Detail

BEGIN

static final char BEGIN
Left enclosing bracket.

See Also:
Constant Field Values

MIDLE

static final char MIDLE
Separator between components.

See Also:
Constant Field Values

END

static final char END
Right enclosing bracket.

See Also:
Constant Field Values