Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbGeoCoordinateSystem::create Method
Syntax
C++
static OdResult create(const OdString& coordSysIdOrFullDef, OdDbGeoCoordinateSystemPtr& pCoordSys);

Creates and returns a new OdDbGeoCoordinateSystem object from the current virtual catalog. 

 

Parameters
Description
coordSysIdOrFullDef
[in] ID, WKT or XML representation of the CRS definition to load.
pCoordSys
[out] New CRS.

Returns eOK if successful, or an appropriate error code if not.

Copyright © 2002-2022. Open Design Alliance All rights reserved.