API Reference > OdDb Classes > OdDbGeoCoordinateSystem Class
OdDbGeoCoordinateSystem Class
OdDbGeoCoordinateSystem
Syntax
C++
class OdDbGeoCoordinateSystem : public OdRxObject;

OdDbGeoCoordinateSystem.h

This abstract class represents a coordinate reference system (CRS) definition. 

 

 
Name 
Description 
 
Virtual destructor. 
 
Default constructor. 
 
Name 
Description 
 
This enumeration represents the coordinate reference system projection method types. 
 
Type 
This enumeration indicates the type of a coordinate reference system. 
 
Unit 
This enumeration represents the linear or angular unit. 
 
Name 
Description 
 
Creates and returns a new OdDbGeoCoordinateSystem object from the current virtual catalog.
 
 
This is the overview for the createAll method overload. 
 
Returns the cartesian extents of this CRS.
 
 
Returns the datum of this CRS.
 
 
Returns the description of this CRS.
 
 
Returns the ellipsoid related to this CRS.
 
 
Returns this CRS's EPSG code.
 
 
Returns the geodetic extents of this CRS, the range of longitude and latitude.
 
 
Returns the coordinate reference system's identifier string.
 
 
Returns the projection method parameter offset easting of this CRS.
 
 
Returns the projection method of this CRS.
 
 
Returns the projection parameters of this CRS.
 
 
Returns this CRS's type.
 
 
This is the overview for the getUnit method overload. 
 
Returns the factor that is used for multiplying the length units of this CRS for calculating the equivalent in meters.
 
 
Returns the string in WKT format that represents this CRS.
 
 
Returns the string in XML format that represents this CRS.
 
 
This is ODRX_DECLARE_MEMBERS, a member of class OdDbGeoCoordinateSystem. 
 
Returns string representation for input unit type.
 
Copyright © 2002–2020. Open Design Alliance. All rights reserved.