Uses of Interface
org.web3d.x3d.sai.Geospatial.GeoViewpoint
Package
Description
The Geospatial component defines how to associate real-world locations in an X3D scene and specifies nodes particularly tuned for geospatial applications.
The Geospatial component defines how to associate real-world locations in an X3D scene and specifies nodes particularly tuned for geospatial applications.
-
Uses of GeoViewpoint in org.web3d.x3d.jsail.Geospatial
Modifier and TypeClassDescriptionclass
GeoViewpoint specifies viewpoints using geographic coordinates. -
Uses of GeoViewpoint in org.web3d.x3d.sai.Geospatial
Modifier and TypeMethodDescriptionGeoViewpoint.setCenterOfRotation
(double[] newValue) Accessor method to assign 3-tuple double array unit axis, angle (in radians) to inputOutput SFVec3d field named centerOfRotation.GeoViewpoint.setDescription
(String newValue) Accessor method to assign String value to inputOutput SFString field named description.GeoViewpoint.setFarDistance
(float newValue) Accessor method to assign float value to inputOutput SFFloat field named farDistance.GeoViewpoint.setFieldOfView
(float newValue) Accessor method to assign float value to inputOutput SFFloat field named fieldOfView.GeoViewpoint.setGeoOrigin
(GeoOrigin newValue) Accessor method to assign org.web3d.x3d.sai.Geospatial.GeoOrigin instance (using a properly typed node) to initializeOnly SFNode field geoOrigin.GeoViewpoint.setGeoSystem
(String[] newValue) Accessor method to assign String array to initializeOnly MFString field named geoSystem.GeoViewpoint.setJump
(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named jump.GeoViewpoint.setMetadata
(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.GeoViewpoint.setNavigationInfo
(NavigationInfo newValue) Accessor method to assign org.web3d.x3d.sai.Navigation.NavigationInfo instance (using a properly typed node) to inputOutput SFNode field navigationInfo.GeoViewpoint.setNearDistance
(float newValue) Accessor method to assign float value to inputOutput SFFloat field named nearDistance.GeoViewpoint.setOrientation
(float[] newValue) Accessor method to assign 4-tuple float array unit axis, angle (in radians) to inputOutput SFRotation field named orientation.GeoViewpoint.setPosition
(double[] newValue) Accessor method to assign 3-tuple double array to inputOutput SFVec3d field named position.GeoViewpoint.setRetainUserOffsets
(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named retainUserOffsets.GeoViewpoint.setSpeedFactor
(float newValue) Accessor method to assign float value to initializeOnly SFFloat field named speedFactor.GeoViewpoint.setViewAll
(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named viewAll.