-
-
Methods in org.web3d.x3d.sai.Geospatial that return GeoTransform
| Modifier and Type |
Method |
Description |
GeoTransform |
GeoTransform.setBboxCenter(float[] newValue) |
Accessor method to assign 3-tuple float array to initializeOnly SFVec3f field named bboxCenter.
|
GeoTransform |
GeoTransform.setBboxSize(float[] newValue) |
Accessor method to assign 3-tuple float array to initializeOnly SFVec3f field named bboxSize.
|
GeoTransform |
GeoTransform.setChildren(X3DNode[] newValue) |
Accessor method to assign X3DNode array (using an array consisting of properly typed nodes or ProtoInstanceObjects) to inputOutput MFNode field children.
|
GeoTransform |
GeoTransform.setDisplayBBox(boolean newValue) |
Accessor method to assign boolean value to inputOutput SFBool field named displayBBox.
|
GeoTransform |
GeoTransform.setGeoCenter(double[] newValue) |
Accessor method to assign 3-tuple double array to inputOutput SFVec3d field named geoCenter.
|
GeoTransform |
GeoTransform.setGeoOrigin(GeoOrigin newValue) |
Accessor method to assign GeoOrigin instance (using a properly typed node) to initializeOnly SFNode field geoOrigin.
|
GeoTransform |
GeoTransform.setGeoSystem(java.lang.String[] newValue) |
Accessor method to assign String array to initializeOnly MFString field named geoSystem.
|
GeoTransform |
GeoTransform.setMetadata(X3DMetadataObject newValue) |
Accessor method to assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
GeoTransform |
GeoTransform.setRotation(float[] newValue) |
Accessor method to assign 4-tuple float array unit axis, angle (in radians) to inputOutput SFRotation field named rotation.
|
GeoTransform |
GeoTransform.setScale(float[] newValue) |
Accessor method to assign 3-tuple float array to inputOutput SFVec3f field named scale.
|
GeoTransform |
GeoTransform.setScaleOrientation(float[] newValue) |
Accessor method to assign 4-tuple float array unit axis, angle (in radians) to inputOutput SFRotation field named scaleOrientation.
|
GeoTransform |
GeoTransform.setTranslation(float[] newValue) |
Accessor method to assign 3-tuple float array to inputOutput SFVec3f field named translation.
|
GeoTransform |
GeoTransform.setVisible(boolean newValue) |
Accessor method to assign boolean value to inputOutput SFBool field named visible.
|