Package org.web3d.x3d.sai.geospatial
Interface GeoOrigin
- All Superinterfaces:
X3DNode
- All Known Implementing Classes:
SAIGeoOrigin
,SAIGeoOrigin
Defines the requirements of an X3D GeoOrigin node
- Version:
- $Revision: 1.1 $
- Author:
- Rex Melton
-
Method Summary
Modifier and TypeMethodDescriptionvoid
getGeoCoords
(double[] val) Return the geoCoords value in the argument double[]void
getGeoSystem
(String[] val) Return the geoSystem value in the argument String[]int
Return the number of MFString items in the geoSystem field.boolean
Return the rotateYUp boolean value.void
setGeoCoords
(double[] val) Set the geoCoords field.void
setGeoSystem
(String[] val) Set the geoSystem field.void
setRotateYUp
(boolean val) Set the rotateYUp field.Methods inherited from interface org.web3d.x3d.sai.X3DNode
dispose, getField, getFieldDefinitions, getMetadata, getNodeName, getNodeType, isRealized, realize, setMetadata
-
Method Details
-
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
-
getGeoCoords
void getGeoCoords(double[] val) Return the geoCoords value in the argument double[]- Parameters:
val
- The double[] to initialize.
-
setGeoCoords
void setGeoCoords(double[] val) Set the geoCoords field.- Parameters:
val
- The double[] to set.
-
getRotateYUp
boolean getRotateYUp()Return the rotateYUp boolean value.- Returns:
- The rotateYUp boolean value.
-
setRotateYUp
void setRotateYUp(boolean val) Set the rotateYUp field.- Parameters:
val
- The boolean to set.
-