Jump to: navigation, search

SYSCLS MAPSHAPE


Revision as of 07:26, 21 July 2020 by MHM (Talk | contribs) (Created page with "{{ClassificationInfoBox | title = Map Shape Classification | name = {{PAGENAMEE}} | inheritance = SYSCLS ARCHIVE | namespace = System.Classification.Map | purpose = Marks...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
IC CLASSIFICATION.gif Map Shape Classification
Name SYSCLS_MAPSHAPE
Inheritance SYSCLS ARCHIVE
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