-
-
Methods in org.web3d.x3d.sai.Geospatial that return GeoElevationGrid
| Modifier and Type |
Method |
Description |
GeoElevationGrid |
GeoElevationGrid.setCcw(boolean newValue) |
Accessor method to assign boolean value to initializeOnly SFBool field named ccw.
|
GeoElevationGrid |
GeoElevationGrid.setColor(X3DColorNode newValue) |
Accessor method to assign X3DColorNode instance (using a properly typed node) to inputOutput SFNode field color.
|
GeoElevationGrid |
GeoElevationGrid.setColorPerVertex(boolean newValue) |
Accessor method to assign boolean value to initializeOnly SFBool field named colorPerVertex.
|
GeoElevationGrid |
GeoElevationGrid.setCreaseAngle(double newValue) |
Accessor method to assign double value unit axis, angle (in radians) to initializeOnly SFDouble field named creaseAngle.
|
GeoElevationGrid |
GeoElevationGrid.setGeoGridOrigin(double[] newValue) |
Accessor method to assign 3-tuple double array to initializeOnly SFVec3d field named geoGridOrigin.
|
GeoElevationGrid |
GeoElevationGrid.setGeoOrigin(GeoOrigin newValue) |
Accessor method to assign GeoOrigin instance (using a properly typed node) to initializeOnly SFNode field geoOrigin.
|
GeoElevationGrid |
GeoElevationGrid.setGeoSystem(java.lang.String[] newValue) |
Accessor method to assign String array to initializeOnly MFString field named geoSystem.
|
GeoElevationGrid |
GeoElevationGrid.setHeight(double[] newValue) |
Accessor method to assign double array to initializeOnly MFDouble field named height.
|
GeoElevationGrid |
GeoElevationGrid.setMetadata(X3DMetadataObject newValue) |
Accessor method to assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
GeoElevationGrid |
GeoElevationGrid.setNormal(X3DNormalNode newValue) |
Accessor method to assign X3DNormalNode instance (using a properly typed node) to inputOutput SFNode field normal.
|
GeoElevationGrid |
GeoElevationGrid.setNormalPerVertex(boolean newValue) |
Accessor method to assign boolean value to initializeOnly SFBool field named normalPerVertex.
|
GeoElevationGrid |
GeoElevationGrid.setSolid(boolean newValue) |
Accessor method to assign boolean value to initializeOnly SFBool field named solid.
|
GeoElevationGrid |
GeoElevationGrid.setTexCoord(X3DTextureCoordinateNode newValue) |
Accessor method to assign X3DTextureCoordinateNode instance (using a properly typed node) to inputOutput SFNode field texCoord.
|
GeoElevationGrid |
GeoElevationGrid.setXDimension(int newValue) |
Accessor method to assign int value to initializeOnly SFInt32 field named xDimension.
|
GeoElevationGrid |
GeoElevationGrid.setXSpacing(double newValue) |
Accessor method to assign double value to initializeOnly SFDouble field named xSpacing.
|
GeoElevationGrid |
GeoElevationGrid.setYScale(float newValue) |
Accessor method to assign float value to inputOutput SFFloat field named yScale.
|
GeoElevationGrid |
GeoElevationGrid.setZDimension(int newValue) |
Accessor method to assign int value to initializeOnly SFInt32 field named zDimension.
|
GeoElevationGrid |
GeoElevationGrid.setZSpacing(double newValue) |
Accessor method to assign double value to initializeOnly SFDouble field named zSpacing.
|