Package org.web3d.x3d.sai.geospatial
Interface GeoTouchSensor
- All Superinterfaces:
X3DChildNode,X3DNode,X3DPointingDeviceSensorNode,X3DSensorNode,X3DTouchSensorNode
- All Known Implementing Classes:
SAIGeoTouchSensor,SAIGeoTouchSensor
Defines the requirements of an X3D GeoTouchSensor node
- Version:
- $Revision: 1.1 $
- Author:
- Rex Melton
-
Method Summary
Modifier and TypeMethodDescriptionReturn the geoOrigin X3DNode value.voidgetGeoSystem(String[] val) Return the geoSystem value in the argument String[]voidgetHitGeoCoord(double[] val) Return the hitGeoCoord value in the argument double[]voidgetHitNormal(float[] val) Return the hitNormal value in the argument float[]voidgetHitPoint(float[] val) Return the hitPoint value in the argument float[]voidgetHitTexCoord(float[] val) Return the hitTexCoord value in the argument float[]intReturn the number of MFString items in the geoSystem field.voidsetGeoOrigin(X3DNode val) Set the geoOrigin field.voidsetGeoSystem(String[] val) Set the geoSystem field.Methods inherited from interface org.web3d.x3d.sai.X3DNode
dispose, getField, getFieldDefinitions, getMetadata, getNodeName, getNodeType, isRealized, realize, setMetadataMethods inherited from interface org.web3d.x3d.sai.X3DPointingDeviceSensorNode
getDescription, getIsOver, setDescriptionMethods inherited from interface org.web3d.x3d.sai.X3DSensorNode
getEnabled, getIsActive, setEnabledMethods inherited from interface org.web3d.x3d.sai.X3DTouchSensorNode
getTouchTime
-
Method Details
-
getHitNormal
void getHitNormal(float[] val) Return the hitNormal value in the argument float[]- Parameters:
val- The float[] to initialize.
-
getHitPoint
void getHitPoint(float[] val) Return the hitPoint value in the argument float[]- Parameters:
val- The float[] to initialize.
-
getHitTexCoord
void getHitTexCoord(float[] val) Return the hitTexCoord value in the argument float[]- Parameters:
val- The float[] to initialize.
-
getHitGeoCoord
void getHitGeoCoord(double[] val) Return the hitGeoCoord value in the argument double[]- Parameters:
val- The double[] to initialize.
-
getGeoOrigin
-
setGeoOrigin
-
getNumGeoSystem
int getNumGeoSystem()Return the number of MFString items in the geoSystem field.- Returns:
- the number of MFString items in the geoSystem field.
-
getGeoSystem
Return the geoSystem value in the argument String[]- Parameters:
val- The String[] to initialize.
-
setGeoSystem
-