|
Jeospace API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.jeospace.x3d.geometry.SphericalLatLongMesh
A data source for an X3D IndexedFaceSet that implements a spherical mesh composed of points of latitude and longitude.
| Constructor Summary | |
SphericalLatLongMesh(int degrees)
Constructor |
|
| Method Summary | |
float[][] |
getCoordinatePoints()
Return the coordinate points. |
int[] |
getFaceCoordinateIndices()
Return the indices of the coordinate points of the face set. |
Length |
getScale()
Return the scale to which the coordinate points are calculated. |
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 class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public SphericalLatLongMesh(int degrees)
degrees - the angular separation between each mesh coordinate
along each line of latitude and longitude. The degrees parameter
must be less than 90.| Method Detail |
public float[][] getCoordinatePoints()
getCoordinatePoints in interface CoordinateDataSourcepublic Length getScale()
getScale in interface CoordinateDataSourcepublic int[] getFaceCoordinateIndices()
getFaceCoordinateIndices in interface IFSDataSourcepublic float[][] getTextureCoordinates()
getTextureCoordinates in interface IFSDataSourcepublic int[] getTextureCoordinateIndices()
getTextureCoordinateIndices in interface IFSDataSource
|
Jeospace API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||