Web API Reference MapGuide Open Source

MgCoordinateSystemFactory Class Reference
[MgCoordinateSystemFactory]

Supports the creation of MgCoordinateSystem objects based on a OpenGIS Well-Known Text (WKT) definition of the coordinate system. More...

Inherits MgGuardDisposable.

List of all members.


Public Member Functions

virtual STRING ConvertCoordinateSystemCodeToWkt (CREFSTRING code)
virtual STRING ConvertEpsgCodeToWkt (INT32 code)
virtual STRING ConvertWktToCoordinateSystemCode (CREFSTRING wkt)
virtual INT32 ConvertWktToEpsgCode (CREFSTRING wkt)
virtual MgCoordinateSystemCreate (CREFSTRING wkt)
 Creates an MgCoordinateSystem instance given a definition of the coordinate system in OpenGIS Well-Known Text (WKT) format. See WKT of Spatial Reference System and Coordinate System Test Values .
virtual MgCoordinateSystemCreateFromCode (CREFSTRING code)
virtual MgStringCollectionEnumerateCategories ()
virtual MgBatchPropertyCollectionEnumerateCoordinateSystems (CREFSTRING category)
virtual STRING GetBaseLibrary ()
virtual MgCoordinateSystemCatalogGetCatalog ()
virtual
MgCoordinateSystemTransform
GetTransform (MgCoordinateSystem *pSource, MgCoordinateSystem *pTarget)
virtual bool IsValid (CREFSTRING wkt)
 MgCoordinateSystemFactory ()
 Constructs an MgCoordinateSystemFactory object.

Detailed Description

Supports the creation of MgCoordinateSystem objects based on a OpenGIS Well-Known Text (WKT) definition of the coordinate system.

Comments or suggestions? Send us feedback.