| 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.
|
| org.web3d.x3d.sai.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 | Class and Description |
|---|---|
class |
GeoTransformObject
X3D node tooltip: [X3DGroupingNode] GeoTransform is a Grouping node that can contain most nodes.
|
| Modifier and Type | Method and Description |
|---|---|
GeoTransform |
GeoTransform.setBboxCenter(float[] newValue)
Assign 3-tuple float array to initializeOnly SFVec3f field named bboxCenter.
|
GeoTransform |
GeoTransform.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.
|
GeoTransform |
GeoTransform.setChildren(X3DNode[] newValue)
Assign X3DNode array (using an array consisting of properly typed nodes or ProtoInstanceObjects) to inputOutput MFNode field children.
|
GeoTransform |
GeoTransform.setCssClass(java.lang.String newValue)
Assign String value to inputOutput SFString field named class.
|
GeoTransform |
GeoTransform.setDEF(java.lang.String newValue)
Assign String value to inputOutput SFString field named DEF.
|
GeoTransform |
GeoTransform.setGeoCenter(double[] newValue)
Assign 3-tuple double array to inputOutput SFVec3d field named geoCenter.
|
GeoTransform |
GeoTransform.setGeoOrigin(GeoOrigin newValue)
Assign GeoOrigin instance (using a properly typed node) (deprecated node, optional) to initializeOnly SFNode field geoOrigin.
|
GeoTransform |
GeoTransform.setGeoSystem(java.lang.String[] newValue)
Assign String array to initializeOnly MFString field named geoSystem.
|
GeoTransform |
GeoTransform.setMetadata(X3DMetadataObject newValue)
Assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
GeoTransform |
GeoTransform.setRotation(float[] newValue)
Assign 4-tuple float array unit axis, angle (in radians) to inputOutput SFRotation field named rotation.
|
GeoTransform |
GeoTransform.setScale(float[] newValue)
Assign 3-tuple float array within allowed range of (0,infinity) to inputOutput SFVec3f field named scale.
|
GeoTransform |
GeoTransform.setScaleOrientation(float[] newValue)
Assign 4-tuple float array unit axis, angle (in radians) to inputOutput SFRotation field named scaleOrientation.
|
GeoTransform |
GeoTransform.setTranslation(float[] newValue)
Assign 3-tuple float array to inputOutput SFVec3f field named translation.
|
GeoTransform |
GeoTransform.setUSE(java.lang.String newValue)
Assign String value to inputOutput SFString field named USE.
|
Copyright ©2005-2017 Web3D Consortium under an open-source license, free for any use. Feedback is welcome.