Package org.web3d.x3d.sai.geospatial
Interface GeoLocation
- All Superinterfaces:
X3DBoundedObject
,X3DChildNode
,X3DGroupingNode
,X3DNode
- All Known Implementing Classes:
SAIGeoLocation
,SAIGeoLocation
Defines the requirements of an X3D GeoLocation node
- Version:
- $Revision: 1.1 $
- Author:
- Rex Melton
-
Method Summary
Modifier and TypeMethodDescriptionvoid
getGeoCoords
(double[] val) Return the geoCoords value in the argument double[]Return the geoOrigin X3DNode value.void
getGeoSystem
(String[] val) Return the geoSystem value in the argument String[]int
Return the number of MFString items in the geoSystem field.void
setGeoCoords
(double[] val) Set the geoCoords field.void
setGeoOrigin
(X3DNode val) Set the geoOrigin field.void
setGeoSystem
(String[] val) Set the geoSystem field.Methods inherited from interface org.web3d.x3d.sai.X3DBoundedObject
getBboxCenter, getBboxSize, setBboxCenter, setBboxSize
Methods inherited from interface org.web3d.x3d.sai.X3DGroupingNode
addChildren, getChildren, getNumChildren, removeChildren, setChildren
Methods inherited from interface org.web3d.x3d.sai.X3DNode
dispose, getField, getFieldDefinitions, getMetadata, getNodeName, getNodeType, isRealized, realize, setMetadata
-
Method Details
-
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
-
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.
-