Package org.web3d.x3d.sai.geospatial
Interface GeoPositionInterpolator
- All Superinterfaces:
X3DChildNode,X3DInterpolatorNode,X3DNode
- All Known Implementing Classes:
SAIGeoPositionInterpolator,SAIGeoPositionInterpolator
Defines the requirements of an X3D GeoPositionInterpolator 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[]voidgetGeovalue(double[] val) Return the geovalue value in the argument double[]voidgetKeyValue(double[] val) Return the keyValue value in the argument double[]intReturn the number of MFString items in the geoSystem field.intReturn the number of MFVec3d items in the keyValue field.voidgetValue(float[] val) Return the value value in the argument float[]voidsetGeoOrigin(X3DNode val) Set the geoOrigin field.voidsetGeoSystem(String[] val) Set the geoSystem field.voidsetKeyValue(double[] val) Set the keyValue field.Methods inherited from interface org.web3d.x3d.sai.X3DInterpolatorNode
getKey, getNumKey, setFraction, setKeyMethods inherited from interface org.web3d.x3d.sai.X3DNode
dispose, getField, getFieldDefinitions, getMetadata, getNodeName, getNodeType, isRealized, realize, setMetadata
-
Method Details
-
getNumKeyValue
int getNumKeyValue()Return the number of MFVec3d items in the keyValue field.- Returns:
- the number of MFVec3d items in the keyValue field.
-
getKeyValue
void getKeyValue(double[] val) Return the keyValue value in the argument double[]- Parameters:
val- The double[] to initialize.
-
setKeyValue
void setKeyValue(double[] val) Set the keyValue field.- Parameters:
val- The double[] to set.
-
getValue
void getValue(float[] val) Return the value value in the argument float[]- Parameters:
val- The float[] to initialize.
-
getGeovalue
void getGeovalue(double[] val) Return the geovalue 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
-