public class SoGeoCoordinate extends SoCoordinate3
SoGeoCoordinate
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 SoGeoCoordinate
node specifies a list of coordinates in a spatial reference frame. It can be used in place of an SoCoordinate3
node. 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:
GeoCoordinate {
point | [] |
geoSystem | ["GD","WE"] |
Action behavior:
Inventor.ConstructorCommand
Modifier and Type | Field and Description |
---|---|
SoMFString |
geoSystem
Defines the spatial reference frame.
|
point
VERBOSE_LEVEL, ZeroHandle
Constructor and Description |
---|
SoGeoCoordinate()
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, 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 SoMFString geoSystem
Generated on January 23, 2025, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com