Uses of Interface
org.web3d.x3d.sai.Geospatial.GeoProximitySensor
Packages that use GeoProximitySensor
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 GeoProximitySensor in org.web3d.x3d.jsail.Geospatial
Classes in org.web3d.x3d.jsail.Geospatial that implement GeoProximitySensorModifier and TypeClassDescriptionclass
GeoProximitySensor generates events when the viewer enters, exits and moves within a region of space (defined by a box). -
Uses of GeoProximitySensor in org.web3d.x3d.sai.Geospatial
Methods in org.web3d.x3d.sai.Geospatial that return GeoProximitySensorModifier and TypeMethodDescriptionGeoProximitySensor.setCenter
(double[] newValue) Accessor method to assign 3-tuple double array to inputOutput SFVec3d field named center.GeoProximitySensor.setDescription
(String newValue) Accessor method to assign String value to inputOutput SFString field named description.GeoProximitySensor.setEnabled
(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named enabled.GeoProximitySensor.setGeoCenter
(double[] newValue) Accessor method to assign 3-tuple double array to inputOutput SFVec3d field named geoCenter.GeoProximitySensor.setGeoOrigin
(GeoOrigin newValue) Accessor method to assign org.web3d.x3d.sai.Geospatial.GeoOrigin instance (using a properly typed node) to initializeOnly SFNode field geoOrigin.GeoProximitySensor.setGeoSystem
(String[] newValue) Accessor method to assign String array to initializeOnly MFString field named geoSystem.GeoProximitySensor.setMetadata
(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.GeoProximitySensor.setSize
(float[] newValue) Accessor method to assign 3-tuple float array to inputOutput SFVec3f field named size.