-
-
Methods in org.web3d.x3d.sai.Geospatial that return GeoLocation
| Modifier and Type |
Method |
Description |
GeoLocation |
GeoLocation.setBboxCenter(float[] newValue) |
Accessor method to assign 3-tuple float array to initializeOnly SFVec3f field named bboxCenter.
|
GeoLocation |
GeoLocation.setBboxSize(float[] newValue) |
Accessor method to assign 3-tuple float array to initializeOnly SFVec3f field named bboxSize.
|
GeoLocation |
GeoLocation.setChildren(X3DNode[] newValue) |
Accessor method to assign X3DNode array (using an array consisting of properly typed nodes or ProtoInstanceObjects) to inputOutput MFNode field children.
|
GeoLocation |
GeoLocation.setDisplayBBox(boolean newValue) |
Accessor method to assign boolean value to inputOutput SFBool field named displayBBox.
|
GeoLocation |
GeoLocation.setGeoCoords(double[] newValue) |
Accessor method to assign 3-tuple double array to inputOutput SFVec3d field named geoCoords.
|
GeoLocation |
GeoLocation.setGeoOrigin(GeoOrigin newValue) |
Accessor method to assign GeoOrigin instance (using a properly typed node) to initializeOnly SFNode field geoOrigin.
|
GeoLocation |
GeoLocation.setGeoSystem(java.lang.String[] newValue) |
Accessor method to assign String array to initializeOnly MFString field named geoSystem.
|
GeoLocation |
GeoLocation.setMetadata(X3DMetadataObject newValue) |
Accessor method to assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
GeoLocation |
GeoLocation.setVisible(boolean newValue) |
Accessor method to assign boolean value to inputOutput SFBool field named visible.
|