Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDgGeoDataInfo::createAll Method (const OdGePoint3d&, OdArray<OdDgGeoDataCoordinateSystemPtr>&)
Syntax
C++
static OdResult createAll(const OdGePoint3d& geoPt, OdArray<OdDgGeoDataCoordinateSystemPtr>& allCoordSys);

Creates and returns a new OdDgGeoDataCoordinateSystem object for every existing, persistent projected CRS definition from the current virtual catalog when the passed in geodetic point is within the geodetic extents of the CRS. 

 

Parameters
Description
geoPt
[in] Geodetic point (Longitude, Latitude, Altitude).
allCoordSys
[out] Array of pointers to the new CRS objects.

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

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