public interface GeoOrigin extends X3DNode
| Modifier and Type | Method and Description |
|---|---|
double[] |
getGeoCoords()
Provide array of 3-tuple double results from inputOutput SFVec3d field named geoCoords.
|
java.lang.String[] |
getGeoSystem()
Provide array of String results from initializeOnly MFString field named geoSystem.
|
X3DMetadataObject |
getMetadata()
Provide X3DMetadataObject instance (using a properly typed node) from inputOutput SFNode field metadata.
|
boolean |
getRotateYUp()
Provide boolean value from initializeOnly SFBool field named rotateYUp.
|
GeoOrigin |
setCssClass(java.lang.String newValue)
Assign String value to inputOutput SFString field named class.
|
GeoOrigin |
setDEF(java.lang.String newValue)
Assign String value to inputOutput SFString field named DEF.
|
GeoOrigin |
setGeoCoords(double[] newValue)
Assign 3-tuple double array to inputOutput SFVec3d field named geoCoords.
|
GeoOrigin |
setGeoSystem(java.lang.String[] newValue)
Assign String array to initializeOnly MFString field named geoSystem.
|
GeoOrigin |
setMetadata(X3DMetadataObject newValue)
Assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
GeoOrigin |
setRotateYUp(boolean newValue)
Assign boolean value to initializeOnly SFBool field named rotateYUp.
|
GeoOrigin |
setUSE(java.lang.String newValue)
Assign String value to inputOutput SFString field named USE.
|
double[] getGeoCoords()
GeoOrigin setGeoCoords(double[] newValue)
newValue - is new value for the geoCoords field.GeoOrigin - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).java.lang.String[] getGeoSystem()
GeoOrigin setGeoSystem(java.lang.String[] newValue)
newValue - is new value for the geoSystem field.GeoOrigin - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).X3DMetadataObject getMetadata()
getMetadata in interface X3DNodeGeoOrigin setMetadata(X3DMetadataObject newValue)
setMetadata in interface X3DNodenewValue - is new value for the metadata field.GeoOrigin - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).boolean getRotateYUp()
GeoOrigin setRotateYUp(boolean newValue)
newValue - is new value for the rotateYUp field.GeoOrigin - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).GeoOrigin setDEF(java.lang.String newValue)
GeoOrigin setUSE(java.lang.String newValue)
USE node is still an independent object, with the USE value matching the DEF value in the preceding object.
setUSE() method on this node resets all other fields to their default values (except for containerField) and also releases all child nodes.GeoOrigin setCssClass(java.lang.String newValue)
setCssClass in interface X3DNodenewValue - is new value for the class field.GeoOrigin - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).Copyright ©2005-2017 Web3D Consortium under an open-source license, free for any use. Feedback is welcome.