Uses of Interface
org.web3d.x3d.sai.Geospatial.GeoTouchSensor
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 GeoTouchSensor in org.web3d.x3d.jsail.Geospatial
Modifier and TypeClassDescriptionclass
GeoTouchSensor returns geographic coordinates for the object being selected. -
Uses of GeoTouchSensor in org.web3d.x3d.sai.Geospatial
Modifier and TypeMethodDescriptionGeoTouchSensor.setDescription
(String newValue) Accessor method to assign String value to inputOutput SFString field named description.GeoTouchSensor.setEnabled
(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named enabled.GeoTouchSensor.setGeoOrigin
(GeoOrigin newValue) Accessor method to assign org.web3d.x3d.sai.Geospatial.GeoOrigin instance (using a properly typed node) to initializeOnly SFNode field geoOrigin.GeoTouchSensor.setGeoSystem
(String[] newValue) Accessor method to assign String array to initializeOnly MFString field named geoSystem.GeoTouchSensor.setMetadata
(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.