Uses of Interface
org.web3d.x3d.sai.Geospatial.GeoPositionInterpolator
| Package | Description |
|---|---|
| org.web3d.x3d.jsail.Geospatial | |
| org.web3d.x3d.sai.Geospatial |
-
Uses of GeoPositionInterpolator in org.web3d.x3d.jsail.Geospatial
Classes in org.web3d.x3d.jsail.Geospatial that implement GeoPositionInterpolator Modifier and Type Class Description classGeoPositionInterpolatorObjectGeoPositionInterpolator animates objects within a geographic coordinate system. -
Uses of GeoPositionInterpolator in org.web3d.x3d.sai.Geospatial
Methods in org.web3d.x3d.sai.Geospatial that return GeoPositionInterpolator Modifier and Type Method Description GeoPositionInterpolatorGeoPositionInterpolator. setGeoOrigin(GeoOrigin newValue)Accessor method to assign GeoOrigin instance (using a properly typed node) to initializeOnly SFNode field geoOrigin.GeoPositionInterpolatorGeoPositionInterpolator. setGeoSystem(java.lang.String[] newValue)Accessor method to assign String array to initializeOnly MFString field named geoSystem.GeoPositionInterpolatorGeoPositionInterpolator. setKey(float[] newValue)Accessor method to assign float array to inputOutput MFFloat field named key.GeoPositionInterpolatorGeoPositionInterpolator. setKeyValue(double[] newValue)Accessor method to assign 3-tuple double array to inputOutput MFVec3d field named keyValue.GeoPositionInterpolatorGeoPositionInterpolator. setMetadata(X3DMetadataObject newValue)Accessor method to assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.