Jeospace API

org.jeospace.x3d.geometry
Interface ILSDataSource

All Superinterfaces:
CoordinateDataSource
All Known Implementing Classes:
EarthEllipticPath, EllipticPath, SphericalLatitude, SphericalLongitude

public interface ILSDataSource
extends CoordinateDataSource

Defines the requirements for generating the geometry of an X3D IndexedLineSet

Version:
$Revision: 1.1.1.1 $
Author:
Rex Melton

Method Summary
 int[] getLineCoordinateIndices()
          Return the indices of the coordinate points of the line set.
 
Methods inherited from interface org.jeospace.x3d.geometry.CoordinateDataSource
getCoordinatePoints, getScale
 

Method Detail

getLineCoordinateIndices

public int[] getLineCoordinateIndices()
Return the indices of the coordinate points of the line set.

Returns:
the indices of the coordinate points of the line set.

Jeospace API

Copyright © 2006 - jeospace.org