Geographic coordinates node. More...
#include <Inventor/geo/SoVRMLGeoCoordinate.h>
Public Member Functions | |
virtual SoType | getTypeId () const |
SoVRMLGeoCoordinate () | |
Static Public Member Functions | |
static SoType | getClassTypeId () |
Public Attributes | |
SoSFNode | geoOrigin |
SoMFString | geoSystem |
The SoVRMLGeoCoordinate node allows applications to build geometry using geographic coordinates
This section may reference portions of the X3D specification that are not present in this help file. The complete X3D spec is available at http://www.web3d.org .
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.
metadata | NULL |
point | [] |
geoOrigin | NULL |
geoSystem | ["GD","WE"] |
SoMFVec3d | set_point |
SoSFNode | set_metadata |
SoMFVec3d | point_changed |
SoSFNode | metadata_changed |
SoVRMLGeoCoordinate::SoVRMLGeoCoordinate | ( | ) |
Constructor.
static SoType SoVRMLGeoCoordinate::getClassTypeId | ( | ) | [static] |
Returns the type identifier for this class.
Reimplemented from SoVRMLCoordinate.
virtual SoType SoVRMLGeoCoordinate::getTypeId | ( | ) | const [virtual] |
Returns the type identifier for this specific instance.
Reimplemented from SoVRMLCoordinate.
An SoVRMLGeoOrigin node specifying the origin of the local coordinate system.
Defines the spatial reference frame.
Valid values are: