public interface GeoPositionInterpolator extends X3DInterpolatorNode
| Modifier and Type | Method and Description |
|---|---|
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.
|
double[] |
getGeovalue()
Provide array of 3-tuple double results from outputOnly SFVec3d field named geovalue_changed.
|
float[] |
getKey()
Provide array of float results from inputOutput MFFloat field named key.
|
double[] |
getKeyValue()
Provide array of 3-tuple double results from inputOutput MFVec3d field named keyValue.
|
X3DMetadataObject |
getMetadata()
Provide X3DMetadataObject instance (using a properly typed node) from inputOutput SFNode field metadata.
|
float[] |
getValue()
Provide array of 3-tuple float results from outputOnly SFVec3f field named value_changed.
|
GeoPositionInterpolator |
setCssClass(java.lang.String newValue)
Assign String value to inputOutput SFString field named class.
|
GeoPositionInterpolator |
setDEF(java.lang.String newValue)
Assign String value to inputOutput SFString field named DEF.
|
GeoPositionInterpolator |
setGeoOrigin(GeoOrigin newValue)
Assign GeoOrigin instance (using a properly typed node) (deprecated node, optional) to initializeOnly SFNode field geoOrigin.
|
GeoPositionInterpolator |
setGeoSystem(java.lang.String[] newValue)
Assign String array to initializeOnly MFString field named geoSystem.
|
GeoPositionInterpolator |
setKey(float[] newValue)
Assign float array to inputOutput MFFloat field named key.
|
GeoPositionInterpolator |
setKeyValue(double[] newValue)
Assign 3-tuple double array to inputOutput MFVec3d field named keyValue.
|
GeoPositionInterpolator |
setMetadata(X3DMetadataObject newValue)
Assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
GeoPositionInterpolator |
setUSE(java.lang.String newValue)
Assign String value to inputOutput SFString field named USE.
|
GeoOrigin getGeoOrigin()
GeoPositionInterpolator setGeoOrigin(GeoOrigin newValue)
newValue - is new value for the geoOrigin field.GeoPositionInterpolator - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).java.lang.String[] getGeoSystem()
GeoPositionInterpolator setGeoSystem(java.lang.String[] newValue)
newValue - is new value for the geoSystem field.GeoPositionInterpolator - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).double[] getGeovalue()
float[] getKey()
getKey in interface X3DInterpolatorNodeGeoPositionInterpolator setKey(float[] newValue)
setKey in interface X3DInterpolatorNodenewValue - is new value for the key field.GeoPositionInterpolator - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).double[] getKeyValue()
GeoPositionInterpolator setKeyValue(double[] newValue)
newValue - is new value for the keyValue field.GeoPositionInterpolator - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).X3DMetadataObject getMetadata()
getMetadata in interface X3DChildNodegetMetadata in interface X3DInterpolatorNodegetMetadata in interface X3DNodeGeoPositionInterpolator setMetadata(X3DMetadataObject newValue)
setMetadata in interface X3DChildNodesetMetadata in interface X3DInterpolatorNodesetMetadata in interface X3DNodenewValue - is new value for the metadata field.GeoPositionInterpolator - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).float[] getValue()
GeoPositionInterpolator setDEF(java.lang.String newValue)
setDEF in interface X3DChildNodesetDEF in interface X3DInterpolatorNodesetDEF in interface X3DNodenewValue - is new value for the DEF field.GeoPositionInterpolator - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).GeoPositionInterpolator 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 X3DInterpolatorNodesetUSE in interface X3DNodenewValue - is new value for the USE field.GeoPositionInterpolator - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).GeoPositionInterpolator setCssClass(java.lang.String newValue)
setCssClass in interface X3DChildNodesetCssClass in interface X3DInterpolatorNodesetCssClass in interface X3DNodenewValue - is new value for the class field.GeoPositionInterpolator - 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.