public interface GeoProximitySensor extends X3DEnvironmentalSensorNode
| Modifier and Type | Method and Description |
|---|---|
double[] |
getCenter()
Provide array of 3-tuple double results from inputOutput SFVec3d field named center.
|
float[] |
getCenterOfRotation()
Provide array of 3-tuple float results unit axis, angle (in radians) from outputOnly SFVec3f field named centerOfRotation_changed.
|
boolean |
getEnabled()
Provide boolean value from inputOutput SFBool field named enabled.
|
double |
getEnterTime()
Provide double value in seconds from outputOnly SFTime field named enterTime.
|
double |
getExitTime()
Provide double value in seconds from outputOnly SFTime field named exitTime.
|
double[] |
getGeoCenter()
Provide array of 3-tuple double results from inputOutput SFVec3d field named geoCenter.
|
double[] |
getGeoCoord()
Provide array of 3-tuple double results from outputOnly SFVec3d field named geoCoord_changed.
|
GeoOrigin |
getGeoOrigin()
Provide GeoOrigin instance (using a properly typed node) (deprecated node, optional) from initializeOnly SFNode field geoOrigin.
|
java.lang.String[] |
getGeoSystem()
Provide array of String results from initializeOnly MFString field named geoSystem.
|
boolean |
getIsActive()
Provide boolean value from outputOnly SFBool field named isActive.
|
X3DMetadataObject |
getMetadata()
Provide X3DMetadataObject instance (using a properly typed node) from inputOutput SFNode field metadata.
|
float[] |
getOrientation()
Provide array of 4-tuple float results unit axis, angle (in radians) from outputOnly SFRotation field named orientation_changed.
|
float[] |
getPosition()
Provide array of 3-tuple float results from outputOnly SFVec3f field named position_changed.
|
float[] |
getSize()
Provide array of 3-tuple float results within allowed range of [0,infinity) from initializeOnly SFVec3f field named size.
|
GeoProximitySensor |
setCenter(double[] newValue)
Assign 3-tuple double array to inputOutput SFVec3d field named center.
|
GeoProximitySensor |
setCssClass(java.lang.String newValue)
Assign String value to inputOutput SFString field named class.
|
GeoProximitySensor |
setDEF(java.lang.String newValue)
Assign String value to inputOutput SFString field named DEF.
|
GeoProximitySensor |
setEnabled(boolean newValue)
Assign boolean value to inputOutput SFBool field named enabled.
|
GeoProximitySensor |
setGeoCenter(double[] newValue)
Assign 3-tuple double array to inputOutput SFVec3d field named geoCenter.
|
GeoProximitySensor |
setGeoOrigin(GeoOrigin newValue)
Assign GeoOrigin instance (using a properly typed node) (deprecated node, optional) to initializeOnly SFNode field geoOrigin.
|
GeoProximitySensor |
setGeoSystem(java.lang.String[] newValue)
Assign String array to initializeOnly MFString field named geoSystem.
|
GeoProximitySensor |
setMetadata(X3DMetadataObject newValue)
Assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
GeoProximitySensor |
setSize(float[] newValue)
Assign 3-tuple float array within allowed range of [0,infinity) to initializeOnly SFVec3f field named size.
|
GeoProximitySensor |
setUSE(java.lang.String newValue)
Assign String value to inputOutput SFString field named USE.
|
double[] getCenter()
GeoProximitySensor setCenter(double[] newValue)
newValue - is new value for the center field.GeoProximitySensor - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).float[] getCenterOfRotation()
boolean getEnabled()
getEnabled in interface X3DEnvironmentalSensorNodegetEnabled in interface X3DSensorNodeGeoProximitySensor setEnabled(boolean newValue)
setEnabled in interface X3DEnvironmentalSensorNodesetEnabled in interface X3DSensorNodenewValue - is new value for the enabled field.GeoProximitySensor - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).double getEnterTime()
double getExitTime()
double[] getGeoCenter()
GeoProximitySensor setGeoCenter(double[] newValue)
newValue - is new value for the geoCenter field.GeoProximitySensor - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).double[] getGeoCoord()
GeoOrigin getGeoOrigin()
GeoProximitySensor setGeoOrigin(GeoOrigin newValue)
newValue - is new value for the geoOrigin field.GeoProximitySensor - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).java.lang.String[] getGeoSystem()
GeoProximitySensor setGeoSystem(java.lang.String[] newValue)
newValue - is new value for the geoSystem field.GeoProximitySensor - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).boolean getIsActive()
getIsActive in interface X3DEnvironmentalSensorNodegetIsActive in interface X3DSensorNodeX3DMetadataObject getMetadata()
getMetadata in interface X3DChildNodegetMetadata in interface X3DEnvironmentalSensorNodegetMetadata in interface X3DNodegetMetadata in interface X3DSensorNodeGeoProximitySensor setMetadata(X3DMetadataObject newValue)
setMetadata in interface X3DChildNodesetMetadata in interface X3DEnvironmentalSensorNodesetMetadata in interface X3DNodesetMetadata in interface X3DSensorNodenewValue - is new value for the metadata field.GeoProximitySensor - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).float[] getOrientation()
float[] getPosition()
float[] getSize()
getSize in interface X3DEnvironmentalSensorNodeGeoProximitySensor setSize(float[] newValue)
setSize in interface X3DEnvironmentalSensorNodenewValue - is new value for the size field.GeoProximitySensor - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).GeoProximitySensor setDEF(java.lang.String newValue)
setDEF in interface X3DChildNodesetDEF in interface X3DEnvironmentalSensorNodesetDEF in interface X3DNodesetDEF in interface X3DSensorNodenewValue - is new value for the DEF field.GeoProximitySensor - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).GeoProximitySensor setUSE(java.lang.String newValue)
USE node is still an independent object, with the USE value matching the DEF value in the preceding object.
setUSE() method on this node resets all other fields to their default values (except for containerField) and also releases all child nodes.setUSE in interface X3DChildNodesetUSE in interface X3DEnvironmentalSensorNodesetUSE in interface X3DNodesetUSE in interface X3DSensorNodenewValue - is new value for the USE field.GeoProximitySensor - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).GeoProximitySensor setCssClass(java.lang.String newValue)
setCssClass in interface X3DChildNodesetCssClass in interface X3DEnvironmentalSensorNodesetCssClass in interface X3DNodesetCssClass in interface X3DSensorNodenewValue - is new value for the class field.GeoProximitySensor - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).Copyright ©2005-2017 Web3D Consortium under an open-source license, free for any use. Feedback is welcome.