My favorites | Sign in
Project Logo
                
Search
for
Updated Feb 08, 2009 by zach.f.johnson
Structure  

The data object returned by E00Parser.parse() can contain as many as nine main properties. The sections are described below

arc

http://avce00.maptools.org/docs/v7_e00_cover.html#ARC

A Vector of Objects of the following form:

  • covNum : int
  • covID : int
  • nodeFrom : int
  • nodeTo : int
  • polyLeft : int
  • polyRight : int
  • npoints : int
  • points : Vector.<Number>
  • coord : Vector.<Point>

cnt

http://avce00.maptools.org/docs/v7_e00_cover.html#CNT

A Vector of Objects of the following form:

  • cntID : int
  • x : Number
  • y : Number

lab

http://avce00.maptools.org/docs/v7_e00_cover.html#LAB

A Vector of Objects of the following form:

  • covID : int
  • polyID : int
  • x : Number
  • y : Number

log

http://avce00.maptools.org/docs/v7_e00_cover.html#LOG

A Vector of Objects of the following form:

  • year : int
  • month : int
  • day : int
  • hour : int
  • minute : int
  • connecttime : int
  • cputime : Number
  • iotime : Number
  • commandline : String

pal

http://avce00.maptools.org/docs/v7_e00_cover.html#PAL

A Vector of Objects of the following form:

  • npoints : int
  • xmin : Number
  • ymin : Number
  • xmax : Number
  • ymax : Number
  • points : Vector.<Object>
    • arc-number : int
    • node-number : int
    • polygon-number : int

Sign in to add a comment
Hosted by Google Code