Jump to: navigation, search

Difference between revisions of "SYSCLS MAPSHAPE"


(Created page with "{{ClassificationInfoBox | title = Map Shape Classification | name = {{PAGENAMEE}} | inheritance = SYSCLS ARCHIVE | namespace = System.Classification.Map | purpose = Marks...")
 
Line 2: Line 2:
 
| title = Map Shape Classification
 
| title = Map Shape Classification
 
| name = {{PAGENAMEE}}
 
| name = {{PAGENAMEE}}
| inheritance = [[SYSCLS_ARCHIVE]]
+
| inheritance = [[SYSCLS_ARCHIVECLASSIFICATION]]
 
| namespace = System.Classification.Map
 
| namespace = System.Classification.Map
 
| purpose =  Marks an archive document as Map Shape file
 
| purpose =  Marks an archive document as Map Shape file
Line 27: Line 27:
  
 
{{Category/Version|3.6.0}}
 
{{Category/Version|3.6.0}}
 +
 +
[[Category:3.6.0|SYSCLS MAPSHAPE]]

Revision as of 07:26, 21 July 2020

IC CLASSIFICATION.gif 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