Uses of Class
org.web3d.x3d.jsail.Geospatial.GeoPositionInterpolator
Package
Description
The Geospatial component defines how to associate real-world locations in an X3D scene and specifies nodes particularly tuned for geospatial applications.
-
Uses of GeoPositionInterpolator in org.web3d.x3d.jsail.Geospatial
Modifier and TypeMethodDescriptionGeoPositionInterpolator.addComments
(String newComment) Add comment as String to contained commentsList.GeoPositionInterpolator.addComments
(String[] newComments) Add comments as String[] array to contained commentsList.GeoPositionInterpolator.addComments
(CommentsBlock newCommentsBlock) Add CommentsBlock to contained commentsList.GeoPositionInterpolator.addGeoSystem
(String newValue) Add singleton String value to MFString geoSystem field.GeoPositionInterpolator.addGeoSystem
(SFString newValue) Add singleton SFString value to MFString geoSystem field.GeoPositionInterpolator.addKey
(float newValue) Add singleton float value to MFFloat key field.Add singleton SFFloat value to MFFloat key field.GeoPositionInterpolator.addKeyValue
(SFVec3d newValue) Add singleton SFVec3d value to MFVec3d keyValue field.GeoPositionInterpolator.clearGeoOrigin()
Utility method to clear SFNode value of geoOrigin field.GeoPositionInterpolator.clearGeoSystem()
Utility method to clear MFString value of geoSystem field.GeoPositionInterpolator.clearIS()
Utility method to clear SFNode value of IS field.GeoPositionInterpolator.clearKey()
Utility method to clear MFFloat value of key field.GeoPositionInterpolator.clearMetadata()
Utility method to clear SFNode value of metadata field.final GeoPositionInterpolator
GeoPositionInterpolator.setCssClass
(String newValue) Accessor method to assign String value to inputOutput SFString field named class.GeoPositionInterpolator.setCssClass
(SFString newValue) Assign typed object value to SFString cssClass field, similar tosetCssClass(String)
.final GeoPositionInterpolator
GeoPositionInterpolator.setCssStyle
(String newValue) Accessor method to assign String value to inputOutput SFString field named style.GeoPositionInterpolator.setCssStyle
(SFString newValue) Assign typed object value to SFString cssClass field, similar tosetCssStyle(String)
.final GeoPositionInterpolator
Accessor method to assign String value to inputOutput SFString field named DEF.Assign typed object value to SFString DEF field, similar tosetDEF(String)
.GeoPositionInterpolator.setGeoOrigin
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to initializeOnly SFNode field geoOrigin.GeoPositionInterpolator.setGeoOrigin
(GeoOrigin newValue) Accessor method to assign org.web3d.x3d.sai.Geospatial.GeoOrigin instance (using a properly typed node) to initializeOnly SFNode field geoOrigin.GeoPositionInterpolator.setGeoSystem
(String newValue) Assign singleton String value to MFString geoSystem field, similar tosetGeoSystem(String[])
.GeoPositionInterpolator.setGeoSystem
(String[] newValue) Accessor method to assign String array to initializeOnly MFString field named geoSystem.GeoPositionInterpolator.setGeoSystem
(ArrayList<String> newValue) Assign ArrayList value of MFString geoSystem field, similar tosetGeoSystem(String[])
.GeoPositionInterpolator.setGeoSystem
(MFString newValue) Assign typed object value to MFString geoSystem field, similar tosetGeoSystem(String[])
.GeoPositionInterpolator.setGeoSystem
(SFString newValue) Assign single SFString object value to MFString geoSystem field, similar tosetGeoSystem(String[])
.final GeoPositionInterpolator
Accessor method to assign String value to inputOutput SFString field named id.Assign typed object value to SFString HtmlID field, similar tosetHtmlID(String)
.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.GeoPositionInterpolator.setKey
(double[] newArray) Utility method: double-precision set-array accessor for X3D floating-point type, similar tosetKey(float[])
.GeoPositionInterpolator.setKey
(float[] newValue) Accessor method to assign Float array to inputOutput MFFloat field named key.GeoPositionInterpolator.setKey
(int[] newValue) Assign floating-point array value of MFFloat key field, similar tosetKey(float[])
.Assign ArrayList value of MFFloat key field, similar tosetKey(float[])
.Assign typed object value to MFFloat key field, similar tosetKey(float[])
.GeoPositionInterpolator.setKeyValue
(double[] newValue) Accessor method to assign 3-tuple double array to inputOutput MFVec3d field named keyValue.GeoPositionInterpolator.setKeyValue
(MFVec3d newValue) Assign typed object value to MFVec3d keyValue field, similar tosetKeyValue(double[])
.GeoPositionInterpolator.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.GeoPositionInterpolator.setMetadata
(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.final GeoPositionInterpolator
Accessor method to assign String value to inputOutput SFString field named USE.Assign typed object value to SFString USE field, similar tosetUSE(String)
.GeoPositionInterpolator.setUSE
(GeoPositionInterpolator DEFnode) Assign a USE reference to another DEF node of same node type, similar tosetUSE(String)
.Modifier and TypeMethodDescriptionGeoPositionInterpolator.setUSE
(GeoPositionInterpolator DEFnode) Assign a USE reference to another DEF node of same node type, similar tosetUSE(String)
.