Class BaseGeoCoordinate

java.lang.Object
All Implemented Interfaces:
VRMLNode, FrameStateListener, VRMLCoordinateNodeType, VRMLGeometricPropertyNodeType, VRMLNodeType, OriginListener
Direct Known Subclasses:
NRGeoCoordinate, OGLGeoCoordinate

public abstract class BaseGeoCoordinate extends BaseGeometricPropertyNode implements VRMLCoordinateNodeType, OriginListener
Common base implementation of a Coordinate node.

Points are held internally as a flat array of values. The point list returned will always be flat. We do this because renderers like point values as a single flat array.

Version:
$Revision: 1.14 $
Author:
Justin Couch