public class GeoLODObject extends X3DConcreteNode implements GeoLOD
| Modifier and Type | Field and Description |
|---|---|
static float[] |
BBOXCENTER_DEFAULT_VALUE
SFVec3f field named bboxCenter has default value {0f,0f,0f} (Java syntax) or 0 0 0 (XML syntax).
|
static float[] |
BBOXSIZE_DEFAULT_VALUE
SFVec3f field named bboxSize has default value {-1f,-1f,-1f} (Java syntax) or -1 -1 -1 (XML syntax).
|
static double[] |
CENTER_DEFAULT_VALUE
SFVec3d field named center has default value {0,0,0} (Java syntax) or 0 0 0 (XML syntax).
|
static java.util.ArrayList<java.lang.String> |
CHILD1URL_DEFAULT_VALUE
MFString field named child1Url has default value equal to an empty list.
|
static java.util.ArrayList<java.lang.String> |
CHILD2URL_DEFAULT_VALUE
MFString field named child2Url has default value equal to an empty list.
|
static java.util.ArrayList<java.lang.String> |
CHILD3URL_DEFAULT_VALUE
MFString field named child3Url has default value equal to an empty list.
|
static java.util.ArrayList<java.lang.String> |
CHILD4URL_DEFAULT_VALUE
MFString field named child4Url has default value equal to an empty list.
|
static java.lang.String |
COMPONENT
String constant COMPONENT defines X3D component for the GeoLOD element: Geospatial
|
static java.lang.String |
containerField_DEFAULT_VALUE
containerField describes typical field relationship of a node to its parent.
|
static java.lang.String |
fromField_CHILDREN
fromField ROUTE name for MFNode field named children.
|
static java.lang.String |
fromField_LEVEL_CHANGED
fromField ROUTE name for SFInt32 field named level_changed.
|
static java.lang.String |
fromField_METADATA
fromField ROUTE name for SFNode field named metadata.
|
static java.util.ArrayList<java.lang.String> |
GEOSYSTEM_DEFAULT_VALUE
MFString field named geoSystem has default quoted value new String[] {"GD","WE"} (Java syntax) or quoted value "GD" "WE" (XML syntax).
|
static int |
LEVEL
Integer constant LEVEL provides default X3D Geospatial component level for this element: 1
|
static java.lang.String |
NAME
String constant NAME provides name of this element: GeoLOD.
|
static float |
RANGE_DEFAULT_VALUE
SFFloat field named range has default value 10f (Java syntax) or 10 (XML syntax).
|
static java.util.ArrayList<java.lang.String> |
ROOTURL_DEFAULT_VALUE
MFString field named rootUrl has default value equal to an empty list.
|
static java.lang.String |
toField_METADATA
toField ROUTE name for SFNode field named metadata.
|
CLASS_DEFAULT_VALUE, containerField_ALTERNATE_VALUES, DEF_DEFAULT_VALUE, USE_DEFAULT_VALUEvalidationResult| Constructor and Description |
|---|
GeoLODObject()
Constructor for GeoLODObject to initialize member variables with default values.
|
GeoLODObject(java.lang.String DEFlabel)
Utility constructor that assigns DEF label after initializing member variables with default values.
|
| Modifier and Type | Method and Description |
|---|---|
GeoLODObject |
addChild1Url(SFStringObject newValue)
Add singleton SFStringObject value to MFString child1Url field.
|
GeoLODObject |
addChild1Url(java.lang.String newValue)
Add singleton String value to MFString child1Url field.
|
GeoLODObject |
addChild2Url(SFStringObject newValue)
Add singleton SFStringObject value to MFString child2Url field.
|
GeoLODObject |
addChild2Url(java.lang.String newValue)
Add singleton String value to MFString child2Url field.
|
GeoLODObject |
addChild3Url(SFStringObject newValue)
Add singleton SFStringObject value to MFString child3Url field.
|
GeoLODObject |
addChild3Url(java.lang.String newValue)
Add singleton String value to MFString child3Url field.
|
GeoLODObject |
addChild4Url(SFStringObject newValue)
Add singleton SFStringObject value to MFString child4Url field.
|
GeoLODObject |
addChild4Url(java.lang.String newValue)
Add singleton String value to MFString child4Url field.
|
GeoLODObject |
addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to children field
|
GeoLODObject |
addComments(java.lang.String newComment)
Add comment as CommentsBlock to children field
|
GeoLODObject |
addComments(java.lang.String[] newComments)
Add comments as String[] array to children field
|
GeoLODObject |
addGeoSystem(SFStringObject newValue)
Add singleton SFStringObject value to MFString geoSystem field.
|
GeoLODObject |
addGeoSystem(java.lang.String newValue)
Add singleton String value to MFString geoSystem field.
|
GeoLODObject |
addRootNode(X3DNode newValue)
Add single child node to existing array of rootNode nodes (if any).
|
void |
addRootNode(X3DNode[] newValue)
Add array of child rootNode nodes to array of existing nodes (if any).
|
GeoLODObject |
addRootUrl(SFStringObject newValue)
Add singleton SFStringObject value to MFString rootUrl field.
|
GeoLODObject |
addRootUrl(java.lang.String newValue)
Add singleton String value to MFString rootUrl field.
|
GeoLODObject |
clearChild1Url()
Utility method to clear MFString value of child1Url field.
|
GeoLODObject |
clearChild2Url()
Utility method to clear MFString value of child2Url field.
|
GeoLODObject |
clearChild3Url()
Utility method to clear MFString value of child3Url field.
|
GeoLODObject |
clearChild4Url()
Utility method to clear MFString value of child4Url field.
|
GeoLODObject |
clearGeoOrigin()
Utility method to clear SFNode value of geoOrigin field.
|
GeoLODObject |
clearGeoSystem()
Utility method to clear MFString value of geoSystem field.
|
GeoLODObject |
clearMetadata()
Utility method to clear SFNode value of metadata field.
|
GeoLODObject |
clearRootNode()
Utility method to clear MFNode value of rootNode field.
|
GeoLODObject |
clearRootUrl()
Utility method to clear MFString value of rootUrl field.
|
X3DConcreteElement |
findElementByNameValue(java.lang.String nameValue)
Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
|
X3DConcreteElement |
findElementByNameValue(java.lang.String nameValue,
java.lang.String elementName)
Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
|
X3DConcreteNode |
findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
java.lang.String |
getAccessType(java.lang.String fieldName)
Indicate accessType corresponding to given fieldName.
|
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.util.ArrayList<java.lang.String> |
getChild1UrlList()
Utility method to get ArrayList value of MFString child1Url field, similar to
getChild1Url(). |
java.lang.String[] |
getChild2Url()
Provide array of String results from initializeOnly MFString field named child2Url.
|
java.util.ArrayList<java.lang.String> |
getChild2UrlList()
Utility method to get ArrayList value of MFString child2Url field, similar to
getChild2Url(). |
java.lang.String[] |
getChild3Url()
Provide array of String results from initializeOnly MFString field named child3Url.
|
java.util.ArrayList<java.lang.String> |
getChild3UrlList()
Utility method to get ArrayList value of MFString child3Url field, similar to
getChild3Url(). |
java.lang.String[] |
getChild4Url()
Provide array of String results from initializeOnly MFString field named child4Url.
|
java.util.ArrayList<java.lang.String> |
getChild4UrlList()
Utility method to get ArrayList value of MFString child4Url field, similar to
getChild4Url(). |
X3DNode[] |
getChildren()
Provide array of X3DChildNode results (using an array consisting of properly typed nodes or ProtoInstanceObjects) from outputOnly MFNode field children.
|
java.util.ArrayList<X3DNode> |
getChildrenList()
Utility method to get ArrayList value of MFNode children field, similar to
getChildren(). |
java.lang.String |
getComponent()
Defines X3D component for the GeoLOD element: Geospatial
|
int |
getComponentLevel()
Provides default X3D component level for this element: 1
|
java.lang.String |
getContainerFieldDefault()
containerField describes typical field relationship of a node to its parent.
|
java.lang.String |
getElementName()
Provides name of this element: GeoLOD
|
java.lang.String |
getFieldType(java.lang.String fieldName)
Indicate type corresponding to given fieldName.
|
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.
|
java.util.ArrayList<java.lang.String> |
getGeoSystemList()
Utility method to get ArrayList value of MFString geoSystem field, similar to
getGeoSystem(). |
ISObject |
getIS()
Provide field named IS for establishing IS/connect field connections between ProtoInterface fields and internal ProtoBody nodes.
|
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 X3DChildNode results (using an array consisting of properly typed nodes or ProtoInstanceObjects) from initializeOnly MFNode field rootNode.
|
java.util.ArrayList<X3DNode> |
getRootNodeList()
Utility method to get ArrayList value of MFNode rootNode field, similar to
getRootNode(). |
java.lang.String[] |
getRootUrl()
Provide array of String results from initializeOnly MFString field named rootUrl.
|
java.util.ArrayList<java.lang.String> |
getRootUrlList()
Utility method to get ArrayList value of MFString rootUrl field, similar to
getRootUrl(). |
boolean |
hasElementByNameValue(java.lang.String nameValue,
java.lang.String elementName)
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
|
boolean |
hasGeoOrigin()
Indicate whether an object is available for initializeOnly SFNode field geoOrigin.
|
boolean |
hasMetadata()
Indicate whether an object is available for inputOutput SFNode field metadata.
|
boolean |
hasNodeByDEF(java.lang.String DEFvalue)
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
|
boolean |
hasRootNode()
Indicate whether an object is available for initializeOnly MFNode field rootNode.
|
void |
initialize()
Initialize all member variables to default values.
|
GeoLODObject |
setBboxCenter(float[] newValue)
Assign 3-tuple float array to initializeOnly SFVec3f field named bboxCenter.
|
GeoLODObject |
setBboxCenter(float x,
float y,
float z)
Assign values to SFVec3f bboxCenter field, similar to
setBboxCenter(float[]). |
GeoLODObject |
setBboxCenter(SFVec3fObject newValue)
Assign typed object value to SFVec3f bboxCenter field, similar to
setBboxCenter(float[]). |
GeoLODObject |
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.
|
GeoLODObject |
setBboxSize(float x,
float y,
float z)
Assign values to SFVec3f bboxSize field, similar to
setBboxSize(float[]). |
GeoLODObject |
setBboxSize(SFVec3fObject newValue)
Assign typed object value to SFVec3f bboxSize field, similar to
setBboxSize(float[]). |
GeoLODObject |
setCenter(double[] newValue)
Assign 3-tuple double array to initializeOnly SFVec3d field named center.
|
GeoLODObject |
setCenter(double x,
double y,
double z)
Assign values to SFVec3d center field, similar to
setCenter(double[]). |
GeoLODObject |
setCenter(SFVec3dObject newValue)
Assign typed object value to SFVec3d center field, similar to
setCenter(double[]). |
GeoLODObject |
setChild1Url(java.util.ArrayList<java.lang.String> newValue)
Assign ArrayList value of MFString child1Url field, similar to
setChild1Url(String[]). |
GeoLODObject |
setChild1Url(MFStringObject newValue)
Assign typed object value to MFString child1Url field, similar to
setChild1Url(String[]). |
GeoLODObject |
setChild1Url(SFStringObject newValue)
Assign single SFString object value to MFString child1Url field, similar to
setChild1Url(String[]). |
GeoLODObject |
setChild1Url(java.lang.String newValue)
Assign singleton String value to MFString child1Url field, similar to
setChild1Url(String[]). |
GeoLODObject |
setChild1Url(java.lang.String[] newValue)
Assign String array to initializeOnly MFString field named child1Url.
|
GeoLODObject |
setChild2Url(java.util.ArrayList<java.lang.String> newValue)
Assign ArrayList value of MFString child2Url field, similar to
setChild2Url(String[]). |
GeoLODObject |
setChild2Url(MFStringObject newValue)
Assign typed object value to MFString child2Url field, similar to
setChild2Url(String[]). |
GeoLODObject |
setChild2Url(SFStringObject newValue)
Assign single SFString object value to MFString child2Url field, similar to
setChild2Url(String[]). |
GeoLODObject |
setChild2Url(java.lang.String newValue)
Assign singleton String value to MFString child2Url field, similar to
setChild2Url(String[]). |
GeoLODObject |
setChild2Url(java.lang.String[] newValue)
Assign String array to initializeOnly MFString field named child2Url.
|
GeoLODObject |
setChild3Url(java.util.ArrayList<java.lang.String> newValue)
Assign ArrayList value of MFString child3Url field, similar to
setChild3Url(String[]). |
GeoLODObject |
setChild3Url(MFStringObject newValue)
Assign typed object value to MFString child3Url field, similar to
setChild3Url(String[]). |
GeoLODObject |
setChild3Url(SFStringObject newValue)
Assign single SFString object value to MFString child3Url field, similar to
setChild3Url(String[]). |
GeoLODObject |
setChild3Url(java.lang.String newValue)
Assign singleton String value to MFString child3Url field, similar to
setChild3Url(String[]). |
GeoLODObject |
setChild3Url(java.lang.String[] newValue)
Assign String array to initializeOnly MFString field named child3Url.
|
GeoLODObject |
setChild4Url(java.util.ArrayList<java.lang.String> newValue)
Assign ArrayList value of MFString child4Url field, similar to
setChild4Url(String[]). |
GeoLODObject |
setChild4Url(MFStringObject newValue)
Assign typed object value to MFString child4Url field, similar to
setChild4Url(String[]). |
GeoLODObject |
setChild4Url(SFStringObject newValue)
Assign single SFString object value to MFString child4Url field, similar to
setChild4Url(String[]). |
GeoLODObject |
setChild4Url(java.lang.String newValue)
Assign singleton String value to MFString child4Url field, similar to
setChild4Url(String[]). |
GeoLODObject |
setChild4Url(java.lang.String[] newValue)
Assign String array to initializeOnly MFString field named child4Url.
|
GeoLODObject |
setCssClass(SFStringObject newValue)
Assign typed object value to SFString cssClass field, similar to
setCssClass(String). |
GeoLODObject |
setCssClass(java.lang.String newValue)
Assign String value to inputOutput SFString field named class.
|
GeoLODObject |
setDEF(SFStringObject newValue)
Assign typed object value to SFString DEF field, similar to
setDEF(String). |
GeoLODObject |
setDEF(java.lang.String newValue)
Assign String value to inputOutput SFString field named DEF.
|
GeoLODObject |
setGeoOrigin(GeoOrigin newValue)
Assign GeoOrigin instance (using a properly typed node) (deprecated node, optional) to initializeOnly SFNode field geoOrigin.
|
GeoLODObject |
setGeoOrigin(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to initializeOnly SFNode field geoOrigin.
|
GeoLODObject |
setGeoSystem(java.util.ArrayList<java.lang.String> newValue)
Assign ArrayList value of MFString geoSystem field, similar to
setGeoSystem(String[]). |
GeoLODObject |
setGeoSystem(MFStringObject newValue)
Assign typed object value to MFString geoSystem field, similar to
setGeoSystem(String[]). |
GeoLODObject |
setGeoSystem(SFStringObject newValue)
Assign single SFString object value to MFString geoSystem field, similar to
setGeoSystem(String[]). |
GeoLODObject |
setGeoSystem(java.lang.String newValue)
Assign singleton String value to MFString geoSystem field, similar to
setGeoSystem(String[]). |
GeoLODObject |
setGeoSystem(java.lang.String[] newValue)
Assign String array to initializeOnly MFString field named geoSystem.
|
GeoLODObject |
setIS(ISObject newValue)
Assign field named IS for establishing IS/connect field connections between ProtoInterface fields and internal ProtoBody nodes.
|
GeoLODObject |
setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.
|
GeoLODObject |
setMetadata(X3DMetadataObject newValue)
Assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
GeoLODObject |
setRange(float newValue)
Assign float value within allowed range of [0,infinity) to initializeOnly SFFloat field named range.
|
GeoLODObject |
setRange(SFFloatObject newValue)
Assign typed object value to SFFloat range field, similar to
setRange(float). |
GeoLODObject |
setRootNode(java.util.ArrayList<X3DChildNode> newValue)
Assign ArrayList value of MFNode rootNode field, similar to
setRootNode(X3DNode[]). |
GeoLODObject |
setRootNode(X3DConcreteNode newValue)
Utility method to set single SFNode as GeoLODObject rootNode.
|
void |
setRootNode(X3DNode newValue)
Set single child rootNode node, replacing prior array of existing nodes (if any).
|
GeoLODObject |
setRootNode(X3DNode[] newValue)
Assign X3DChildNode array (using an array consisting of properly typed nodes or ProtoInstanceObjects) to initializeOnly MFNode field rootNode.
|
GeoLODObject |
setRootUrl(java.util.ArrayList<java.lang.String> newValue)
Assign ArrayList value of MFString rootUrl field, similar to
setRootUrl(String[]). |
GeoLODObject |
setRootUrl(MFStringObject newValue)
Assign typed object value to MFString rootUrl field, similar to
setRootUrl(String[]). |
GeoLODObject |
setRootUrl(SFStringObject newValue)
Assign single SFString object value to MFString rootUrl field, similar to
setRootUrl(String[]). |
GeoLODObject |
setRootUrl(java.lang.String newValue)
Assign singleton String value to MFString rootUrl field, similar to
setRootUrl(String[]). |
GeoLODObject |
setRootUrl(java.lang.String[] newValue)
Assign String array to initializeOnly MFString field named rootUrl.
|
GeoLODObject |
setUSE(GeoLODObject DEFnode)
Assign a USE reference to another DEF node of same node type, similar to
setUSE(String). |
GeoLODObject |
setUSE(SFStringObject newValue)
Assign typed object value to SFString USE field, similar to
setUSE(String). |
GeoLODObject |
setUSE(java.lang.String newValue)
Assign String value to inputOutput SFString field named USE.
|
java.lang.String |
toStringClassicVRML(int indentLevel)
Recursive method to provide ClassicVRML string serialization.
|
java.lang.String |
toStringVRML97(int indentLevel)
Recursive method to provide VRML97 string serialization.
|
java.lang.String |
toStringX3D(int indentLevel)
Recursive method to provide X3D string serialization of this model subgraph, utilizing XML encoding and conforming to X3D Canonical Form.
|
java.lang.String |
validate()
Recursive method to validate this element plus all contained nodes and statements,
using both datatype-specification value checks and regular expression (regex) checking of corresponding string values.
|
getContainerFieldAlternateValues, getContainerFieldOverride, getCssClass, getDEF, getUSE, isNode, isStatement, isUSE, resetContainerFieldOverride, setConcreteCssClass, setConcreteDEF, setConcreteUSE, setContainerFieldOverrideclearParentObject, findAncestorElementByName, findAncestorProtoBody, findAncestorSceneObject, findAncestorX3DObject, getPackageName, getParentObject, getValidationResult, hasAncestorElementByName, hasAncestorProtoBody, hasAncestorSceneObject, hasAncestorX3DObject, setParentObject, toStringClassicVRML, toStringVRML97, toStringX3Dpublic static final java.lang.String NAME
public static final java.lang.String COMPONENT
public static final int LEVEL
public static final float[] BBOXCENTER_DEFAULT_VALUE
public static final float[] BBOXSIZE_DEFAULT_VALUE
public static final double[] CENTER_DEFAULT_VALUE
public static final java.util.ArrayList<java.lang.String> CHILD1URL_DEFAULT_VALUE
public static final java.util.ArrayList<java.lang.String> CHILD2URL_DEFAULT_VALUE
public static final java.util.ArrayList<java.lang.String> CHILD3URL_DEFAULT_VALUE
public static final java.util.ArrayList<java.lang.String> CHILD4URL_DEFAULT_VALUE
public static final java.util.ArrayList<java.lang.String> GEOSYSTEM_DEFAULT_VALUE
public static final float RANGE_DEFAULT_VALUE
public static final java.util.ArrayList<java.lang.String> ROOTURL_DEFAULT_VALUE
public static final java.lang.String containerField_DEFAULT_VALUE
public static final java.lang.String fromField_CHILDREN
public static final java.lang.String fromField_LEVEL_CHANGED
public static final java.lang.String fromField_METADATA
public static final java.lang.String toField_METADATA
public GeoLODObject()
public GeoLODObject(java.lang.String DEFlabel)
DEFlabel - unique DEF name for this X3D nodepublic final java.lang.String getElementName()
getElementName in class X3DConcreteElementpublic final java.lang.String getComponent()
getComponent in class X3DConcreteElementpublic final int getComponentLevel()
getComponentLevel in class X3DConcreteElementpublic java.lang.String getFieldType(java.lang.String fieldName)
getFieldType in class X3DConcreteElementfieldName - name of field in this X3D nodeConfigurationProperties.ERROR_UNKNOWN_FIELD_TYPEpublic java.lang.String getAccessType(java.lang.String fieldName)
getAccessType in class X3DConcreteElementfieldName - name of field in this X3D nodeConfigurationProperties.ERROR_UNKNOWN_FIELD_ACCESSTYPEpublic final java.lang.String getContainerFieldDefault()
getContainerFieldDefault in class X3DConcreteNodepublic final void initialize()
initialize in class X3DConcreteNodepublic float[] getBboxCenter()
getBboxCenter in interface GeoLODgetBboxCenter in interface X3DBoundedObjectpublic GeoLODObject setBboxCenter(float[] newValue)
setBboxCenter in interface GeoLODsetBboxCenter in interface X3DBoundedObjectnewValue - is new value for the bboxCenter field.GeoLODObject - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).public GeoLODObject setBboxCenter(SFVec3fObject newValue)
setBboxCenter(float[]).newValue - is new value for the bboxCenter field.GeoLODObject - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).public GeoLODObject setBboxCenter(float x, float y, float z)
setBboxCenter(float[]).x - first componenty - second componentz - third componentGeoLODObject - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).public float[] getBboxSize()
getBboxSize in interface GeoLODgetBboxSize in interface X3DBoundedObjectpublic GeoLODObject setBboxSize(float[] newValue)
setBboxSize in interface GeoLODsetBboxSize in interface X3DBoundedObjectnewValue - is new value for the bboxSize field.GeoLODObject - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).public GeoLODObject setBboxSize(SFVec3fObject newValue)
setBboxSize(float[]).newValue - is new value for the bboxSize field.GeoLODObject - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).public GeoLODObject setBboxSize(float x, float y, float z)
setBboxSize(float[]).x - first componenty - second componentz - third componentGeoLODObject - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).public double[] getCenter()
public GeoLODObject setCenter(double[] newValue)
setCenter in interface GeoLODnewValue - is new value for the center field.GeoLODObject - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).public GeoLODObject setCenter(SFVec3dObject newValue)
setCenter(double[]).newValue - is new value for the center field.GeoLODObject - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).public GeoLODObject setCenter(double x, double y, double z)
setCenter(double[]).x - first componenty - second componentz - third componentGeoLODObject - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).public java.lang.String[] getChild1Url()
getChild1Url in interface GeoLODpublic java.util.ArrayList<java.lang.String> getChild1UrlList()
getChild1Url().public GeoLODObject setChild1Url(java.lang.String[] newValue)
setChild1Url in interface GeoLODnewValue - is new value for the child1Url field.GeoLODObject - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).public GeoLODObject setChild1Url(MFStringObject newValue)
setChild1Url(String[]).newValue - is new value for the child1Url field.GeoLODObject - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).public GeoLODObject setChild1Url(SFStringObject newValue)
setChild1Url(String[]).newValue - is new value for the child1Url field.GeoLODObject - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).public GeoLODObject setChild1Url(java.lang.String newValue)
setChild1Url(String[]).newValue - is new value for the child1Url field.GeoLODObject - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).public GeoLODObject setChild1Url(java.util.ArrayList<java.lang.String> newValue)
setChild1Url(String[]).newValue - is new value for the child1Url field.GeoLODObject - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).public GeoLODObject clearChild1Url()
GeoLODObject - namely this same object to allow sequential method pipelining (i.e. consecutive
setAttribute method invocations).public GeoLODObject addChild1Url(java.lang.String newValue)
newValue - is new value to add to the child1Url field.GeoLODObject - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).MFStringObject.cleanupEnumerationValues(String)public GeoLODObject addChild1Url(SFStringObject newValue)
newValue - is new value to add to the child1Url field.GeoLODObject - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).MFStringObject.cleanupEnumerationValues(String)public java.lang.String[] getChild2Url()
getChild2Url in interface GeoLODpublic java.util.ArrayList<java.lang.String> getChild2UrlList()
getChild2Url().public GeoLODObject setChild2Url(java.lang.String[] newValue)
setChild2Url in interface GeoLODnewValue - is new value for the child2Url field.GeoLODObject - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).public GeoLODObject setChild2Url(MFStringObject newValue)
setChild2Url(String[]).newValue - is new value for the child2Url field.GeoLODObject - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).public GeoLODObject setChild2Url(SFStringObject newValue)
setChild2Url(String[]).newValue - is new value for the child2Url field.GeoLODObject - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).public GeoLODObject setChild2Url(java.lang.String newValue)
setChild2Url(String[]).newValue - is new value for the child2Url field.GeoLODObject - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).public GeoLODObject setChild2Url(java.util.ArrayList<java.lang.String> newValue)
setChild2Url(String[]).newValue - is new value for the child2Url field.GeoLODObject - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).public GeoLODObject clearChild2Url()
GeoLODObject - namely this same object to allow sequential method pipelining (i.e. consecutive
setAttribute method invocations).public GeoLODObject addChild2Url(java.lang.String newValue)
newValue - is new value to add to the child2Url field.GeoLODObject - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).MFStringObject.cleanupEnumerationValues(String)public GeoLODObject addChild2Url(SFStringObject newValue)
newValue - is new value to add to the child2Url field.GeoLODObject - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).MFStringObject.cleanupEnumerationValues(String)public java.lang.String[] getChild3Url()
getChild3Url in interface GeoLODpublic java.util.ArrayList<java.lang.String> getChild3UrlList()
getChild3Url().public GeoLODObject setChild3Url(java.lang.String[] newValue)
setChild3Url in interface GeoLODnewValue - is new value for the child3Url field.GeoLODObject - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).public GeoLODObject setChild3Url(MFStringObject newValue)
setChild3Url(String[]).newValue - is new value for the child3Url field.GeoLODObject - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).public GeoLODObject setChild3Url(SFStringObject newValue)
setChild3Url(String[]).newValue - is new value for the child3Url field.GeoLODObject - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).public GeoLODObject setChild3Url(java.lang.String newValue)
setChild3Url(String[]).newValue - is new value for the child3Url field.GeoLODObject - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).public GeoLODObject setChild3Url(java.util.ArrayList<java.lang.String> newValue)
setChild3Url(String[]).newValue - is new value for the child3Url field.GeoLODObject - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).public GeoLODObject clearChild3Url()
GeoLODObject - namely this same object to allow sequential method pipelining (i.e. consecutive
setAttribute method invocations).public GeoLODObject addChild3Url(java.lang.String newValue)
newValue - is new value to add to the child3Url field.GeoLODObject - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).MFStringObject.cleanupEnumerationValues(String)public GeoLODObject addChild3Url(SFStringObject newValue)
newValue - is new value to add to the child3Url field.GeoLODObject - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).MFStringObject.cleanupEnumerationValues(String)public java.lang.String[] getChild4Url()
getChild4Url in interface GeoLODpublic java.util.ArrayList<java.lang.String> getChild4UrlList()
getChild4Url().public GeoLODObject setChild4Url(java.lang.String[] newValue)
setChild4Url in interface GeoLODnewValue - is new value for the child4Url field.GeoLODObject - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).public GeoLODObject setChild4Url(MFStringObject newValue)
setChild4Url(String[]).newValue - is new value for the child4Url field.GeoLODObject - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).public GeoLODObject setChild4Url(SFStringObject newValue)
setChild4Url(String[]).newValue - is new value for the child4Url field.GeoLODObject - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).public GeoLODObject setChild4Url(java.lang.String newValue)
setChild4Url(String[]).newValue - is new value for the child4Url field.GeoLODObject - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).public GeoLODObject setChild4Url(java.util.ArrayList<java.lang.String> newValue)
setChild4Url(String[]).newValue - is new value for the child4Url field.GeoLODObject - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).public GeoLODObject clearChild4Url()
GeoLODObject - namely this same object to allow sequential method pipelining (i.e. consecutive
setAttribute method invocations).public GeoLODObject addChild4Url(java.lang.String newValue)
newValue - is new value to add to the child4Url field.GeoLODObject - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).MFStringObject.cleanupEnumerationValues(String)public GeoLODObject addChild4Url(SFStringObject newValue)
newValue - is new value to add to the child4Url field.GeoLODObject - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).MFStringObject.cleanupEnumerationValues(String)public X3DNode[] getChildren()
getChildren in interface GeoLODX3DChildNodepublic java.util.ArrayList<X3DNode> getChildrenList()
getChildren().public GeoLODObject addComments(java.lang.String newComment)
addComments in class X3DConcreteElementnewComment - initial valueGeoLODObject - namely this same object to allow sequential method pipelining (i.e. consecutive
setAttribute method invocations).public GeoLODObject addComments(java.lang.String[] newComments)
addComments in class X3DConcreteElementnewComments - array of commentsGeoLODObject - namely this same object to allow sequential method pipelining (i.e. consecutive
setAttribute method invocations).public GeoLODObject addComments(CommentsBlock newCommentsBlock)
addComments in class X3DConcreteElementnewCommentsBlock - block of comments to addGeoLODObject - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).public GeoOrigin getGeoOrigin()
getGeoOrigin in interface GeoLODgetGeoOriginProtoInstance()public GeoLODObject setGeoOrigin(GeoOrigin newValue)
setGeoOrigin in interface GeoLODnewValue - is new value for the geoOrigin field.GeoLODObject - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).setGeoOrigin(ProtoInstanceObject)public GeoLODObject clearGeoOrigin()
GeoLODObject - namely this same object to allow sequential method pipelining (i.e. consecutive
setAttribute method invocations).public GeoLODObject setGeoOrigin(ProtoInstanceObject newValue)
newValue - is new value for the geoOrigin field.GeoLODObject - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).setGeoOrigin(GeoOrigin)public boolean hasGeoOrigin()
getGeoOrigin(),
getGeoOriginProtoInstance()public java.lang.String[] getGeoSystem()
getGeoSystem in interface GeoLODpublic java.util.ArrayList<java.lang.String> getGeoSystemList()
getGeoSystem().public GeoLODObject setGeoSystem(java.lang.String[] newValue)
setGeoSystem in interface GeoLODnewValue - is new value for the geoSystem field.GeoLODObject - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).public GeoLODObject setGeoSystem(MFStringObject newValue)
setGeoSystem(String[]).newValue - is new value for the geoSystem field.GeoLODObject - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).public GeoLODObject setGeoSystem(SFStringObject newValue)
setGeoSystem(String[]).newValue - is new value for the geoSystem field.GeoLODObject - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).public GeoLODObject setGeoSystem(java.lang.String newValue)
setGeoSystem(String[]).newValue - is new value for the geoSystem field.GeoLODObject - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).public GeoLODObject setGeoSystem(java.util.ArrayList<java.lang.String> newValue)
setGeoSystem(String[]).newValue - is new value for the geoSystem field.GeoLODObject - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).public GeoLODObject clearGeoSystem()
GeoLODObject - namely this same object to allow sequential method pipelining (i.e. consecutive
setAttribute method invocations).public GeoLODObject addGeoSystem(java.lang.String newValue)
newValue - is new value to add to the geoSystem field.GeoLODObject - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).MFStringObject.cleanupEnumerationValues(String)public GeoLODObject addGeoSystem(SFStringObject newValue)
newValue - is new value to add to the geoSystem field.GeoLODObject - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).MFStringObject.cleanupEnumerationValues(String)public int getLevel()
public X3DMetadataObject getMetadata()
getMetadata in interface X3DChildNodegetMetadata in interface X3DNodegetMetadata in interface GeoLODgetMetadataProtoInstance(),
X3D Scene Authoring Hints: Metadata Nodespublic GeoLODObject setMetadata(X3DMetadataObject newValue)
setMetadata in interface X3DChildNodesetMetadata in interface X3DNodesetMetadata in interface GeoLODsetMetadata in class X3DConcreteNodenewValue - is new value for the metadata field.GeoLODObject - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).setMetadata(ProtoInstanceObject),
X3D Scene Authoring Hints: Metadata Nodespublic GeoLODObject clearMetadata()
GeoLODObject - namely this same object to allow sequential method pipelining (i.e. consecutive
setAttribute method invocations).public GeoLODObject setMetadata(ProtoInstanceObject newValue)
setMetadata in class X3DConcreteNodenewValue - is new value for the metadata field.GeoLODObject - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).setMetadata(X3DMetadataObject)public boolean hasMetadata()
getMetadata(),
getMetadataProtoInstance(),
X3D Scene Authoring Hints: Metadata Nodespublic float getRange()
public GeoLODObject setRange(float newValue)
setRange in interface GeoLODnewValue - is new value for the range field.GeoLODObject - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).public GeoLODObject setRange(SFFloatObject newValue)
setRange(float).newValue - is new value for the range field.GeoLODObject - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).public X3DNode[] getRootNode()
getRootNode in interface GeoLODX3DChildNodepublic java.util.ArrayList<X3DNode> getRootNodeList()
getRootNode().public GeoLODObject setRootNode(X3DNode[] newValue)
setRootNode in interface GeoLODnewValue - is new value for the rootNode field.GeoLODObject - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).public GeoLODObject setRootNode(java.util.ArrayList<X3DChildNode> newValue)
setRootNode(X3DNode[]).newValue - is new value for the rootNode field.GeoLODObject - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).public GeoLODObject addRootNode(X3DNode newValue)
newValue - is new value to be appended the rootNode field.GeoLODObject - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).public void addRootNode(X3DNode[] newValue)
addRootNode in interface GeoLODnewValue - is new value array to be appended the rootNode field.public void setRootNode(X3DNode newValue)
setRootNode in interface GeoLODnewValue - is new node for the rootNode field (restricted to X3DChildNode)public GeoLODObject setRootNode(X3DConcreteNode newValue)
newValue - GeoLODObject node to setGeoLODObject - namely this same object to allow sequential method pipelining (i.e. consecutive
setAttribute method invocations).public GeoLODObject clearRootNode()
GeoLODObject - namely this same object to allow sequential method pipelining (i.e. consecutive
setAttribute method invocations).public boolean hasRootNode()
getRootNode()public java.lang.String[] getRootUrl()
getRootUrl in interface GeoLODpublic java.util.ArrayList<java.lang.String> getRootUrlList()
getRootUrl().public GeoLODObject setRootUrl(java.lang.String[] newValue)
setRootUrl in interface GeoLODnewValue - is new value for the rootUrl field.GeoLODObject - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).public GeoLODObject setRootUrl(MFStringObject newValue)
setRootUrl(String[]).newValue - is new value for the rootUrl field.GeoLODObject - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).public GeoLODObject setRootUrl(SFStringObject newValue)
setRootUrl(String[]).newValue - is new value for the rootUrl field.GeoLODObject - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).public GeoLODObject setRootUrl(java.lang.String newValue)
setRootUrl(String[]).newValue - is new value for the rootUrl field.GeoLODObject - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).public GeoLODObject setRootUrl(java.util.ArrayList<java.lang.String> newValue)
setRootUrl(String[]).newValue - is new value for the rootUrl field.GeoLODObject - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).public GeoLODObject clearRootUrl()
GeoLODObject - namely this same object to allow sequential method pipelining (i.e. consecutive
setAttribute method invocations).public GeoLODObject addRootUrl(java.lang.String newValue)
newValue - is new value to add to the rootUrl field.GeoLODObject - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).MFStringObject.cleanupEnumerationValues(String)public GeoLODObject addRootUrl(SFStringObject newValue)
newValue - is new value to add to the rootUrl field.GeoLODObject - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).MFStringObject.cleanupEnumerationValues(String)public final GeoLODObject setDEF(java.lang.String newValue)
setDEF in interface X3DChildNodesetDEF in interface X3DNodesetDEF in interface GeoLODsetDEF in class X3DConcreteNodenewValue - is new value for the DEF field.GeoLODObject - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).public GeoLODObject setDEF(SFStringObject newValue)
setDEF(String).newValue - is new value for the DEF field.GeoLODObject - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).public final GeoLODObject 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 X3DNodesetUSE in interface GeoLODsetUSE in class X3DConcreteNodenewValue - is new value for the USE field.GeoLODObject - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).public GeoLODObject setUSE(SFStringObject newValue)
setUSE(String).newValue - is new value for the USE field.GeoLODObject - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).public final GeoLODObject setCssClass(java.lang.String newValue)
setCssClass in interface X3DChildNodesetCssClass in interface X3DNodesetCssClass in interface GeoLODsetCssClass in class X3DConcreteNodenewValue - is new value for the class field.GeoLODObject - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).public GeoLODObject setCssClass(SFStringObject newValue)
setCssClass(String).newValue - is new value for the class field.GeoLODObject - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).public GeoLODObject setIS(ISObject newValue)
setIS in class X3DConcreteNodenewValue - is new value for the description field.GeoLODObject - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).public ISObject getIS()
getIS in class X3DConcreteNodepublic GeoLODObject setUSE(GeoLODObject DEFnode)
setUSE(String).
setUSE() method on this node resets all other fields to their default values (except for containerField) and also releases all child nodes.
DEFnode - must have a DEF value definedGeoLODObject - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).public java.lang.String toStringX3D(int indentLevel)
toStringX3D in class X3DConcreteElementindentLevel - number of levels of indentation for this elementX3DObject.FILE_EXTENSION_X3D,
X3DObject.FILE_EXTENSION_XML,
X3DObject.toStringXML(),
X3DObject.toFileXML(String),
X3DObject.toFileX3D(String),
X3D XML Encoding,
X3D Compressed Binary Encoding: X3D Canonical Formpublic java.lang.String toStringClassicVRML(int indentLevel)
toStringClassicVRML in class X3DConcreteElementindentLevel - number of levels of indentation for this elementX3DObject.FILE_EXTENSION_CLASSICVRML,
X3D Resources: Virtual Reality Modeling Language (VRML) 97,
Extensible 3D (X3D) encodings Part 2: Classic VRML encoding,
Extensible 3D (X3D) encodings Part 2: Classic VRML encoding, Annex A: Grammarpublic java.lang.String toStringVRML97(int indentLevel)
toStringVRML97 in class X3DConcreteElementindentLevel - number of levels of indentation for this elementX3DObject.FILE_EXTENSION_VRML97,
X3D Resources: Virtual Reality Modeling Language (VRML) 97,
Virtual Reality Modeling Language (VRML) 97 specification,
VRML 97 v2.1 Amendmentpublic X3DConcreteElement findElementByNameValue(java.lang.String nameValue)
findElementByNameValue in class X3DConcreteElementnameValue - is value of the name field being searched for in this element and child elements(if any)findNodeByDEF(String),
X3DConcreteElement.hasAncestorSceneObject(),
X3DConcreteElement.findAncestorX3DObject()public X3DConcreteElement findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)
findElementByNameValue in class X3DConcreteElementnameValue - is value of the name field being searched for in this element and child elements(if any)elementName - identifies the element of interest (meta MetadataString ProtoDeclare CADassembly ProtoInstance HAnimHumanoid etc.)findNodeByDEF(String),
X3DConcreteElement.hasAncestorSceneObject(),
X3DConcreteElement.findAncestorX3DObject()public boolean hasElementByNameValue(java.lang.String nameValue,
java.lang.String elementName)
nameValue - is value of the name field being searched for in this element and child elements(if any)elementName - identifies the element of interest (meta MetadataString ProtoDeclare CADassembly ProtoInstance HAnimHumanoid etc.)findElementByNameValue(String, String)public X3DConcreteNode findNodeByDEF(java.lang.String DEFvalue)
findNodeByDEF in class X3DConcreteElementDEFvalue - is value of the name field being searched for in this element and child elements(if any)findElementByNameValue(String),
X3DConcreteElement.hasAncestorSceneObject(),
X3DConcreteElement.findAncestorX3DObject()public boolean hasNodeByDEF(java.lang.String DEFvalue)
DEFvalue - is value of the name field being searched for in this element and child elements(if any)findNodeByDEF(String)public java.lang.String validate()
validate in class X3DConcreteElementCopyright ©2005-2017 Web3D Consortium under an open-source license, free for any use. Feedback is welcome.