Uses of Interface
org.web3d.x3d.sai.Geospatial.GeoCoordinate
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 GeoCoordinate in org.web3d.x3d.jsail.Geospatial
Modifier and TypeClassDescriptionclass
GeoCoordinate builds geometry as a set of geographic 3D coordinates. -
Uses of GeoCoordinate in org.web3d.x3d.sai.Geospatial
Modifier and TypeMethodDescriptionGeoCoordinate.setGeoOrigin
(GeoOrigin newValue) Accessor method to assign org.web3d.x3d.sai.Geospatial.GeoOrigin instance (using a properly typed node) to initializeOnly SFNode field geoOrigin.GeoCoordinate.setGeoSystem
(String[] newValue) Accessor method to assign String array to initializeOnly MFString field named geoSystem.GeoCoordinate.setMetadata
(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.GeoCoordinate.setPoint
(double[] newValue) Accessor method to assign 3-tuple double array to inputOutput MFVec3d field named point.