| Package | Description |
|---|---|
| org.web3d.x3d.jsail.Geospatial |
The Geospatial component defines how to associate real-world locations in an X3D scene
and specifies nodes particularly tuned for geospatial applications.
|
| Modifier and Type | Method and Description |
|---|---|
GeoElevationGridObject |
GeoElevationGridObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
GeoElevationGridObject |
GeoElevationGridObject.addComments(java.lang.String newComment)
Add comment as String to contained commentsList.
|
GeoElevationGridObject |
GeoElevationGridObject.addComments(java.lang.String[] newComments)
Add comments as String[] array to contained commentsList.
|
GeoElevationGridObject |
GeoElevationGridObject.addGeoSystem(SFStringObject newValue)
Add singleton SFStringObject value to MFString geoSystem field.
|
GeoElevationGridObject |
GeoElevationGridObject.addGeoSystem(java.lang.String newValue)
Add singleton String value to MFString geoSystem field.
|
GeoElevationGridObject |
GeoElevationGridObject.addHeight(double newValue)
Add singleton double value to MFDouble height field.
|
GeoElevationGridObject |
GeoElevationGridObject.addHeight(SFDoubleObject newValue)
Add singleton SFDoubleObject value to MFDouble height field.
|
GeoElevationGridObject |
GeoElevationGridObject.clearColor()
Utility method to clear SFNode value of color field.
|
GeoElevationGridObject |
GeoElevationGridObject.clearGeoOrigin()
Utility method to clear SFNode value of geoOrigin field.
|
GeoElevationGridObject |
GeoElevationGridObject.clearGeoSystem()
Utility method to clear MFString value of geoSystem field.
|
GeoElevationGridObject |
GeoElevationGridObject.clearHeight()
Utility method to clear MFDouble value of height field.
|
GeoElevationGridObject |
GeoElevationGridObject.clearMetadata()
Utility method to clear SFNode value of metadata field.
|
GeoElevationGridObject |
GeoElevationGridObject.clearNormal()
Utility method to clear SFNode value of normal field.
|
GeoElevationGridObject |
GeoElevationGridObject.clearTexCoord()
Utility method to clear SFNode value of texCoord field.
|
GeoElevationGridObject |
GeoElevationGridObject.setCcw(boolean newValue)
Assign boolean value to initializeOnly SFBool field named ccw.
|
GeoElevationGridObject |
GeoElevationGridObject.setCcw(SFBoolObject newValue)
Assign typed object value to SFBool ccw field, similar to
setCcw(boolean). |
GeoElevationGridObject |
GeoElevationGridObject.setColor(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field color.
|
GeoElevationGridObject |
GeoElevationGridObject.setColor(X3DColorNode newValue)
Assign X3DColorNode instance (using a properly typed node) using RGB values [0..1] to inputOutput SFNode field color.
|
GeoElevationGridObject |
GeoElevationGridObject.setColorPerVertex(boolean newValue)
Assign boolean value to initializeOnly SFBool field named colorPerVertex.
|
GeoElevationGridObject |
GeoElevationGridObject.setColorPerVertex(SFBoolObject newValue)
Assign typed object value to SFBool colorPerVertex field, similar to
setColorPerVertex(boolean). |
GeoElevationGridObject |
GeoElevationGridObject.setCreaseAngle(double newValue)
Assign double value unit axis, angle (in radians) within allowed range of [0,infinity) to initializeOnly SFDouble field named creaseAngle.
|
GeoElevationGridObject |
GeoElevationGridObject.setCreaseAngle(SFDoubleObject newValue)
Assign typed object value to SFDouble creaseAngle field, similar to
setCreaseAngle(double). |
GeoElevationGridObject |
GeoElevationGridObject.setCssClass(SFStringObject newValue)
Assign typed object value to SFString cssClass field, similar to
setCssClass(String). |
GeoElevationGridObject |
GeoElevationGridObject.setCssClass(java.lang.String newValue)
Assign String value to inputOutput SFString field named class.
|
GeoElevationGridObject |
GeoElevationGridObject.setDEF(SFStringObject newValue)
Assign typed object value to SFString DEF field, similar to
setDEF(String). |
GeoElevationGridObject |
GeoElevationGridObject.setDEF(java.lang.String newValue)
Assign String value to inputOutput SFString field named DEF.
|
GeoElevationGridObject |
GeoElevationGridObject.setGeoGridOrigin(double[] newValue)
Assign 3-tuple double array to initializeOnly SFVec3d field named geoGridOrigin.
|
GeoElevationGridObject |
GeoElevationGridObject.setGeoGridOrigin(double x,
double y,
double z)
Assign values to SFVec3d geoGridOrigin field, similar to
setGeoGridOrigin(double[]). |
GeoElevationGridObject |
GeoElevationGridObject.setGeoGridOrigin(SFVec3dObject newValue)
Assign typed object value to SFVec3d geoGridOrigin field, similar to
setGeoGridOrigin(double[]). |
GeoElevationGridObject |
GeoElevationGridObject.setGeoOrigin(GeoOrigin newValue)
Assign GeoOrigin instance (using a properly typed node) (deprecated node, optional) to initializeOnly SFNode field geoOrigin.
|
GeoElevationGridObject |
GeoElevationGridObject.setGeoOrigin(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to initializeOnly SFNode field geoOrigin.
|
GeoElevationGridObject |
GeoElevationGridObject.setGeoSystem(java.util.ArrayList<java.lang.String> newValue)
Assign ArrayList value of MFString geoSystem field, similar to
setGeoSystem(String[]). |
GeoElevationGridObject |
GeoElevationGridObject.setGeoSystem(MFStringObject newValue)
Assign typed object value to MFString geoSystem field, similar to
setGeoSystem(String[]). |
GeoElevationGridObject |
GeoElevationGridObject.setGeoSystem(SFStringObject newValue)
Assign single SFString object value to MFString geoSystem field, similar to
setGeoSystem(String[]). |
GeoElevationGridObject |
GeoElevationGridObject.setGeoSystem(java.lang.String newValue)
Assign singleton String value to MFString geoSystem field, similar to
setGeoSystem(String[]). |
GeoElevationGridObject |
GeoElevationGridObject.setGeoSystem(java.lang.String[] newValue)
Assign String array to initializeOnly MFString field named geoSystem.
|
GeoElevationGridObject |
GeoElevationGridObject.setHeight(java.util.ArrayList<java.lang.Double> newValue)
Assign ArrayList value of MFDouble height field, similar to
setHeight(double[]). |
GeoElevationGridObject |
GeoElevationGridObject.setHeight(double[] newValue)
Assign Double array to initializeOnly MFDouble field named height.
|
GeoElevationGridObject |
GeoElevationGridObject.setHeight(int[] newValue)
Assign floating-point array value of MFDouble height field, similar to
setHeight(double[]). |
GeoElevationGridObject |
GeoElevationGridObject.setHeight(MFDoubleObject newValue)
Assign typed object value to MFDouble height field, similar to
setHeight(double[]). |
GeoElevationGridObject |
GeoElevationGridObject.setIS(ISObject newValue)
Assign field named IS for establishing IS/connect field connections between ProtoInterface fields and internal ProtoBody nodes.
|
GeoElevationGridObject |
GeoElevationGridObject.setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.
|
GeoElevationGridObject |
GeoElevationGridObject.setMetadata(X3DMetadataObject newValue)
Assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
GeoElevationGridObject |
GeoElevationGridObject.setNormal(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field normal.
|
GeoElevationGridObject |
GeoElevationGridObject.setNormal(X3DNormalNode newValue)
Assign X3DNormalNode instance (using a properly typed node) to inputOutput SFNode field normal.
|
GeoElevationGridObject |
GeoElevationGridObject.setNormalPerVertex(boolean newValue)
Assign boolean value to initializeOnly SFBool field named normalPerVertex.
|
GeoElevationGridObject |
GeoElevationGridObject.setNormalPerVertex(SFBoolObject newValue)
Assign typed object value to SFBool normalPerVertex field, similar to
setNormalPerVertex(boolean). |
GeoElevationGridObject |
GeoElevationGridObject.setSolid(boolean newValue)
Assign boolean value to initializeOnly SFBool field named solid.
|
GeoElevationGridObject |
GeoElevationGridObject.setSolid(SFBoolObject newValue)
Assign typed object value to SFBool solid field, similar to
setSolid(boolean). |
GeoElevationGridObject |
GeoElevationGridObject.setTexCoord(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field texCoord.
|
GeoElevationGridObject |
GeoElevationGridObject.setTexCoord(X3DTextureCoordinateNode newValue)
Assign X3DTextureCoordinateNode instance (using a properly typed node) to inputOutput SFNode field texCoord.
|
GeoElevationGridObject |
GeoElevationGridObject.setUSE(GeoElevationGridObject DEFnode)
Assign a USE reference to another DEF node of same node type, similar to
setUSE(String). |
GeoElevationGridObject |
GeoElevationGridObject.setUSE(SFStringObject newValue)
Assign typed object value to SFString USE field, similar to
setUSE(String). |
GeoElevationGridObject |
GeoElevationGridObject.setUSE(java.lang.String newValue)
Assign String value to inputOutput SFString field named USE.
|
GeoElevationGridObject |
GeoElevationGridObject.setXDimension(int newValue)
Assign int value within allowed range of [0,infinity) to initializeOnly SFInt32 field named xDimension.
|
GeoElevationGridObject |
GeoElevationGridObject.setXDimension(SFInt32Object newValue)
Assign typed object value to SFInt32 xDimension field, similar to
setXDimension(int). |
GeoElevationGridObject |
GeoElevationGridObject.setXSpacing(double newValue)
Assign double value within allowed range of (0,infinity) to initializeOnly SFDouble field named xSpacing.
|
GeoElevationGridObject |
GeoElevationGridObject.setXSpacing(SFDoubleObject newValue)
Assign typed object value to SFDouble xSpacing field, similar to
setXSpacing(double). |
GeoElevationGridObject |
GeoElevationGridObject.setYScale(float newValue)
Assign float value within allowed range of [0,infinity) to inputOutput SFFloat field named yScale.
|
GeoElevationGridObject |
GeoElevationGridObject.setYScale(SFFloatObject newValue)
Assign typed object value to SFFloat yScale field, similar to
setYScale(float). |
GeoElevationGridObject |
GeoElevationGridObject.setZDimension(int newValue)
Assign int value within allowed range of [0,infinity) to initializeOnly SFInt32 field named zDimension.
|
GeoElevationGridObject |
GeoElevationGridObject.setZDimension(SFInt32Object newValue)
Assign typed object value to SFInt32 zDimension field, similar to
setZDimension(int). |
GeoElevationGridObject |
GeoElevationGridObject.setZSpacing(double newValue)
Assign double value within allowed range of (0,infinity) to initializeOnly SFDouble field named zSpacing.
|
GeoElevationGridObject |
GeoElevationGridObject.setZSpacing(SFDoubleObject newValue)
Assign typed object value to SFDouble zSpacing field, similar to
setZSpacing(double). |
| Modifier and Type | Method and Description |
|---|---|
GeoElevationGridObject |
GeoElevationGridObject.setUSE(GeoElevationGridObject DEFnode)
Assign a USE reference to another DEF node of same node type, similar to
setUSE(String). |
Copyright ©2005-2017 Web3D Consortium under an open-source license, free for any use. Feedback is welcome.