Uses of Interface
org.web3d.x3d.sai.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.
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 TypeClassDescriptionclass
GeoPositionInterpolator animates objects within a geographic coordinate system. -
Uses of GeoPositionInterpolator in org.web3d.x3d.sai.Geospatial
Modifier and TypeMethodDescriptionGeoPositionInterpolator.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) Accessor method to assign String array to initializeOnly MFString field named geoSystem.GeoPositionInterpolator.setKey
(float[] newValue) Accessor method to assign float array to inputOutput MFFloat field named key.GeoPositionInterpolator.setKeyValue
(double[] newValue) Accessor method to assign 3-tuple double array to inputOutput MFVec3d field named keyValue.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.