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