public class SoGeoLocation extends SoTransformation
SoGeoLocation
allows to place a non-georeferenced model at its correct location in geospatial coordinates.
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 SoGeoLocation
node provides the ability to geo-reference any models. That is, to take an ordinary model, 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 geoSystem
field is used to define the spatial reference frame and is described in 25.2.3 Specifying a spatial reference frame. 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:
GeoLocation {
geoCoords | 0 0 0 |
geoSystem | ["GD","WE"] |
Action behavior:
SoGLRenderAction
, SoRayPickAction
, SoGetBoundingBoxAction
, SoCallbackAction
, SoGetMatrixAction
, SoGetPrimitiveCount
Inventor.ConstructorCommand
Modifier and Type | Field and Description |
---|---|
SoSFVec3d |
geoCoords
Geospatial coordinate used for translation.
|
SoMFString |
geoSystem
Defines the spatial reference frame.
|
VERBOSE_LEVEL, ZeroHandle
Constructor and Description |
---|
SoGeoLocation()
Creates a geoLocation node with default settings.
|
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 SoSFVec3d geoCoords
public final SoMFString geoSystem
Generated on January 23, 2025, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com