SPATREF::OGC_URN Class Reference
Converter for Open Geospatial Consortium (OGC) Universal Resource Name (URN) forms.
More...
#include <mi32/spatrefext.h>
List of all members.
Detailed Description
Converter for Open Geospatial Consortium (OGC) Universal Resource Name (URN) forms.
Member Function Documentation
Convert COORDOPDEF to URN string.
- Parameters:
-
| CoordOpDef | Coordinate Operation Definition to convert |
| urnstr | Universal Resource Name string returned |
Convert COORDREFSYS to URN string.
- Parameters:
-
| CoordRefSys | Coordinate Reference System to convert |
| urnstr | Universal Resource Name string returned |
Convert URN string to COORDOPDEF.
- Parameters:
-
| urnstr | Universal Resource Name string to convert |
| CoordOpDef | Coordinate Operation Definition returned |
Convert URN string to COORDREFSYS.
- Parameters:
-
| urnstr | Universal Resource Name string to convert |
| CoordRefSys | Coordinate Reference System returned |
Convert URN string to IDENTIFIER.
- Parameters:
-
| urnstr | Universal Resource Name string to convert |
| objectType | OGC object type string |
| id | Identifier returned |
| static ERRVALUE SPATREF::OGC_URN::ExtractFromIdList |
( |
const IDENTIFIERLIST & |
IdList, |
|
|
const char * |
objectType, |
|
|
const char * |
ogcversion, |
|
|
MISTRING & |
urnstr | |
|
) |
| | [static] |
Extract from IDENTIFIERLIST to URN string.
- Parameters:
-
| IdList | Identifier list |
| objectType | OGC object type string |
| ogcversion | OGC version, will default to 1.0 if NULL |
| urnstr | Universal Resource Name string returned |
The documentation for this class was generated from the following file: