SoVRMLGeoViewpoint Class |
Note: This API is now obsolete.
Specifies position from which the user might view the scene. <font color="#FF0000">Action not implemented for this node.
Namespace: OIV.Inventor.Geo
The SoVRMLGeoViewpoint type exposes the following members.
Name | Description | |
---|---|---|
![]() | SoVRMLGeoViewpoint | Constructor. |
Name | Description | |
---|---|---|
![]() | AffectsState | Returns true if a node has an effect on the state during traversal. |
![]() | Callback | (Inherited from SoNode.) |
![]() | Copy | Calls Copy(false). (Inherited from SoNode.) |
![]() | Copy(Boolean) | Creates and returns an exact copy of the node. |
![]() | CopyFieldValues(SoFieldContainer) | Calls CopyFieldValues(fc, false). (Inherited from SoFieldContainer.) |
![]() | CopyFieldValues(SoFieldContainer, Boolean) | Copies the contents of fc's fields into this object's fields. |
![]() | Dispose |
Releases all resources used by SoDisposable.
(Inherited from SoDisposable.) |
![]() | Distribute | (Inherited from SoNode.) |
![]() | DoAction | (Inherited from SoNode.) |
![]() | EnableNotify | Notification at this Field Container is enabled (if flag == true) or disabled (if flag == false). |
![]() | Equals | (Inherited from Object.) |
![]() | FieldsAreEqual | Returns true if this object's fields are exactly equal to fc's fields. |
![]() | Get | Returns the values of the fields of this object in the Open Inventor ASCII file format in the given string. |
![]() | GetAllFields | Returns a list of fields, including the eventIn's and eventOut's. |
![]() | GetAlternateRep | This method is called by actions to allow the node to provide an "alternate representation" when appropriate (typically depending on the action type). |
![]() | GetBoundingBox | (Inherited from SoNode.) |
![]() | GetEventIn | Returns a the eventIn with the given name. |
![]() | GetEventOut | Returns the eventOut with the given name. |
![]() | GetField | Returns a the field of this object whose name is fieldName. |
![]() | GetFieldName | Returns the name of the given field in the fieldName argument. |
![]() | GetFields | Appends references to all of this object's fields to resultList, and returns the number of fields appended. |
![]() | GetHashCode |
Overrides GetHashCode().
(Inherited from SoNetBase.) |
![]() | GetMatrix | (Inherited from SoNode.) |
![]() | GetName | Returns the name of an instance. |
![]() | GetPrimitiveCount | (Inherited from SoNode.) |
![]() | GetRenderUnitID | (Inherited from SoNode.) |
![]() | GetStringName | (Inherited from SoBase.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | GLRender | (Overrides SoVRMLViewpointGLRender(SoGLRenderAction).) |
![]() | GLRenderBelowPath | (Inherited from SoNode.) |
![]() | GLRenderInPath | (Inherited from SoNode.) |
![]() | GLRenderOffPath | (Inherited from SoNode.) |
![]() | GrabEventsCleanup | (Inherited from SoNode.) |
![]() | GrabEventsSetup | (Inherited from SoNode.) |
![]() | HandleEvent | (Inherited from SoNode.) |
![]() | HasDefaultValues | Returns true if all of the object's fields have their default values. |
![]() | IsBoundingBoxIgnoring | This method is used by getBoundingBox action traversal to know if the current node must be traversed or not, ie the bounding should be ignored. |
![]() | IsNotifyEnabled | Notification is the process of telling interested objects that this object has changed. |
![]() | IsOverride | Returns the state of the override flag. |
![]() | IsSynchronizable | Gets the ScaleViz synchronizable state of this object. |
![]() | Pick | (Inherited from SoNode.) |
![]() | RayPick | (Inherited from SoNode.) |
![]() | Search | (Inherited from SoNode.) |
![]() | Set | Sets one or more fields in this object to the values specified in the given string, which should be a string in the Open Inventor file format. |
![]() | SetName | (Inherited from SoBase.) |
![]() | SetOverride | Turns the override flag on or off. |
![]() | SetSynchronizable | Sets this to be a ScaleViz synchronizable object. |
![]() | SetToDefaults | Sets all fields in this object to their default values. |
![]() | ToString |
Converts this SoBase structure to a human readable string.
(Inherited from SoBase.) |
![]() | Touch | Marks an instance as modified, simulating a change to it. |
![]() | Write | (Inherited from SoNode.) |
Name | Description | |
---|---|---|
![]() | bindTime | OutputEvent. |
![]() | centerOfRotation | (Note: Not implemented) Specifies a center about which to rotate the users eyepoint when in EXAMINE mode. |
![]() | description | Specifies viewpoints that are recommended to be publicly accessible. |
![]() | fieldOfView | Specifies a preferred field of view from the viewpoint, in radians. |
![]() | geoOrigin | An SoVRMLGeoOrigin node specifying the origin of the local coordinate system. |
![]() | geoSystem | Defines the spatial reference frame. |
![]() | headlight | (Note: Not implemented) Specifies whether the headlight should be turned on (true). |
![]() | isBound | OutputEvent. |
![]() | IsDisposable | ISafeDisposable interface implementation.
(Inherited from SoDisposable.) |
![]() | jump | (Note: Not implemented) Specifies whether the user's view "jumps" to the position and orientation. |
![]() | metadata | Specifies the metadata node. |
![]() | navType | (Note: Not implemented) Specifies a navigation paradigm to use. |
![]() | orientation | Specifies a rotation relative to the default orientation. |
![]() | position | Specifies a position relative to the coordinate system's origin (0,0,0). |
![]() | set_bind | Input event. |
![]() | speedFactor | (Note: Not implemented) A multiplier |
![]() | UserData |
Gets or sets the user data to be contained by the field container.
(Inherited from SoFieldContainer.) |
</font>
The SoVRMLGeoViewpoint node defines a specific location in a local geospatial coordinate system from which the user might view the scene.
This section describes the expected behavior of the node in a conforming X3D / VRML97 browser application. In some cases, the application is responsible for implementing portions of the expected behavior. Open Inventor viewer classes and IVF classes implement some of the application behaviors.
This section may reference portions of the X3D specification that are not present in this help file. The complete X3D spec is available at http://www.web3d.org.
The SoVRMLGeoViewpoint node allows the specification of a viewpoint in terms of a geospatial coordinate. This node can be used wherever a Viewpoint node can be used and can be combined with Viewpoint nodes in the same scene. The fieldOfView, jump, description, set_bind, bindTime, and isBound fields and events have the same behavior as the standard Viewpoint node. When a SoVRMLGeoViewpoint node is bound, it overrides the currently bound Viewpoint and NavigationInfo nodes in the scene. The geoOrigin field is used to specify a local coordinate frame for extended precision as described in 25.2.5 Dealing with high-precision coordinates. The geoSystem field is used to define the spatial reference frame and is described in 25.2.3 Specifying a spatial reference frame. The position is used to define the actual coordinate at which the viewpoint is to be located. It should be provided in a format consistent with that specified by geoSystem. There is also a set_position field which can be routed from the geovalue_changed field of a GeoPositionInterpolator node in order to animate the position of the SoVRMLGeoViewpoint. The orientation string defines a relative orientation from the local orientation frame that is defined by the position field. By default, the orientation of the viewpoint will always be aligned such that the +Y axis is the up vector for the local area (the normal to the tangent plane on the ellipsoid), -Z points towards the north pole, and +X is east. Therefore, if a SoVRMLGeoViewpoint is created that always looked straight down, no matter where on the planetary body is being observed, an orientation value of [ 1 0 0 -1.57 ] is used. The set_orientation field can be routed to the value_changed field of an OrientationInterpolator in order to animate the orientation of the SoVRMLGeoViewpoint. The navType field is used to specify the navigation type that is to be bound when this SoVRMLGeoViewpoint node is bound. The acceptable values for this field are the same as those for the type field of the NavigationInfo node. The headlight field is used to specify the whether the viewer shall turn on a headlight when this viewpoint is bound. A headlight is a directional light that always points in the direction that the user is looking. The SoVRMLGeoViewpoint node may be implemented as if there is an embedded NavigationInfo node that is bound and unbound with the SoVRMLGeoViewpoint node. The speedFactor field of the SoVRMLGeoViewpoint node is used as a multiplier to the elevation-based velocity that the node sets internally; i.e., this is a relative value and not an absolute speed as is the case for the NavigationInfo node.
VRMLGeoViewpoint {
description | "" |
fieldOfView | 0.785398 |
headlight | true |
jump | true |
metadata | NULL |
navType | ["WALK","ANY"] |
geoOrigin | NULL |
geoSystem | ["GD","WE"] |
orientation | 0 0 1 0 |
position | 0 0 100000 |
speedFactor | 1.0 |
SoSFBool | set_bind (Note: Not implemented) |
SoSFFloat | set_fieldOfView (Note: Not implemented) |
SoSFBool | set_headlight (Note: Not implemented) |
SoSFBool | set_jump (Note: Not implemented) |
SoSFRotation | set_orientation (Note: Not implemented) |
SoSFVec3f | set_position (Note: Not implemented) |
SoSFString | set_description (Note: Not implemented) |
SoMFString | set_navType (Note: Not implemented) |
SoSFNode | set_metadata (Note: Not implemented) |
SoSFTime | bindTime (Note: Not implemented) |
SoSFBool | isBound (Note: Not implemented) |
SoSFFloat | fieldOfView_changed (Note: Not implemented) |
SoSFString | description_changed (Note: Not implemented) |
SoSFBool | headlight_changed (Note: Not implemented) |
SoSFBool | jump_changed (Note: Not implemented) |
SoMFString | navType_changed (Note: Not implemented) |
SoSFNode | metadata_changed (Note: Not implemented) |