public class SoVRMLGeoLocation extends SoVRMLGroup
SoVRMLGeoLocation
allows to place a non-georeferenced model at its correct geospatial location.
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
The SoVRMLGeoLocation
node provides the ability to geo-reference any standard X3D model. That is, to take an ordinary X3D model, contained within the children field of the node, and to specify its geospatial location. This node is a grouping node that can be thought of as a Transform node. However, the GeoLocation node specifies an absolute location, not a relative one, so content developers should not nest GeoLocation nodes within each other. 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 geometry of the nodes in children
is to be specified in units of meters in X3D coordinates relative to the location specified by the geoCoords
field. The geoCoords
field should be provided in the format described in 25.2.3 Specifying a spatial reference frame. The geoCoords
field can be used to dynamically update the geospatial location of the model.
File format/default:
VRMLGeoLocation {
children | [] |
geoCoords | 0 0 0 |
metadata | NULL |
geoOrigin | NULL |
geoSystem | ["GD","WE"] |
bboxCenter | 0 0 0 |
bboxSize | -1 -1 -1 |
Action behavior:
SoGLRenderAction
, SoRayPickAction
, SoGetBoundingBoxAction
, SoCallbackAction
, SoGetMatrixAction
, SoGetPrimitiveCount
Deprecated since Open Inventor 9500
SoVRMLGroup.Cachings
Inventor.ConstructorCommand
Modifier and Type | Field and Description |
---|---|
SoSFVec3d |
geoCoords
Deprecated.
Geospatial coordinate used for translation.
|
SoSFNode |
geoOrigin
Deprecated.
An
SoVRMLGeoOrigin node specifying the origin of the local coordinate system. |
SoMFString |
geoSystem
Deprecated.
Defines the spatial reference frame.
|
AUTO, boundingBoxCaching, directVizCaching, OFF, ON, pickCulling, renderCaching, renderCulling, renderUnitId
bboxCenter, bboxSize, children, metadata
boundingBoxIgnoring
VERBOSE_LEVEL, ZeroHandle
Constructor and Description |
---|
SoVRMLGeoLocation()
Deprecated.
Constructor.
|
getNumRenderCaches, setNumRenderCaches
addChild, findChild, getChild, getNumChildren, insertChild, removeAllChildren, removeChild, removeChild, replaceChild, replaceChild
affectsState, callback, copy, copy, distribute, doAction, getAlternateRep, getBoundingBox, getByName, getMatrix, getPrimitiveCount, getRenderUnitID, GLRender, GLRenderBelowPath, GLRenderInPath, GLRenderOffPath, grabEventsCleanup, grabEventsSetup, handleEvent, isBoundingBoxIgnoring, isOverride, pick, rayPick, search, setOverride, touch, write
copyFieldValues, copyFieldValues, enableNotify, fieldsAreEqual, get, getAllFields, getEventIn, getEventOut, getField, getFieldName, hasDefaultValues, isNotifyEnabled, set, setToDefaults
dispose, getEXTERNPROTO, getName, getPROTO, isDisposable, isSynchronizable, setName, setSynchronizable
getAddress, getNativeResourceHandle, startInternalThreads, stopInternalThreads
public final SoSFNode geoOrigin
SoVRMLGeoOrigin
node specifying the origin of the local coordinate system.public final SoSFVec3d geoCoords
public final SoMFString geoSystem
Generated on January 23, 2025, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com