-
-
Methods in org.web3d.x3d.sai.Geospatial that return GeoViewpoint
| Modifier and Type |
Method |
Description |
GeoViewpoint |
GeoViewpoint.setCenterOfRotation(double[] newValue) |
Accessor method to assign 3-tuple double array unit axis, angle (in radians) to inputOutput SFVec3d field named centerOfRotation.
|
GeoViewpoint |
GeoViewpoint.setDescription(java.lang.String newValue) |
Accessor method to assign String value to inputOutput SFString field named description.
|
GeoViewpoint |
GeoViewpoint.setFieldOfView(float newValue) |
Accessor method to assign float value to inputOutput SFFloat field named fieldOfView.
|
GeoViewpoint |
GeoViewpoint.setGeoOrigin(GeoOrigin newValue) |
Accessor method to assign GeoOrigin instance (using a properly typed node) to initializeOnly SFNode field geoOrigin.
|
GeoViewpoint |
GeoViewpoint.setGeoSystem(java.lang.String[] newValue) |
Accessor method to assign String array to initializeOnly MFString field named geoSystem.
|
GeoViewpoint |
GeoViewpoint.setJump(boolean newValue) |
Accessor method to assign boolean value to inputOutput SFBool field named jump.
|
GeoViewpoint |
GeoViewpoint.setMetadata(X3DMetadataObject newValue) |
Accessor method to assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
GeoViewpoint |
GeoViewpoint.setOrientation(float[] newValue) |
Accessor method to assign 4-tuple float array unit axis, angle (in radians) to inputOutput SFRotation field named orientation.
|
GeoViewpoint |
GeoViewpoint.setPosition(double[] newValue) |
Accessor method to assign 3-tuple double array to inputOutput SFVec3d field named position.
|
GeoViewpoint |
GeoViewpoint.setRetainUserOffsets(boolean newValue) |
Accessor method to assign boolean value to inputOutput SFBool field named retainUserOffsets.
|
GeoViewpoint |
GeoViewpoint.setSpeedFactor(float newValue) |
Accessor method to assign float value to initializeOnly SFFloat field named speedFactor.
|