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