Difference: GISFileFormats (1 vs. 2)

Revision 22007-03-13 - RachelPottinger

Line: 1 to 1
Changed:
<
<
META TOPICPARENT name="MyResearch"
>
>
META TOPICPARENT name="DMM.AprilWebster"
 

File Formats for GIS Data

Vector Data:

Revision 12007-03-12 - AprilWebster

Line: 1 to 1
Added:
>
>
META TOPICPARENT name="MyResearch"

File Formats for GIS Data

Vector Data:
  • Shapefile
    • Developed by ESRI for ArcView GIS
    • Specification is readily available; supported by other software
    • Does not support the storage of topological information
    • Can only store one feature class
    • It is a collection of 3 or more files:
      • Required files:
        • Main file: .shp
          • This is the primary file that stores feature geometry.
        • Index file: .shx
          • Stores the index of the feature geometry.
        • Dbase table: .dbf
          • Stores the attribute data for features contained in .shp.
          • There is a one-to-one relationship between geometry and attributes, which is based on record number. Attribute records in the dBASE file must be in the same order as records in the main file.
      • Optional files:
        • Projection file: .prj
    • Sources:

  • Coverage
    • Developed by ESRI

-- AprilWebster - 12 Mar 2007

 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 2008-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback