Flags of the mask to pass to the WKT string in IPEWKTExport.
| Constant | Value | Description | 
|---|---|---|
| esriPEWKTMode_AuthTop | 1 | Include auth in top-level obj only | 
| esriPEWKTMode_AuthAll | 2 | Include auth in all objects | 
| esriPEWKTMode_AuthVersion | 4 | Include authority version | 
| esriPEWKTMode_DisplayNameTop | 16 | Include disp name in top-level obj | 
| esriPEWKTMode_DisplayNameAll | 32 | Include disp name in all objects | 
| esriPEWKTMode_DisplayNameCanonical | 128 | Use canonical (internal) name | 
| esriPEWKTMode_FormattedWithSpaces | 256 | Multiple line with space indents | 
| esriPEWKTMode_FormattedWithTabs | 512 | Multiple line with tab indents | 
| esriPEWKTMode_LegacyPrecision | 33554432 | Legacy digit precision | 
| esriPEWKTMode_NoMetadata | 32768 | Exclude metadata from string | 
| esriPEWKTMode_WKT | 65536 | Output string in WKT format (dafault) | 
| esriPEWKTMode_Proj4 | 262144 | Output string in PROJ4 format | 
| esriPEWKTMode_WKT2 | 1048576 | Output string in PROJ4 format |