Package org.web3d.x3d.sai.geospatial
Interface GeoCoordinate
- All Superinterfaces:
X3DCoordinateNode,X3DGeometricPropertyNode,X3DNode
- All Known Implementing Classes:
SAIGeoCoordinate,SAIGeoCoordinate
Defines the requirements of an X3D GeoCoordinate node
- Version:
- $Revision: 1.1 $
- Author:
- Rex Melton
-
Method Summary
Modifier and TypeMethodDescriptionReturn the geoOrigin X3DNode value.voidgetGeoSystem(String[] val) Return the geoSystem value in the argument String[]intReturn the number of MFString items in the geoSystem field.intReturn the number of MFVec3d items in the point field.voidgetPoint(double[] val) Return the point value in the argument double[]voidsetGeoOrigin(X3DNode val) Set the geoOrigin field.voidsetGeoSystem(String[] val) Set the geoSystem field.voidsetPoint(double[] val) Set the point field.Methods inherited from interface org.web3d.x3d.sai.X3DNode
dispose, getField, getFieldDefinitions, getMetadata, getNodeName, getNodeType, isRealized, realize, setMetadata
-
Method Details
-
getNumPoint
int getNumPoint()Return the number of MFVec3d items in the point field.- Returns:
- the number of MFVec3d items in the point field.
-
getPoint
void getPoint(double[] val) Return the point value in the argument double[]- Parameters:
val- The double[] to initialize.
-
setPoint
void setPoint(double[] val) Set the point field.- Parameters:
val- The double[] to set.
-
getGeoOrigin
-
setGeoOrigin
-
getNumGeoSystem
int getNumGeoSystem()Return the number of MFString items in the geoSystem field.- Returns:
- the number of MFString items in the geoSystem field.
-
getGeoSystem
Return the geoSystem value in the argument String[]- Parameters:
val- The String[] to initialize.
-
setGeoSystem
-