public class SoVRMLGeoCoordinate extends SoVRMLCoordinate
SoVRMLGeoCoordinate node allows applications to build geometry using geographic 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 SoVRMLGeoCoordinate node specifies a list of coordinates in a spatial reference frame. It is used in the coord field of vertex-based geometry nodes including SoVRMLIndexedFaceSet, SoVRMLIndexedLineSet, and SoVRMLPointSet. 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 point array is used to contain the actual geospatial coordinates and should be provided in a format consistent with that specified for the particular geoSystem (see above). The geospatial coordinates are transparently transformed into a geocentric, curved-earth representation. For example, this would allow a geographer to create a X3D world where all coordinates are specified in terms of latitude, longitude, and elevation.
File format/default:
VRMLGeoCoordiante {
| metadata | NULL |
| point | [] |
| geoOrigin | NULL |
| geoSystem | ["GD","WE"] |
Action behavior:
SoGLRenderAction, SoGetBoundingBoxAction, SoCallbackAction
Deprecated since Open Inventor 9500
Inventor.ConstructorCommand| Modifier and Type | Field and Description |
|---|---|
SoSFNode |
geoOrigin
Deprecated.
An
SoVRMLGeoOrigin node specifying the origin of the local coordinate system. |
SoMFString |
geoSystem
Deprecated.
Defines the spatial reference frame.
|
pointmetadataVERBOSE_LEVEL, ZeroHandle| Constructor and Description |
|---|
SoVRMLGeoCoordinate()
Deprecated.
Constructor.
|
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, writecopyFieldValues, copyFieldValues, enableNotify, fieldsAreEqual, get, getAllFields, getEventIn, getEventOut, getField, getFieldName, hasDefaultValues, isNotifyEnabled, set, setToDefaultsdispose, getEXTERNPROTO, getName, getPROTO, isDisposable, isSynchronizable, setName, setSynchronizablegetAddress, getNativeResourceHandle, startInternalThreads, stopInternalThreadspublic final SoSFNode geoOrigin
SoVRMLGeoOrigin node specifying the origin of the local coordinate system.public final SoMFString geoSystem
Generated on July 23, 2025, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com