public interface GeoLOD extends X3DChildNode, X3DBoundedObject
| Modifier and Type | Method and Description |
|---|---|
void |
addRootNode(X3DNode[] newValue)
Add array of child rootNode nodes to array of existing nodes (if any).
|
float[] |
getBboxCenter()
Provide array of 3-tuple float results from initializeOnly SFVec3f field named bboxCenter.
|
float[] |
getBboxSize()
Provide array of 3-tuple float results within allowed range of [0,infinity), or default value [-1 -1 -1], from initializeOnly SFVec3f field named bboxSize.
|
double[] |
getCenter()
Provide array of 3-tuple double results from initializeOnly SFVec3d field named center.
|
java.lang.String[] |
getChild1Url()
Provide array of String results from initializeOnly MFString field named child1Url.
|
java.lang.String[] |
getChild2Url()
Provide array of String results from initializeOnly MFString field named child2Url.
|
java.lang.String[] |
getChild3Url()
Provide array of String results from initializeOnly MFString field named child3Url.
|
java.lang.String[] |
getChild4Url()
Provide array of String results from initializeOnly MFString field named child4Url.
|
X3DNode[] |
getChildren()
Provide array of X3DNode results (using an array consisting of properly typed nodes or ProtoInstanceObjects) from outputOnly MFNode field children.
|
GeoOrigin |
getGeoOrigin()
Provide GeoOrigin instance (using a properly typed node) (deprecated node, optional) from initializeOnly SFNode field geoOrigin.
|
java.lang.String[] |
getGeoSystem()
Provide array of String results from initializeOnly MFString field named geoSystem.
|
int |
getLevel()
Provide int value within allowed range of [0,1] from outputOnly SFInt32 field named level_changed.
|
X3DMetadataObject |
getMetadata()
Provide X3DMetadataObject instance (using a properly typed node) from inputOutput SFNode field metadata.
|
float |
getRange()
Provide float value within allowed range of [0,infinity) from initializeOnly SFFloat field named range.
|
X3DNode[] |
getRootNode()
Provide array of X3DNode results (using an array consisting of properly typed nodes or ProtoInstanceObjects) from initializeOnly MFNode field rootNode.
|
java.lang.String[] |
getRootUrl()
Provide array of String results from initializeOnly MFString field named rootUrl.
|
GeoLOD |
setBboxCenter(float[] newValue)
Assign 3-tuple float array to initializeOnly SFVec3f field named bboxCenter.
|
GeoLOD |
setBboxSize(float[] newValue)
Assign 3-tuple float array within allowed range of [0,infinity), or default value [-1 -1 -1], to initializeOnly SFVec3f field named bboxSize.
|
GeoLOD |
setCenter(double[] newValue)
Assign 3-tuple double array to initializeOnly SFVec3d field named center.
|
GeoLOD |
setChild1Url(java.lang.String[] newValue)
Assign String array to initializeOnly MFString field named child1Url.
|
GeoLOD |
setChild2Url(java.lang.String[] newValue)
Assign String array to initializeOnly MFString field named child2Url.
|
GeoLOD |
setChild3Url(java.lang.String[] newValue)
Assign String array to initializeOnly MFString field named child3Url.
|
GeoLOD |
setChild4Url(java.lang.String[] newValue)
Assign String array to initializeOnly MFString field named child4Url.
|
GeoLOD |
setCssClass(java.lang.String newValue)
Assign String value to inputOutput SFString field named class.
|
GeoLOD |
setDEF(java.lang.String newValue)
Assign String value to inputOutput SFString field named DEF.
|
GeoLOD |
setGeoOrigin(GeoOrigin newValue)
Assign GeoOrigin instance (using a properly typed node) (deprecated node, optional) to initializeOnly SFNode field geoOrigin.
|
GeoLOD |
setGeoSystem(java.lang.String[] newValue)
Assign String array to initializeOnly MFString field named geoSystem.
|
GeoLOD |
setMetadata(X3DMetadataObject newValue)
Assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
GeoLOD |
setRange(float newValue)
Assign float value within allowed range of [0,infinity) to initializeOnly SFFloat field named range.
|
void |
setRootNode(X3DNode newValue)
Set single child rootNode node, replacing prior array of existing nodes (if any).
|
GeoLOD |
setRootNode(X3DNode[] newValue)
Assign X3DNode array (using an array consisting of properly typed nodes or ProtoInstanceObjects) to initializeOnly MFNode field rootNode.
|
GeoLOD |
setRootUrl(java.lang.String[] newValue)
Assign String array to initializeOnly MFString field named rootUrl.
|
GeoLOD |
setUSE(java.lang.String newValue)
Assign String value to inputOutput SFString field named USE.
|
float[] getBboxCenter()
getBboxCenter in interface X3DBoundedObjectGeoLOD setBboxCenter(float[] newValue)
setBboxCenter in interface X3DBoundedObjectnewValue - is new value for the bboxCenter field.GeoLOD - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).float[] getBboxSize()
getBboxSize in interface X3DBoundedObjectGeoLOD setBboxSize(float[] newValue)
setBboxSize in interface X3DBoundedObjectnewValue - is new value for the bboxSize field.GeoLOD - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).double[] getCenter()
GeoLOD setCenter(double[] newValue)
newValue - is new value for the center field.GeoLOD - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).java.lang.String[] getChild1Url()
GeoLOD setChild1Url(java.lang.String[] newValue)
newValue - is new value for the child1Url field.GeoLOD - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).java.lang.String[] getChild2Url()
GeoLOD setChild2Url(java.lang.String[] newValue)
newValue - is new value for the child2Url field.GeoLOD - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).java.lang.String[] getChild3Url()
GeoLOD setChild3Url(java.lang.String[] newValue)
newValue - is new value for the child3Url field.GeoLOD - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).java.lang.String[] getChild4Url()
GeoLOD setChild4Url(java.lang.String[] newValue)
newValue - is new value for the child4Url field.GeoLOD - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).X3DNode[] getChildren()
X3DChildNodeGeoOrigin getGeoOrigin()
GeoLOD setGeoOrigin(GeoOrigin newValue)
newValue - is new value for the geoOrigin field.GeoLOD - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).java.lang.String[] getGeoSystem()
GeoLOD setGeoSystem(java.lang.String[] newValue)
newValue - is new value for the geoSystem field.GeoLOD - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).int getLevel()
X3DMetadataObject getMetadata()
getMetadata in interface X3DChildNodegetMetadata in interface X3DNodeGeoLOD setMetadata(X3DMetadataObject newValue)
setMetadata in interface X3DChildNodesetMetadata in interface X3DNodenewValue - is new value for the metadata field.GeoLOD - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).float getRange()
GeoLOD setRange(float newValue)
newValue - is new value for the range field.GeoLOD - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).X3DNode[] getRootNode()
X3DChildNodeGeoLOD setRootNode(X3DNode[] newValue)
newValue - is new value for the rootNode field.GeoLOD - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).void addRootNode(X3DNode[] newValue)
newValue - is new value array to be appended the rootNode field.void setRootNode(X3DNode newValue)
newValue - is new node for the rootNode fieldjava.lang.String[] getRootUrl()
GeoLOD setRootUrl(java.lang.String[] newValue)
newValue - is new value for the rootUrl field.GeoLOD - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).GeoLOD setDEF(java.lang.String newValue)
setDEF in interface X3DChildNodesetDEF in interface X3DNodenewValue - is new value for the DEF field.GeoLOD - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).GeoLOD setUSE(java.lang.String newValue)
USE node is still an independent object, with the USE value matching the DEF value in the preceding object.
setUSE() method on this node resets all other fields to their default values (except for containerField) and also releases all child nodes.setUSE in interface X3DChildNodesetUSE in interface X3DNodenewValue - is new value for the USE field.GeoLOD - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).GeoLOD setCssClass(java.lang.String newValue)
setCssClass in interface X3DChildNodesetCssClass in interface X3DNodenewValue - is new value for the class field.GeoLOD - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).Copyright ©2005-2017 Web3D Consortium under an open-source license, free for any use. Feedback is welcome.