public class SoGeoLocation extends SoTransformation
SoGeoLocation
allows to place a non-georeferenced model at its correct location in geospatial coordinates.
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
SoNode.RenderModes
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, getRenderEngineMode, 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, getName, isDisposable, isSynchronizable, setName, setSynchronizable
getNativeResourceHandle
public final SoSFVec3d geoCoords
public final SoMFString geoSystem
Generated on July 31, 2019, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com