Jeospace API

org.jeospace.x3d.geometry
Interface IFSDataSource

All Superinterfaces:
CoordinateDataSource
All Known Implementing Classes:
SphericalLatLongMesh

public interface IFSDataSource
extends CoordinateDataSource

Defines the requirements for generating the geometry of an X3D IndexedFaceSet

Version:
$Revision: 1.1.1.1 $
Author:
Rex Melton

Method Summary
 int[] getFaceCoordinateIndices()
          Return the indices of the coordinate points of the face set.
 int[] getTextureCoordinateIndices()
          Return the indices of the texture coordinate points of the face set.
 float[][] getTextureCoordinates()
          Return the texture coordinates of the face set.
 
Methods inherited from interface org.jeospace.x3d.geometry.CoordinateDataSource
getCoordinatePoints, getScale
 

Method Detail

getFaceCoordinateIndices

public int[] getFaceCoordinateIndices()
Return the indices of the coordinate points of the face set.

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

getTextureCoordinates

public float[][] getTextureCoordinates()
Return the texture coordinates of the face set.

Returns:
the texture coordinates of the face set.

getTextureCoordinateIndices

public int[] getTextureCoordinateIndices()
Return the indices of the texture coordinate points of the face set.

Returns:
the indices of the texture coordinate points of the face set.

Jeospace API

Copyright © 2006 - jeospace.org