SPATREF::OGC_WKT Class Reference
Converter for Open Geospatial Consortium Well-Known Text forms.
More...
#include <mi32/spatrefext.h>
List of all members.
Detailed Description
Converter for Open Geospatial Consortium Well-Known Text forms.
Supports multiple codespaces including OGC_WKT, ESRI_WKT and Oracle_WKT.
Constructor & Destructor Documentation
| SPATREF::OGC_WKT::OGC_WKT |
( |
CODESPACE |
codespace |
) |
[explicit] |
Construct with specified codespace.
- Parameters:
-
| codespace | WKT Codespace (eg, CODESPACE_OGC_WKT, _ESRI_WKT, _Oracle_WKT) |
| SPATREF::OGC_WKT::OGC_WKT |
( |
const OGC_WKT & |
rhs |
) |
|
Construct from WKT string.
- Parameters:
-
| codespace | WKT Codespace (eg, CODESPACE_OGC_WKT, _ESRI_WKT, _Oracle_WKT) |
Construct from COORDREFSYS.
- Parameters:
-
| codespace | WKT Codespace (eg, CODESPACE_OGC_WKT, _ESRI_WKT, _Oracle_WKT) |
| SPATREF::OGC_WKT::~OGC_WKT |
( |
|
) |
|
Member Function Documentation
Convert COORDREFSYS to WKT string.
- Parameters:
-
| CoordRefSys | Coordinate Reference System to convert |
| wktstr | Well-Known Text string returned |
| codespace | WKT Codespace (eg, CODESPACE_OGC_WKT, _ESRI_WKT, _Oracle_WKT) |
Convert WKT string to COORDREFSYS.
- Parameters:
-
| wktstr | Well-Known Text string to convert |
| CoordRefSys | Coordinate Reference System returned |
| codespace | WKT Codespace (eg, CODESPACE_OGC_WKT, _ESRI_WKT, _Oracle_WKT) |
Get coordinate reference system.
- Parameters:
-
| CoordRefSys | Coordinate Reference System returned |
Get name for operation method.
- Returns:
- TRUE if found in specified codespace, FALSE if found in alternative (OGC_WKT) codespace, < 0 if not found
- Parameters:
-
| method | Method to determine name of |
| codespace | WKT Codespace (eg, CODESPACE_OGC_WKT, _ESRI_WKT, _Oracle_WKT) |
| name | Name returned |
Get Well-Known Text string.
- Parameters:
-
| wktstr | Well-Known Text string returned |
Assignment from WKT string.
| void SPATREF::OGC_WKT::SetCodeSpace |
( |
CODESPACE |
codespace |
) |
|
Set codespace to use for identifiers.
- Parameters:
-
| codespace | WKT Codespace (eg, CODESPACE_OGC_WKT, _ESRI_WKT, _Oracle_WKT) |
Member Data Documentation
The documentation for this class was generated from the following file: