Uses of Interface
org.web3d.x3d.sai.Geospatial.GeoProximitySensor
| Package | Description |
|---|---|
| org.web3d.x3d.jsail.Geospatial | |
| org.web3d.x3d.sai.Geospatial |
-
Uses of GeoProximitySensor in org.web3d.x3d.jsail.Geospatial
Classes in org.web3d.x3d.jsail.Geospatial that implement GeoProximitySensor Modifier and Type Class Description classGeoProximitySensorObjectGeoProximitySensor 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 GeoProximitySensor Modifier and Type Method Description GeoProximitySensorGeoProximitySensor. setCenter(double[] newValue)Accessor method to assign 3-tuple double array to inputOutput SFVec3d field named center.GeoProximitySensorGeoProximitySensor. setEnabled(boolean newValue)Accessor method to assign boolean value to inputOutput SFBool field named enabled.GeoProximitySensorGeoProximitySensor. setGeoCenter(double[] newValue)Accessor method to assign 3-tuple double array to inputOutput SFVec3d field named geoCenter.GeoProximitySensorGeoProximitySensor. setGeoOrigin(GeoOrigin newValue)Accessor method to assign GeoOrigin instance (using a properly typed node) to initializeOnly SFNode field geoOrigin.GeoProximitySensorGeoProximitySensor. setGeoSystem(java.lang.String[] newValue)Accessor method to assign String array to initializeOnly MFString field named geoSystem.GeoProximitySensorGeoProximitySensor. setMetadata(X3DMetadataObject newValue)Accessor method to assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.GeoProximitySensorGeoProximitySensor. setSize(float[] newValue)Accessor method to assign 3-tuple float array to initializeOnly SFVec3f field named size.