|
Jeospace API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.jeospace.x3d.geometry.SphericalLongitude
Generate the data for creating an X3D IndexedLineSet of a line of longitude about a sphere.
| Constructor Summary | |
SphericalLongitude(Longitude longitude)
Constructor for a line of longitude extending from pole to pole. |
|
SphericalLongitude(Longitude longitude,
Latitude begin,
Latitude end)
Constructor for a segment of a line of longitude. |
|
| Method Summary | |
float[][] |
getCoordinatePoints()
Return the coordinate points of the line set. |
int[] |
getLineCoordinateIndices()
Return the indices of the coordinate points of the line set. |
Length |
getScale()
Return the scale to which the coordinate points are calculated. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public SphericalLongitude(Longitude longitude,
Latitude begin,
Latitude end)
longitude - the Longitude for which to
calculate the line pointsbegin - the initial Latitude of the lineend - the final Latitude of the linepublic SphericalLongitude(Longitude longitude)
longitude - the Longitude for which to
calculate the line points| Method Detail |
public float[][] getCoordinatePoints()
getCoordinatePoints in interface CoordinateDataSourcepublic int[] getLineCoordinateIndices()
getLineCoordinateIndices in interface ILSDataSourcepublic Length getScale()
getScale in interface CoordinateDataSource
|
Jeospace API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||