Uses of Interface
org.web3d.x3d.sai.Geospatial.GeoCoordinate
| Package | Description |
|---|---|
| org.web3d.x3d.jsail.Geospatial | |
| org.web3d.x3d.sai.Geospatial |
-
Uses of GeoCoordinate in org.web3d.x3d.jsail.Geospatial
Classes in org.web3d.x3d.jsail.Geospatial that implement GeoCoordinate Modifier and Type Class Description classGeoCoordinateObjectGeoCoordinate builds geometry as a set of geographic 3D coordinates. -
Uses of GeoCoordinate in org.web3d.x3d.sai.Geospatial
Methods in org.web3d.x3d.sai.Geospatial that return GeoCoordinate Modifier and Type Method Description GeoCoordinateGeoCoordinate. setGeoOrigin(GeoOrigin newValue)Accessor method to assign GeoOrigin instance (using a properly typed node) to initializeOnly SFNode field geoOrigin.GeoCoordinateGeoCoordinate. setGeoSystem(java.lang.String[] newValue)Accessor method to assign String array to initializeOnly MFString field named geoSystem.GeoCoordinateGeoCoordinate. setMetadata(X3DMetadataObject newValue)Accessor method to assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.GeoCoordinateGeoCoordinate. setPoint(double[] newValue)Accessor method to assign 3-tuple double array to inputOutput MFVec3d field named point.