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.void
getGeoSystem
(String[] val) Return the geoSystem value in the argument String[]void
getGeovalue
(double[] val) Return the geovalue value in the argument double[]void
getKeyValue
(double[] val) Return the keyValue value in the argument double[]int
Return the number of MFString items in the geoSystem field.int
Return the number of MFVec3d items in the keyValue field.void
getValue
(float[] val) Return the value value in the argument float[]void
setGeoOrigin
(X3DNode val) Set the geoOrigin field.void
setGeoSystem
(String[] val) Set the geoSystem field.void
setKeyValue
(double[] val) Set the keyValue field.Methods inherited from interface org.web3d.x3d.sai.X3DInterpolatorNode
getKey, getNumKey, setFraction, setKey
Methods 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
-