Jeospace API

org.jeospace.x3d.geometry
Interface CoordinateDataSource

All Known Subinterfaces:
IFSDataSource, ILSDataSource
All Known Implementing Classes:
EarthEllipticPath, EllipticPath, SphericalLatitude, SphericalLatLongMesh, SphericalLongitude

public interface CoordinateDataSource

Defines the requirements for generating coordinate points for an X3D Coordinate node

Version:
$Revision: 1.1.1.1 $
Author:
Rex Melton

Method Summary
 float[][] getCoordinatePoints()
          Return the coordinate points.
 Length getScale()
          Return the scale to which the coordinate points are calculated.
 

Method Detail

getCoordinatePoints

public float[][] getCoordinatePoints()
Return the coordinate points.

Returns:
the coordinate points.

getScale

public Length getScale()
Return the scale to which the coordinate points are calculated.

Returns:
the scale to which the coordinate points are calculated.

Jeospace API

Copyright © 2006 - jeospace.org