| Package | Description |
|---|---|
| org.web3d.x3d.jsail.Geospatial |
The Geospatial component defines how to associate real-world locations in an X3D scene
and specifies nodes particularly tuned for geospatial applications.
|
| Modifier and Type | Method and Description |
|---|---|
GeoLocationObject |
GeoLocationObject.addChild(X3DChildNode newValue)
Utility method to add single child element to contained list of existing children nodes (if any).
|
GeoLocationObject |
GeoLocationObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to 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.addGeoSystem(SFStringObject newValue)
Add singleton SFStringObject value to MFString geoSystem field.
|
GeoLocationObject |
GeoLocationObject.addGeoSystem(java.lang.String newValue)
Add singleton String 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.clearMetadata()
Utility method to clear SFNode value of metadata field.
|
GeoLocationObject |
GeoLocationObject.setBboxCenter(float[] newValue)
Assign 3-tuple float array to initializeOnly SFVec3f field named bboxCenter.
|
GeoLocationObject |
GeoLocationObject.setBboxCenter(float x,
float y,
float z)
Assign values to SFVec3f bboxCenter field, similar to
setBboxCenter(float[]). |
GeoLocationObject |
GeoLocationObject.setBboxCenter(SFVec3fObject newValue)
Assign typed object value to SFVec3f bboxCenter field, similar to
setBboxCenter(float[]). |
GeoLocationObject |
GeoLocationObject.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.
|
GeoLocationObject |
GeoLocationObject.setBboxSize(float x,
float y,
float z)
Assign values to SFVec3f bboxSize field, similar to
setBboxSize(float[]). |
GeoLocationObject |
GeoLocationObject.setBboxSize(SFVec3fObject newValue)
Assign typed object value to SFVec3f bboxSize field, similar to
setBboxSize(float[]). |
GeoLocationObject |
GeoLocationObject.setChildren(java.util.ArrayList<X3DChildNode> newValue)
Assign ArrayList value of MFNode children field, similar to
setChildren(X3DNode[]). |
GeoLocationObject |
GeoLocationObject.setChildren(X3DNode[] newValue)
Assign X3DChildNode array (using an array consisting of properly typed nodes or ProtoInstanceObjects) to inputOutput MFNode field children.
|
GeoLocationObject |
GeoLocationObject.setCssClass(SFStringObject newValue)
Assign typed object value to SFString cssClass field, similar to
setCssClass(String). |
GeoLocationObject |
GeoLocationObject.setCssClass(java.lang.String newValue)
Assign String value to inputOutput SFString field named class.
|
GeoLocationObject |
GeoLocationObject.setDEF(SFStringObject newValue)
Assign typed object value to SFString DEF field, similar to
setDEF(String). |
GeoLocationObject |
GeoLocationObject.setDEF(java.lang.String newValue)
Assign String value to inputOutput SFString field named DEF.
|
GeoLocationObject |
GeoLocationObject.setGeoCoords(double[] newValue)
Assign 3-tuple double array to inputOutput SFVec3d field named geoCoords.
|
GeoLocationObject |
GeoLocationObject.setGeoCoords(double x,
double y,
double z)
Assign values to SFVec3d geoCoords field, similar to
setGeoCoords(double[]). |
GeoLocationObject |
GeoLocationObject.setGeoCoords(SFVec3dObject newValue)
Assign typed object value to SFVec3d geoCoords field, similar to
setGeoCoords(double[]). |
GeoLocationObject |
GeoLocationObject.setGeoOrigin(GeoOrigin newValue)
Assign GeoOrigin instance (using a properly typed node) (deprecated node, optional) to initializeOnly SFNode field geoOrigin.
|
GeoLocationObject |
GeoLocationObject.setGeoOrigin(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to initializeOnly SFNode field geoOrigin.
|
GeoLocationObject |
GeoLocationObject.setGeoSystem(java.util.ArrayList<java.lang.String> newValue)
Assign ArrayList value of MFString geoSystem field, similar to
setGeoSystem(String[]). |
GeoLocationObject |
GeoLocationObject.setGeoSystem(MFStringObject newValue)
Assign typed object value to MFString geoSystem field, similar to
setGeoSystem(String[]). |
GeoLocationObject |
GeoLocationObject.setGeoSystem(SFStringObject newValue)
Assign single SFString object value to MFString geoSystem field, similar to
setGeoSystem(String[]). |
GeoLocationObject |
GeoLocationObject.setGeoSystem(java.lang.String newValue)
Assign singleton String value to MFString geoSystem field, similar to
setGeoSystem(String[]). |
GeoLocationObject |
GeoLocationObject.setGeoSystem(java.lang.String[] newValue)
Assign String array to initializeOnly MFString field named geoSystem.
|
GeoLocationObject |
GeoLocationObject.setIS(ISObject newValue)
Assign field named IS for establishing IS/connect field connections between ProtoInterface fields and internal ProtoBody nodes.
|
GeoLocationObject |
GeoLocationObject.setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.
|
GeoLocationObject |
GeoLocationObject.setMetadata(X3DMetadataObject newValue)
Assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
GeoLocationObject |
GeoLocationObject.setUSE(GeoLocationObject DEFnode)
Assign a USE reference to another DEF node of same node type, similar to
setUSE(String). |
GeoLocationObject |
GeoLocationObject.setUSE(SFStringObject newValue)
Assign typed object value to SFString USE field, similar to
setUSE(String). |
GeoLocationObject |
GeoLocationObject.setUSE(java.lang.String newValue)
Assign String value to inputOutput SFString field named USE.
|
| Modifier and Type | Method and Description |
|---|---|
GeoLocationObject |
GeoLocationObject.setUSE(GeoLocationObject DEFnode)
Assign a USE reference to another DEF node of same node type, similar to
setUSE(String). |
Copyright ©2005-2017 Web3D Consortium under an open-source license, free for any use. Feedback is welcome.