| 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 |
|---|---|
GeoLODObject |
GeoLODObject.addChild1Url(SFStringObject newValue)
Add singleton SFStringObject value to MFString child1Url field.
|
GeoLODObject |
GeoLODObject.addChild1Url(java.lang.String newValue)
Add singleton String value to MFString child1Url field.
|
GeoLODObject |
GeoLODObject.addChild2Url(SFStringObject newValue)
Add singleton SFStringObject value to MFString child2Url field.
|
GeoLODObject |
GeoLODObject.addChild2Url(java.lang.String newValue)
Add singleton String value to MFString child2Url field.
|
GeoLODObject |
GeoLODObject.addChild3Url(SFStringObject newValue)
Add singleton SFStringObject value to MFString child3Url field.
|
GeoLODObject |
GeoLODObject.addChild3Url(java.lang.String newValue)
Add singleton String value to MFString child3Url field.
|
GeoLODObject |
GeoLODObject.addChild4Url(SFStringObject newValue)
Add singleton SFStringObject value to MFString child4Url field.
|
GeoLODObject |
GeoLODObject.addChild4Url(java.lang.String newValue)
Add singleton String value to MFString child4Url field.
|
GeoLODObject |
GeoLODObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to children field
|
GeoLODObject |
GeoLODObject.addComments(java.lang.String newComment)
Add comment as CommentsBlock to children field
|
GeoLODObject |
GeoLODObject.addComments(java.lang.String[] newComments)
Add comments as String[] array to children field
|
GeoLODObject |
GeoLODObject.addGeoSystem(SFStringObject newValue)
Add singleton SFStringObject value to MFString geoSystem field.
|
GeoLODObject |
GeoLODObject.addGeoSystem(java.lang.String newValue)
Add singleton String value to MFString geoSystem field.
|
GeoLODObject |
GeoLODObject.addRootNode(X3DNode newValue)
Add single child node to existing array of rootNode nodes (if any).
|
GeoLODObject |
GeoLODObject.addRootUrl(SFStringObject newValue)
Add singleton SFStringObject value to MFString rootUrl field.
|
GeoLODObject |
GeoLODObject.addRootUrl(java.lang.String newValue)
Add singleton String value to MFString rootUrl field.
|
GeoLODObject |
GeoLODObject.clearChild1Url()
Utility method to clear MFString value of child1Url field.
|
GeoLODObject |
GeoLODObject.clearChild2Url()
Utility method to clear MFString value of child2Url field.
|
GeoLODObject |
GeoLODObject.clearChild3Url()
Utility method to clear MFString value of child3Url field.
|
GeoLODObject |
GeoLODObject.clearChild4Url()
Utility method to clear MFString value of child4Url field.
|
GeoLODObject |
GeoLODObject.clearGeoOrigin()
Utility method to clear SFNode value of geoOrigin field.
|
GeoLODObject |
GeoLODObject.clearGeoSystem()
Utility method to clear MFString value of geoSystem field.
|
GeoLODObject |
GeoLODObject.clearMetadata()
Utility method to clear SFNode value of metadata field.
|
GeoLODObject |
GeoLODObject.clearRootNode()
Utility method to clear MFNode value of rootNode field.
|
GeoLODObject |
GeoLODObject.clearRootUrl()
Utility method to clear MFString value of rootUrl field.
|
GeoLODObject |
GeoLODObject.setBboxCenter(float[] newValue)
Assign 3-tuple float array to initializeOnly SFVec3f field named bboxCenter.
|
GeoLODObject |
GeoLODObject.setBboxCenter(float x,
float y,
float z)
Assign values to SFVec3f bboxCenter field, similar to
setBboxCenter(float[]). |
GeoLODObject |
GeoLODObject.setBboxCenter(SFVec3fObject newValue)
Assign typed object value to SFVec3f bboxCenter field, similar to
setBboxCenter(float[]). |
GeoLODObject |
GeoLODObject.setBboxSize(float[] newValue)
Assign 3-tuple float array within allowed range of [0,infinity), or default value [-1 -1 -1], to initializeOnly SFVec3f field named bboxSize.
|
GeoLODObject |
GeoLODObject.setBboxSize(float x,
float y,
float z)
Assign values to SFVec3f bboxSize field, similar to
setBboxSize(float[]). |
GeoLODObject |
GeoLODObject.setBboxSize(SFVec3fObject newValue)
Assign typed object value to SFVec3f bboxSize field, similar to
setBboxSize(float[]). |
GeoLODObject |
GeoLODObject.setCenter(double[] newValue)
Assign 3-tuple double array to initializeOnly SFVec3d field named center.
|
GeoLODObject |
GeoLODObject.setCenter(double x,
double y,
double z)
Assign values to SFVec3d center field, similar to
setCenter(double[]). |
GeoLODObject |
GeoLODObject.setCenter(SFVec3dObject newValue)
Assign typed object value to SFVec3d center field, similar to
setCenter(double[]). |
GeoLODObject |
GeoLODObject.setChild1Url(java.util.ArrayList<java.lang.String> newValue)
Assign ArrayList value of MFString child1Url field, similar to
setChild1Url(String[]). |
GeoLODObject |
GeoLODObject.setChild1Url(MFStringObject newValue)
Assign typed object value to MFString child1Url field, similar to
setChild1Url(String[]). |
GeoLODObject |
GeoLODObject.setChild1Url(SFStringObject newValue)
Assign single SFString object value to MFString child1Url field, similar to
setChild1Url(String[]). |
GeoLODObject |
GeoLODObject.setChild1Url(java.lang.String newValue)
Assign singleton String value to MFString child1Url field, similar to
setChild1Url(String[]). |
GeoLODObject |
GeoLODObject.setChild1Url(java.lang.String[] newValue)
Assign String array to initializeOnly MFString field named child1Url.
|
GeoLODObject |
GeoLODObject.setChild2Url(java.util.ArrayList<java.lang.String> newValue)
Assign ArrayList value of MFString child2Url field, similar to
setChild2Url(String[]). |
GeoLODObject |
GeoLODObject.setChild2Url(MFStringObject newValue)
Assign typed object value to MFString child2Url field, similar to
setChild2Url(String[]). |
GeoLODObject |
GeoLODObject.setChild2Url(SFStringObject newValue)
Assign single SFString object value to MFString child2Url field, similar to
setChild2Url(String[]). |
GeoLODObject |
GeoLODObject.setChild2Url(java.lang.String newValue)
Assign singleton String value to MFString child2Url field, similar to
setChild2Url(String[]). |
GeoLODObject |
GeoLODObject.setChild2Url(java.lang.String[] newValue)
Assign String array to initializeOnly MFString field named child2Url.
|
GeoLODObject |
GeoLODObject.setChild3Url(java.util.ArrayList<java.lang.String> newValue)
Assign ArrayList value of MFString child3Url field, similar to
setChild3Url(String[]). |
GeoLODObject |
GeoLODObject.setChild3Url(MFStringObject newValue)
Assign typed object value to MFString child3Url field, similar to
setChild3Url(String[]). |
GeoLODObject |
GeoLODObject.setChild3Url(SFStringObject newValue)
Assign single SFString object value to MFString child3Url field, similar to
setChild3Url(String[]). |
GeoLODObject |
GeoLODObject.setChild3Url(java.lang.String newValue)
Assign singleton String value to MFString child3Url field, similar to
setChild3Url(String[]). |
GeoLODObject |
GeoLODObject.setChild3Url(java.lang.String[] newValue)
Assign String array to initializeOnly MFString field named child3Url.
|
GeoLODObject |
GeoLODObject.setChild4Url(java.util.ArrayList<java.lang.String> newValue)
Assign ArrayList value of MFString child4Url field, similar to
setChild4Url(String[]). |
GeoLODObject |
GeoLODObject.setChild4Url(MFStringObject newValue)
Assign typed object value to MFString child4Url field, similar to
setChild4Url(String[]). |
GeoLODObject |
GeoLODObject.setChild4Url(SFStringObject newValue)
Assign single SFString object value to MFString child4Url field, similar to
setChild4Url(String[]). |
GeoLODObject |
GeoLODObject.setChild4Url(java.lang.String newValue)
Assign singleton String value to MFString child4Url field, similar to
setChild4Url(String[]). |
GeoLODObject |
GeoLODObject.setChild4Url(java.lang.String[] newValue)
Assign String array to initializeOnly MFString field named child4Url.
|
GeoLODObject |
GeoLODObject.setCssClass(SFStringObject newValue)
Assign typed object value to SFString cssClass field, similar to
setCssClass(String). |
GeoLODObject |
GeoLODObject.setCssClass(java.lang.String newValue)
Assign String value to inputOutput SFString field named class.
|
GeoLODObject |
GeoLODObject.setDEF(SFStringObject newValue)
Assign typed object value to SFString DEF field, similar to
setDEF(String). |
GeoLODObject |
GeoLODObject.setDEF(java.lang.String newValue)
Assign String value to inputOutput SFString field named DEF.
|
GeoLODObject |
GeoLODObject.setGeoOrigin(GeoOrigin newValue)
Assign GeoOrigin instance (using a properly typed node) (deprecated node, optional) to initializeOnly SFNode field geoOrigin.
|
GeoLODObject |
GeoLODObject.setGeoOrigin(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to initializeOnly SFNode field geoOrigin.
|
GeoLODObject |
GeoLODObject.setGeoSystem(java.util.ArrayList<java.lang.String> newValue)
Assign ArrayList value of MFString geoSystem field, similar to
setGeoSystem(String[]). |
GeoLODObject |
GeoLODObject.setGeoSystem(MFStringObject newValue)
Assign typed object value to MFString geoSystem field, similar to
setGeoSystem(String[]). |
GeoLODObject |
GeoLODObject.setGeoSystem(SFStringObject newValue)
Assign single SFString object value to MFString geoSystem field, similar to
setGeoSystem(String[]). |
GeoLODObject |
GeoLODObject.setGeoSystem(java.lang.String newValue)
Assign singleton String value to MFString geoSystem field, similar to
setGeoSystem(String[]). |
GeoLODObject |
GeoLODObject.setGeoSystem(java.lang.String[] newValue)
Assign String array to initializeOnly MFString field named geoSystem.
|
GeoLODObject |
GeoLODObject.setIS(ISObject newValue)
Assign field named IS for establishing IS/connect field connections between ProtoInterface fields and internal ProtoBody nodes.
|
GeoLODObject |
GeoLODObject.setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.
|
GeoLODObject |
GeoLODObject.setMetadata(X3DMetadataObject newValue)
Assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
GeoLODObject |
GeoLODObject.setRange(float newValue)
Assign float value within allowed range of [0,infinity) to initializeOnly SFFloat field named range.
|
GeoLODObject |
GeoLODObject.setRange(SFFloatObject newValue)
Assign typed object value to SFFloat range field, similar to
setRange(float). |
GeoLODObject |
GeoLODObject.setRootNode(java.util.ArrayList<X3DChildNode> newValue)
Assign ArrayList value of MFNode rootNode field, similar to
setRootNode(X3DNode[]). |
GeoLODObject |
GeoLODObject.setRootNode(X3DConcreteNode newValue)
Utility method to set single SFNode as GeoLODObject rootNode.
|
GeoLODObject |
GeoLODObject.setRootNode(X3DNode[] newValue)
Assign X3DChildNode array (using an array consisting of properly typed nodes or ProtoInstanceObjects) to initializeOnly MFNode field rootNode.
|
GeoLODObject |
GeoLODObject.setRootUrl(java.util.ArrayList<java.lang.String> newValue)
Assign ArrayList value of MFString rootUrl field, similar to
setRootUrl(String[]). |
GeoLODObject |
GeoLODObject.setRootUrl(MFStringObject newValue)
Assign typed object value to MFString rootUrl field, similar to
setRootUrl(String[]). |
GeoLODObject |
GeoLODObject.setRootUrl(SFStringObject newValue)
Assign single SFString object value to MFString rootUrl field, similar to
setRootUrl(String[]). |
GeoLODObject |
GeoLODObject.setRootUrl(java.lang.String newValue)
Assign singleton String value to MFString rootUrl field, similar to
setRootUrl(String[]). |
GeoLODObject |
GeoLODObject.setRootUrl(java.lang.String[] newValue)
Assign String array to initializeOnly MFString field named rootUrl.
|
GeoLODObject |
GeoLODObject.setUSE(GeoLODObject DEFnode)
Assign a USE reference to another DEF node of same node type, similar to
setUSE(String). |
GeoLODObject |
GeoLODObject.setUSE(SFStringObject newValue)
Assign typed object value to SFString USE field, similar to
setUSE(String). |
GeoLODObject |
GeoLODObject.setUSE(java.lang.String newValue)
Assign String value to inputOutput SFString field named USE.
|
| Modifier and Type | Method and Description |
|---|---|
GeoLODObject |
GeoLODObject.setUSE(GeoLODObject 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.