Class EsriShapefile.EsriPolygonZ

All Implemented Interfaces:
GisFeature
Enclosing class:
EsriShapefile

public class EsriShapefile.EsriPolygonZ extends EsriShapefile.EsriFeature
Represents a PolygonZ in an ESRI shapefile as a List of GisParts. A PolygonZ is just an ordered set of vertices of 1 or more parts, where a part is a closed connected sequence of points. Note: This reads the MRANGE and MPOINTS every time though, according to: http://en.wikipedia.org/wiki/Shapefile these fields are optional but how does one tell?
Author:
Jeff McWhirter
  • Constructor Details

    • EsriPolygonZ

      public EsriPolygonZ() throws IOException
      Create a new EsriPolygonZ.
      Throws:
      IOException - Signals that an I/O exception has occurred.