| 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 |
|---|---|
GeoCoordinateObject |
GeoCoordinateObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
GeoCoordinateObject |
GeoCoordinateObject.addComments(java.lang.String newComment)
Add comment as String to contained commentsList.
|
GeoCoordinateObject |
GeoCoordinateObject.addComments(java.lang.String[] newComments)
Add comments as String[] array to contained commentsList.
|
GeoCoordinateObject |
GeoCoordinateObject.addGeoSystem(SFStringObject newValue)
Add singleton SFStringObject value to MFString geoSystem field.
|
GeoCoordinateObject |
GeoCoordinateObject.addGeoSystem(java.lang.String newValue)
Add singleton String value to MFString geoSystem field.
|
GeoCoordinateObject |
GeoCoordinateObject.addPoint(SFVec3dObject newValue)
Add singleton SFVec3dObject value to MFVec3d point field.
|
GeoCoordinateObject |
GeoCoordinateObject.clearGeoOrigin()
Utility method to clear SFNode value of geoOrigin field.
|
GeoCoordinateObject |
GeoCoordinateObject.clearGeoSystem()
Utility method to clear MFString value of geoSystem field.
|
GeoCoordinateObject |
GeoCoordinateObject.clearMetadata()
Utility method to clear SFNode value of metadata field.
|
GeoCoordinateObject |
GeoCoordinateObject.setCssClass(SFStringObject newValue)
Assign typed object value to SFString cssClass field, similar to
setCssClass(String). |
GeoCoordinateObject |
GeoCoordinateObject.setCssClass(java.lang.String newValue)
Assign String value to inputOutput SFString field named class.
|
GeoCoordinateObject |
GeoCoordinateObject.setDEF(SFStringObject newValue)
Assign typed object value to SFString DEF field, similar to
setDEF(String). |
GeoCoordinateObject |
GeoCoordinateObject.setDEF(java.lang.String newValue)
Assign String value to inputOutput SFString field named DEF.
|
GeoCoordinateObject |
GeoCoordinateObject.setGeoOrigin(GeoOrigin newValue)
Assign GeoOrigin instance (using a properly typed node) (deprecated node, optional) to initializeOnly SFNode field geoOrigin.
|
GeoCoordinateObject |
GeoCoordinateObject.setGeoOrigin(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to initializeOnly SFNode field geoOrigin.
|
GeoCoordinateObject |
GeoCoordinateObject.setGeoSystem(java.util.ArrayList<java.lang.String> newValue)
Assign ArrayList value of MFString geoSystem field, similar to
setGeoSystem(String[]). |
GeoCoordinateObject |
GeoCoordinateObject.setGeoSystem(MFStringObject newValue)
Assign typed object value to MFString geoSystem field, similar to
setGeoSystem(String[]). |
GeoCoordinateObject |
GeoCoordinateObject.setGeoSystem(SFStringObject newValue)
Assign single SFString object value to MFString geoSystem field, similar to
setGeoSystem(String[]). |
GeoCoordinateObject |
GeoCoordinateObject.setGeoSystem(java.lang.String newValue)
Assign singleton String value to MFString geoSystem field, similar to
setGeoSystem(String[]). |
GeoCoordinateObject |
GeoCoordinateObject.setGeoSystem(java.lang.String[] newValue)
Assign String array to initializeOnly MFString field named geoSystem.
|
GeoCoordinateObject |
GeoCoordinateObject.setIS(ISObject newValue)
Assign field named IS for establishing IS/connect field connections between ProtoInterface fields and internal ProtoBody nodes.
|
GeoCoordinateObject |
GeoCoordinateObject.setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.
|
GeoCoordinateObject |
GeoCoordinateObject.setMetadata(X3DMetadataObject newValue)
Assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
GeoCoordinateObject |
GeoCoordinateObject.setPoint(double[] newValue)
Assign 3-tuple double array to inputOutput MFVec3d field named point.
|
GeoCoordinateObject |
GeoCoordinateObject.setPoint(MFVec3dObject newValue)
Assign typed object value to MFVec3d point field, similar to
setPoint(double[]). |
GeoCoordinateObject |
GeoCoordinateObject.setUSE(GeoCoordinateObject DEFnode)
Assign a USE reference to another DEF node of same node type, similar to
setUSE(String). |
GeoCoordinateObject |
GeoCoordinateObject.setUSE(SFStringObject newValue)
Assign typed object value to SFString USE field, similar to
setUSE(String). |
GeoCoordinateObject |
GeoCoordinateObject.setUSE(java.lang.String newValue)
Assign String value to inputOutput SFString field named USE.
|
| Modifier and Type | Method and Description |
|---|---|
GeoCoordinateObject |
GeoCoordinateObject.setUSE(GeoCoordinateObject 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.