Uses of Interface
org.web3d.x3d.sai.Geospatial.GeoElevationGrid
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 GeoElevationGrid in org.web3d.x3d.jsail.Geospatial
Modifier and TypeClassDescriptionclass
GeoElevationGrid is a geometry node defining a rectangular height field, with default values for a 1m by 1m square at height 0. -
Uses of GeoElevationGrid in org.web3d.x3d.sai.Geospatial
Modifier and TypeMethodDescriptionGeoElevationGrid.setCcw
(boolean newValue) Accessor method to assign boolean value to initializeOnly SFBool field named ccw.GeoElevationGrid.setColor
(X3DColorNode newValue) Accessor method to assign org.web3d.x3d.sai.Rendering.X3DColorNode instance (using a properly typed node) to inputOutput SFNode field color.GeoElevationGrid.setColorPerVertex
(boolean newValue) Accessor method to assign boolean value to initializeOnly SFBool field named colorPerVertex.GeoElevationGrid.setCreaseAngle
(double newValue) Accessor method to assign double value unit axis, angle (in radians) to initializeOnly SFDouble field named creaseAngle.GeoElevationGrid.setGeoGridOrigin
(double[] newValue) Accessor method to assign 3-tuple double array to initializeOnly SFVec3d field named geoGridOrigin.GeoElevationGrid.setGeoOrigin
(GeoOrigin newValue) Accessor method to assign org.web3d.x3d.sai.Geospatial.GeoOrigin instance (using a properly typed node) to initializeOnly SFNode field geoOrigin.GeoElevationGrid.setGeoSystem
(String[] newValue) Accessor method to assign String array to initializeOnly MFString field named geoSystem.GeoElevationGrid.setHeight
(double[] newValue) Accessor method to assign double array to initializeOnly MFDouble field named height.GeoElevationGrid.setMetadata
(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.GeoElevationGrid.setNormal
(X3DNormalNode newValue) Accessor method to assign org.web3d.x3d.sai.Rendering.X3DNormalNode instance (using a properly typed node) to inputOutput SFNode field normal.GeoElevationGrid.setNormalPerVertex
(boolean newValue) Accessor method to assign boolean value to initializeOnly SFBool field named normalPerVertex.GeoElevationGrid.setSolid
(boolean newValue) Accessor method to assign boolean value to initializeOnly SFBool field named solid.GeoElevationGrid.setTexCoord
(X3DSingleTextureCoordinateNode newValue) Accessor method to assign org.web3d.x3d.sai.Texturing.X3DSingleTextureCoordinateNode instance (using a properly typed node) to inputOutput SFNode field texCoord.GeoElevationGrid.setXDimension
(int newValue) Accessor method to assign int value to initializeOnly SFInt32 field named xDimension.GeoElevationGrid.setXSpacing
(double newValue) Accessor method to assign double value to initializeOnly SFDouble field named xSpacing.GeoElevationGrid.setYScale
(float newValue) Accessor method to assign float value to inputOutput SFFloat field named yScale.GeoElevationGrid.setZDimension
(int newValue) Accessor method to assign int value to initializeOnly SFInt32 field named zDimension.GeoElevationGrid.setZSpacing
(double newValue) Accessor method to assign double value to initializeOnly SFDouble field named zSpacing.