GeoLocationObject |
GeoLocationObject.addChild(X3DChildNode newValue) |
Utility method to add single child element to contained list of existing children nodes (if any).
|
GeoLocationObject |
GeoLocationObject.addChildren(ProtoInstanceObject newValue) |
Add single ProtoInstanceObject (with appropriate node type and containerField value) to MFNode array for children field.
|
GeoLocationObject |
GeoLocationObject.addComments(java.lang.String newComment) |
Add comment as CommentsBlock to children field
|
GeoLocationObject |
GeoLocationObject.addComments(java.lang.String[] newComments) |
Add comments as String[] array to children field
|
GeoLocationObject |
GeoLocationObject.addComments(CommentsBlock newCommentsBlock) |
Add CommentsBlock to children field
|
GeoLocationObject |
GeoLocationObject.addGeoSystem(java.lang.String newValue) |
Add singleton String value to MFString geoSystem field.
|
GeoLocationObject |
GeoLocationObject.addGeoSystem(SFStringObject newValue) |
Add singleton SFStringObject value to MFString geoSystem field.
|
GeoLocationObject |
GeoLocationObject.clearChildren() |
Utility method to clear MFNode value of children field.
|
GeoLocationObject |
GeoLocationObject.clearGeoOrigin() |
Utility method to clear SFNode value of geoOrigin field.
|
GeoLocationObject |
GeoLocationObject.clearGeoSystem() |
Utility method to clear MFString value of geoSystem field.
|
GeoLocationObject |
GeoLocationObject.clearIS() |
Utility method to clear SFNode value of IS field.
|
GeoLocationObject |
GeoLocationObject.clearMetadata() |
Utility method to clear SFNode value of metadata field.
|
GeoLocationObject |
GeoLocationObject.setBboxCenter(double[] newArray) |
Utility method: double-precision set-array accessor for X3D floating-point type, similar to setBboxCenter(float[]) .
|
GeoLocationObject |
GeoLocationObject.setBboxCenter(double x,
double y,
double z) |
Utility method: double-precision set-parameters accessor for X3D floating-point type, similar to setBboxCenter(float[]) .
|
GeoLocationObject |
GeoLocationObject.setBboxCenter(float[] newValue) |
Accessor method to assign 3-tuple float array to initializeOnly SFVec3f field named bboxCenter.
|
GeoLocationObject |
GeoLocationObject.setBboxCenter(float x,
float y,
float z) |
|
GeoLocationObject |
GeoLocationObject.setBboxCenter(SFVec3fObject newValue) |
|
GeoLocationObject |
GeoLocationObject.setBboxDisplay(boolean newValue) |
Accessor method to assign boolean value to inputOutput SFBool field named bboxDisplay.
|
GeoLocationObject |
GeoLocationObject.setBboxDisplay(SFBoolObject newValue) |
|
GeoLocationObject |
GeoLocationObject.setBboxSize(double[] newArray) |
Utility method: double-precision set-array accessor for X3D floating-point type, similar to setBboxSize(float[]) .
|
GeoLocationObject |
GeoLocationObject.setBboxSize(double x,
double y,
double z) |
Utility method: double-precision set-parameters accessor for X3D floating-point type, similar to setBboxSize(float[]) .
|
GeoLocationObject |
GeoLocationObject.setBboxSize(float[] newValue) |
Accessor method to assign 3-tuple float array to initializeOnly SFVec3f field named bboxSize.
|
GeoLocationObject |
GeoLocationObject.setBboxSize(float x,
float y,
float z) |
|
GeoLocationObject |
GeoLocationObject.setBboxSize(SFVec3fObject newValue) |
|
GeoLocationObject |
GeoLocationObject.setChildren(java.util.ArrayList<X3DChildNode> newValue) |
|
GeoLocationObject |
GeoLocationObject.setChildren(X3DNode[] newValue) |
Accessor method to assign X3DChildNode array (using an array consisting of properly typed nodes or ProtoInstanceObjects) to inputOutput MFNode field children.
|
GeoLocationObject |
GeoLocationObject.setCssClass(java.lang.String newValue) |
Accessor method to assign String value to inputOutput SFString field named class.
|
GeoLocationObject |
GeoLocationObject.setCssClass(SFStringObject newValue) |
|
GeoLocationObject |
GeoLocationObject.setDEF(java.lang.String newValue) |
Accessor method to assign String value to inputOutput SFString field named DEF.
|
GeoLocationObject |
GeoLocationObject.setDEF(SFStringObject newValue) |
Assign typed object value to SFString DEF field, similar to setDEF(String) .
|
GeoLocationObject |
GeoLocationObject.setGeoCoords(double[] newValue) |
Accessor method to assign 3-tuple double array to inputOutput SFVec3d field named geoCoords.
|
GeoLocationObject |
GeoLocationObject.setGeoCoords(double x,
double y,
double z) |
|
GeoLocationObject |
GeoLocationObject.setGeoCoords(SFVec3dObject newValue) |
|
GeoLocationObject |
GeoLocationObject.setGeoOrigin(ProtoInstanceObject newValue) |
Assign ProtoInstance (using a properly typed node) to initializeOnly SFNode field geoOrigin.
|
GeoLocationObject |
GeoLocationObject.setGeoOrigin(GeoOrigin newValue) |
Accessor method to assign GeoOriginObject instance (using a properly typed node) to initializeOnly SFNode field geoOrigin.
|
GeoLocationObject |
GeoLocationObject.setGeoSystem(java.lang.String newValue) |
|
GeoLocationObject |
GeoLocationObject.setGeoSystem(java.lang.String[] newValue) |
Accessor method to assign String array to initializeOnly MFString field named geoSystem.
|
GeoLocationObject |
GeoLocationObject.setGeoSystem(java.util.ArrayList<java.lang.String> newValue) |
|
GeoLocationObject |
GeoLocationObject.setGeoSystem(MFStringObject newValue) |
|
GeoLocationObject |
GeoLocationObject.setGeoSystem(SFStringObject newValue) |
|
GeoLocationObject |
GeoLocationObject.setIS(ISObject newValue) |
Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
|
GeoLocationObject |
GeoLocationObject.setMetadata(ProtoInstanceObject newValue) |
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.
|
GeoLocationObject |
GeoLocationObject.setMetadata(X3DMetadataObject newValue) |
Accessor method to assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
GeoLocationObject |
GeoLocationObject.setUSE(java.lang.String newValue) |
Accessor method to assign String value to inputOutput SFString field named USE.
|
GeoLocationObject |
GeoLocationObject.setUSE(SFStringObject newValue) |
Assign typed object value to SFString USE field, similar to setUSE(String) .
|
GeoLocationObject |
GeoLocationObject.setUSE(GeoLocationObject DEFnode) |
Assign a USE reference to another DEF node of same node type, similar to setUSE(String) .
|
GeoLocationObject |
GeoLocationObject.setVisible(boolean newValue) |
Accessor method to assign boolean value to inputOutput SFBool field named visible.
|
GeoLocationObject |
GeoLocationObject.setVisible(SFBoolObject newValue) |
|