Map Shape Classification |
| Name |
SYSCLS_MAPSHAPE |
| Inheritance |
SYSCLS ARCHIVECLASSIFICATION |
| Namespace |
System.Classification.Map |
| ID |
{5DF644AE-E0EC-43B0-9F55-A20BD0A2488C} |
| Purpose |
Marks an archive document as Map Shape file |
| Version |
3.6.0+ |
If a Document object fullfills the Map Shape Classification it contains the necessary files for a Map Shape as compressed archive (zip).
- .shp — shape format; the feature geometry itself.
- .shx — shape index format; a positional index of the feature geometry to allow seeking forwards and backwards quickly.
- .dbf — attribute format; columnar attributes for each shape, in dBase IV format.
MetaProperties
| Name |
Data type |
Comment
|
| Z_LEVEL |
Integer |
The Z level is an ordering of overlapping shape files. The shape with the higher number will cover shapes with a lower z-level.
|
See also