Package org.web3d.x3d.sai.geospatial
Interface GeoLOD
- All Superinterfaces:
X3DBoundedObject
,X3DChildNode
,X3DNode
Defines the requirements of an X3D GeoLOD node
- Version:
- $Revision: 1.2 $
- Author:
- Rex Melton
-
Method Summary
Modifier and TypeMethodDescriptionvoid
getCenter
(double[] val) Return the center value in the argument double[]void
getChild1Url
(String[] val) Return the child1Url value in the argument String[]void
getChild2Url
(String[] val) Return the child2Url value in the argument String[]void
getChild3Url
(String[] val) Return the child3Url value in the argument String[]void
getChild4Url
(String[] val) Return the child4Url value in the argument String[]void
getChildren
(X3DNode[] val) Return the children value in the argument X3DNode[]Return the geoOrigin X3DNode value.void
getGeoSystem
(String[] val) Return the geoSystem value in the argument String[]int
getLevel()
Return the level int value.int
Return the number of MFString items in the child1Url field.int
Return the number of MFString items in the child2Url field.int
Return the number of MFString items in the child3Url field.int
Return the number of MFString items in the child4Url field.int
Return the number of MFNode items in the children field.int
Return the number of MFString items in the geoSystem field.int
Return the number of MFNode items in the rootNode field.int
Return the number of MFString items in the rootUrl field.float
getRange()
Return the range float value.void
getRootNode
(X3DNode[] val) Return the rootNode value in the argument X3DNode[]void
getRootUrl
(String[] val) Return the rootUrl value in the argument String[]void
setCenter
(double[] val) Set the center field.void
setChild1Url
(String[] val) Set the child1Url field.void
setChild2Url
(String[] val) Set the child2Url field.void
setChild3Url
(String[] val) Set the child3Url field.void
setChild4Url
(String[] val) Set the child4Url field.void
setGeoOrigin
(X3DNode val) Set the geoOrigin field.void
setGeoSystem
(String[] val) Set the geoSystem field.void
setRange
(float val) Set the range field.void
setRootNode
(X3DNode[] val) Set the rootNode field.void
setRootUrl
(String[] val) Set the rootUrl field.Methods inherited from interface org.web3d.x3d.sai.X3DBoundedObject
getBboxCenter, getBboxSize, setBboxCenter, setBboxSize
Methods inherited from interface org.web3d.x3d.sai.X3DNode
dispose, getField, getFieldDefinitions, getMetadata, getNodeName, getNodeType, isRealized, realize, setMetadata
-
Method Details
-
getNumChildren
int getNumChildren()Return the number of MFNode items in the children field.- Returns:
- the number of MFNode items in the children field.
-
getChildren
Return the children value in the argument X3DNode[]- Parameters:
val
- The X3DNode[] to initialize.
-
getNumRootNode
int getNumRootNode()Return the number of MFNode items in the rootNode field.- Returns:
- the number of MFNode items in the rootNode field.
-
getRootNode
Return the rootNode value in the argument X3DNode[]- Parameters:
val
- The X3DNode[] to initialize.
-
setRootNode
-
getNumRootUrl
int getNumRootUrl()Return the number of MFString items in the rootUrl field.- Returns:
- the number of MFString items in the rootUrl field.
-
getRootUrl
Return the rootUrl value in the argument String[]- Parameters:
val
- The String[] to initialize.
-
setRootUrl
-
getNumChild1Url
int getNumChild1Url()Return the number of MFString items in the child1Url field.- Returns:
- the number of MFString items in the child1Url field.
-
getChild1Url
Return the child1Url value in the argument String[]- Parameters:
val
- The String[] to initialize.
-
setChild1Url
-
getNumChild2Url
int getNumChild2Url()Return the number of MFString items in the child2Url field.- Returns:
- the number of MFString items in the child2Url field.
-
getChild2Url
Return the child2Url value in the argument String[]- Parameters:
val
- The String[] to initialize.
-
setChild2Url
-
getNumChild3Url
int getNumChild3Url()Return the number of MFString items in the child3Url field.- Returns:
- the number of MFString items in the child3Url field.
-
getChild3Url
Return the child3Url value in the argument String[]- Parameters:
val
- The String[] to initialize.
-
setChild3Url
-
getNumChild4Url
int getNumChild4Url()Return the number of MFString items in the child4Url field.- Returns:
- the number of MFString items in the child4Url field.
-
getChild4Url
Return the child4Url value in the argument String[]- Parameters:
val
- The String[] to initialize.
-
setChild4Url
-
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
-
getCenter
void getCenter(double[] val) Return the center value in the argument double[]- Parameters:
val
- The double[] to initialize.
-
setCenter
void setCenter(double[] val) Set the center field.- Parameters:
val
- The double[] to set.
-
getRange
float getRange()Return the range float value.- Returns:
- The range float value.
-
setRange
void setRange(float val) Set the range field.- Parameters:
val
- The float to set.
-
getLevel
int getLevel()Return the level int value.- Returns:
- The level int value.
-