jasi.sim.geo
Class GeoObject

java.lang.Object
  extended by jasi.sim.geo.GeoObject
All Implemented Interfaces:
SimValue, Geometric, java.io.Serializable
Direct Known Subclasses:
Coordinate, Direction, Line, LinearMove, SpaceVec, SpeedVec, SphericalMove

public abstract class GeoObject
extends java.lang.Object
implements Geometric, java.io.Serializable

A geometric element.

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface jasi.sim.geo.Geometric
BEGIN, END, MIDLE
 
Constructor Summary
GeoObject()
           
 
Method Summary
 java.lang.String getContent()
          Get the content of this geometric element.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GeoObject

public GeoObject()
Method Detail

getContent

public final java.lang.String getContent()
Get the content of this geometric element.

Specified by:
getContent in interface SimValue
Returns:
Its content.