Uses of Class
org.web3d.x3d.jsail.Geospatial.GeoViewpoint
Package
Description
The Geospatial component defines how to associate real-world locations in an X3D scene and specifies nodes particularly tuned for geospatial applications.
-
Uses of GeoViewpoint in org.web3d.x3d.jsail.Geospatial
Modifier and TypeMethodDescriptionGeoViewpoint.addComments
(String newComment) Add comment as String to contained commentsList.GeoViewpoint.addComments
(String[] newComments) Add comments as String[] array to contained commentsList.GeoViewpoint.addComments
(CommentsBlock newCommentsBlock) Add CommentsBlock to contained commentsList.GeoViewpoint.addGeoSystem
(String newValue) Add singleton String value to MFString geoSystem field.GeoViewpoint.addGeoSystem
(SFString newValue) Add singleton SFString value to MFString geoSystem field.GeoViewpoint.clearGeoOrigin()
Utility method to clear SFNode value of geoOrigin field.GeoViewpoint.clearGeoSystem()
Utility method to clear MFString value of geoSystem field.GeoViewpoint.clearIS()
Utility method to clear SFNode value of IS field.GeoViewpoint.clearMetadata()
Utility method to clear SFNode value of metadata field.GeoViewpoint.clearNavigationInfo()
Utility method to clear SFNode value of navigationInfo field.GeoViewpoint.setCenterOfRotation
(double[] newValue) Accessor method to assign 3-tuple double array unit axis, angle (in radians) to inputOutput SFVec3d field named centerOfRotation.GeoViewpoint.setCenterOfRotation
(double x, double y, double z) Assign values to SFVec3d centerOfRotation field, similar tosetCenterOfRotation(double[])
.GeoViewpoint.setCenterOfRotation
(SFVec3d newValue) Assign typed object value to SFVec3d centerOfRotation field, similar tosetCenterOfRotation(double[])
.final GeoViewpoint
GeoViewpoint.setCssClass
(String newValue) Accessor method to assign String value to inputOutput SFString field named class.GeoViewpoint.setCssClass
(SFString newValue) Assign typed object value to SFString cssClass field, similar tosetCssClass(String)
.final GeoViewpoint
GeoViewpoint.setCssStyle
(String newValue) Accessor method to assign String value to inputOutput SFString field named style.GeoViewpoint.setCssStyle
(SFString newValue) Assign typed object value to SFString cssClass field, similar tosetCssStyle(String)
.final GeoViewpoint
Accessor method to assign String value to inputOutput SFString field named DEF.Assign typed object value to SFString DEF field, similar tosetDEF(String)
.GeoViewpoint.setDescription
(String newValue) Accessor method to assign String value to inputOutput SFString field named description.GeoViewpoint.setDescription
(SFString newValue) Assign typed object value to SFString description field, similar tosetDescription(String)
.GeoViewpoint.setFarDistance
(double newValue) Utility method: double-precision set-parameter accessor for X3D floating-point type, similar tosetFarDistance(float)
.GeoViewpoint.setFarDistance
(float newValue) Accessor method to assign float value to inputOutput SFFloat field named farDistance.GeoViewpoint.setFarDistance
(SFFloat newValue) Assign typed object value to SFFloat farDistance field, similar tosetFarDistance(float)
.GeoViewpoint.setFieldOfView
(double newValue) Utility method: double-precision set-parameter accessor for X3D floating-point type, similar tosetFieldOfView(float)
.GeoViewpoint.setFieldOfView
(float newValue) Accessor method to assign float value to inputOutput SFFloat field named fieldOfView.GeoViewpoint.setFieldOfView
(SFFloat newValue) Assign typed object value to SFFloat fieldOfView field, similar tosetFieldOfView(float)
.GeoViewpoint.setGeoOrigin
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to initializeOnly SFNode field geoOrigin.GeoViewpoint.setGeoOrigin
(GeoOrigin newValue) Accessor method to assign org.web3d.x3d.sai.Geospatial.GeoOrigin instance (using a properly typed node) to initializeOnly SFNode field geoOrigin.GeoViewpoint.setGeoSystem
(String newValue) Assign singleton String value to MFString geoSystem field, similar tosetGeoSystem(String[])
.GeoViewpoint.setGeoSystem
(String[] newValue) Accessor method to assign String array to initializeOnly MFString field named geoSystem.GeoViewpoint.setGeoSystem
(ArrayList<String> newValue) Assign ArrayList value of MFString geoSystem field, similar tosetGeoSystem(String[])
.GeoViewpoint.setGeoSystem
(MFString newValue) Assign typed object value to MFString geoSystem field, similar tosetGeoSystem(String[])
.GeoViewpoint.setGeoSystem
(SFString newValue) Assign single SFString object value to MFString geoSystem field, similar tosetGeoSystem(String[])
.final GeoViewpoint
Accessor method to assign String value to inputOutput SFString field named id.Assign typed object value to SFString HtmlID field, similar tosetHtmlID(String)
.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.GeoViewpoint.setJump
(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named jump.Assign typed object value to SFBool jump field, similar tosetJump(boolean)
.GeoViewpoint.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.GeoViewpoint.setMetadata
(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.GeoViewpoint.setNavigationInfo
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field navigationInfo.GeoViewpoint.setNavigationInfo
(NavigationInfo newValue) Accessor method to assign org.web3d.x3d.sai.Navigation.NavigationInfo instance (using a properly typed node) to inputOutput SFNode field navigationInfo.GeoViewpoint.setNearDistance
(double newValue) Utility method: double-precision set-parameter accessor for X3D floating-point type, similar tosetNearDistance(float)
.GeoViewpoint.setNearDistance
(float newValue) Accessor method to assign float value to inputOutput SFFloat field named nearDistance.GeoViewpoint.setNearDistance
(SFFloat newValue) Assign typed object value to SFFloat nearDistance field, similar tosetNearDistance(float)
.GeoViewpoint.setOrientation
(double[] newArray) Utility method: double-precision set-array accessor for X3D floating-point type, similar tosetOrientation(float[])
.GeoViewpoint.setOrientation
(double x, double y, double z, double angleRadians) Utility method: double-precision set-parameters accessor for X3D floating-point type, similar tosetOrientation(float[])
.GeoViewpoint.setOrientation
(float[] newValue) Accessor method to assign 4-tuple float array unit axis, angle (in radians) to inputOutput SFRotation field named orientation.GeoViewpoint.setOrientation
(float x, float y, float z, float angleRadians) Assign values to SFRotation orientation field, similar tosetOrientation(float[])
.GeoViewpoint.setOrientation
(SFRotation newValue) Assign typed object value to SFRotation orientation field, similar tosetOrientation(float[])
.GeoViewpoint.setPosition
(double[] newValue) Accessor method to assign 3-tuple double array to inputOutput SFVec3d field named position.GeoViewpoint.setPosition
(double x, double y, double z) Assign values to SFVec3d position field, similar tosetPosition(double[])
.GeoViewpoint.setPosition
(SFVec3d newValue) Assign typed object value to SFVec3d position field, similar tosetPosition(double[])
.GeoViewpoint.setRetainUserOffsets
(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named retainUserOffsets.GeoViewpoint.setRetainUserOffsets
(SFBool newValue) Assign typed object value to SFBool retainUserOffsets field, similar tosetRetainUserOffsets(boolean)
.GeoViewpoint.setSpeedFactor
(double newValue) Utility method: double-precision set-parameter accessor for X3D floating-point type, similar tosetSpeedFactor(float)
.GeoViewpoint.setSpeedFactor
(float newValue) Accessor method to assign float value to initializeOnly SFFloat field named speedFactor.GeoViewpoint.setSpeedFactor
(SFFloat newValue) Assign typed object value to SFFloat speedFactor field, similar tosetSpeedFactor(float)
.final GeoViewpoint
Accessor method to assign String value to inputOutput SFString field named USE.Assign typed object value to SFString USE field, similar tosetUSE(String)
.GeoViewpoint.setUSE
(GeoViewpoint DEFnode) Assign a USE reference to another DEF node of same node type, similar tosetUSE(String)
.GeoViewpoint.setViewAll
(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named viewAll.GeoViewpoint.setViewAll
(SFBool newValue) Assign typed object value to SFBool viewAll field, similar tosetViewAll(boolean)
.Modifier and TypeMethodDescriptionGeoViewpoint.setUSE
(GeoViewpoint DEFnode) Assign a USE reference to another DEF node of same node type, similar tosetUSE(String)
.