public interface GeoViewpoint extends X3DViewpointNode
| Modifier and Type | Method and Description |
|---|---|
double |
getBindTime()
Provide double value in seconds from outputOnly SFTime field named bindTime.
|
double[] |
getCenterOfRotation()
Provide array of 3-tuple double results unit axis, angle (in radians) from inputOutput SFVec3d field named centerOfRotation.
|
java.lang.String |
getDescription()
Provide String value from inputOutput SFString field named description.
|
float |
getFieldOfView()
Provide float value within allowed range of (0,3.1416) from inputOutput SFFloat field named fieldOfView.
|
GeoOrigin |
getGeoOrigin()
Provide GeoOrigin instance (using a properly typed node) (deprecated node, optional) from initializeOnly SFNode field geoOrigin.
|
java.lang.String[] |
getGeoSystem()
Provide array of String results from initializeOnly MFString field named geoSystem.
|
boolean |
getIsBound()
Provide boolean value from outputOnly SFBool field named isBound.
|
boolean |
getJump()
Provide boolean value from inputOutput SFBool field named jump.
|
X3DMetadataObject |
getMetadata()
Provide X3DMetadataObject instance (using a properly typed node) from inputOutput SFNode field metadata.
|
float[] |
getOrientation()
Provide array of 4-tuple float results unit axis, angle (in radians) from inputOutput SFRotation field named orientation.
|
double[] |
getPosition()
Provide array of 3-tuple double results from inputOutput SFVec3d field named position.
|
boolean |
getRetainUserOffsets()
Provide boolean value from inputOutput SFBool field named retainUserOffsets.
|
float |
getSpeedFactor()
Provide float value within allowed range of [0,infinity) from initializeOnly SFFloat field named speedFactor.
|
GeoViewpoint |
setCenterOfRotation(double[] newValue)
Assign 3-tuple double array unit axis, angle (in radians) to inputOutput SFVec3d field named centerOfRotation.
|
GeoViewpoint |
setCssClass(java.lang.String newValue)
Assign String value to inputOutput SFString field named class.
|
GeoViewpoint |
setDEF(java.lang.String newValue)
Assign String value to inputOutput SFString field named DEF.
|
GeoViewpoint |
setDescription(java.lang.String newValue)
Assign String value to inputOutput SFString field named description.
|
GeoViewpoint |
setFieldOfView(float newValue)
Assign float value within allowed range of (0,3.1416) to inputOutput SFFloat field named fieldOfView.
|
GeoViewpoint |
setGeoOrigin(GeoOrigin newValue)
Assign GeoOrigin instance (using a properly typed node) (deprecated node, optional) to initializeOnly SFNode field geoOrigin.
|
GeoViewpoint |
setGeoSystem(java.lang.String[] newValue)
Assign String array to initializeOnly MFString field named geoSystem.
|
GeoViewpoint |
setJump(boolean newValue)
Assign boolean value to inputOutput SFBool field named jump.
|
GeoViewpoint |
setMetadata(X3DMetadataObject newValue)
Assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
GeoViewpoint |
setOrientation(float[] newValue)
Assign 4-tuple float array unit axis, angle (in radians) to inputOutput SFRotation field named orientation.
|
GeoViewpoint |
setPosition(double[] newValue)
Assign 3-tuple double array to inputOutput SFVec3d field named position.
|
GeoViewpoint |
setRetainUserOffsets(boolean newValue)
Assign boolean value to inputOutput SFBool field named retainUserOffsets.
|
GeoViewpoint |
setSpeedFactor(float newValue)
Assign float value within allowed range of [0,infinity) to initializeOnly SFFloat field named speedFactor.
|
GeoViewpoint |
setUSE(java.lang.String newValue)
Assign String value to inputOutput SFString field named USE.
|
double getBindTime()
getBindTime in interface X3DBindableNodegetBindTime in interface X3DViewpointNodedouble[] getCenterOfRotation()
GeoViewpoint setCenterOfRotation(double[] newValue)
newValue - is new value for the centerOfRotation field.GeoViewpoint - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).java.lang.String getDescription()
getDescription in interface X3DViewpointNodeGeoViewpoint setDescription(java.lang.String newValue)
setDescription in interface X3DViewpointNodenewValue - is new value for the description field.GeoViewpoint - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).float getFieldOfView()
GeoViewpoint setFieldOfView(float newValue)
newValue - is new value for the fieldOfView field.GeoViewpoint - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).GeoOrigin getGeoOrigin()
GeoViewpoint setGeoOrigin(GeoOrigin newValue)
newValue - is new value for the geoOrigin field.GeoViewpoint - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).java.lang.String[] getGeoSystem()
GeoViewpoint setGeoSystem(java.lang.String[] newValue)
newValue - is new value for the geoSystem field.GeoViewpoint - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).boolean getIsBound()
getIsBound in interface X3DBindableNodegetIsBound in interface X3DViewpointNodeboolean getJump()
getJump in interface X3DViewpointNodeGeoViewpoint setJump(boolean newValue)
setJump in interface X3DViewpointNodenewValue - is new value for the jump field.GeoViewpoint - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).X3DMetadataObject getMetadata()
getMetadata in interface X3DBindableNodegetMetadata in interface X3DChildNodegetMetadata in interface X3DNodegetMetadata in interface X3DViewpointNodeGeoViewpoint setMetadata(X3DMetadataObject newValue)
setMetadata in interface X3DBindableNodesetMetadata in interface X3DChildNodesetMetadata in interface X3DNodesetMetadata in interface X3DViewpointNodenewValue - is new value for the metadata field.GeoViewpoint - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).float[] getOrientation()
getOrientation in interface X3DViewpointNodeGeoViewpoint setOrientation(float[] newValue)
setOrientation in interface X3DViewpointNodenewValue - is new value for the orientation field.GeoViewpoint - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).double[] getPosition()
GeoViewpoint setPosition(double[] newValue)
newValue - is new value for the position field.GeoViewpoint - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).boolean getRetainUserOffsets()
getRetainUserOffsets in interface X3DViewpointNodeGeoViewpoint setRetainUserOffsets(boolean newValue)
setRetainUserOffsets in interface X3DViewpointNodenewValue - is new value for the retainUserOffsets field.GeoViewpoint - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).float getSpeedFactor()
GeoViewpoint setSpeedFactor(float newValue)
newValue - is new value for the speedFactor field.GeoViewpoint - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).GeoViewpoint setDEF(java.lang.String newValue)
setDEF in interface X3DBindableNodesetDEF in interface X3DChildNodesetDEF in interface X3DNodesetDEF in interface X3DViewpointNodenewValue - is new value for the DEF field.GeoViewpoint - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).GeoViewpoint 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.setUSE in interface X3DBindableNodesetUSE in interface X3DChildNodesetUSE in interface X3DNodesetUSE in interface X3DViewpointNodenewValue - is new value for the USE field.GeoViewpoint - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).GeoViewpoint setCssClass(java.lang.String newValue)
setCssClass in interface X3DBindableNodesetCssClass in interface X3DChildNodesetCssClass in interface X3DNodesetCssClass in interface X3DViewpointNodenewValue - is new value for the class field.GeoViewpoint - 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.