Class EsriShapefile.EsriFeature

java.lang.Object
ucar.unidata.gis.AbstractGisFeature
ucar.unidata.gis.shapefile.EsriShapefile.EsriFeature
All Implemented Interfaces:
GisFeature
Direct Known Subclasses:
EsriShapefile.EsriMultipoint, EsriShapefile.EsriNull, EsriShapefile.EsriPoint, EsriShapefile.EsriPointZ, EsriShapefile.EsriPolygon, EsriShapefile.EsriPolygonZ, EsriShapefile.EsriPolyline, EsriShapefile.EsriPolylineZ
Enclosing class:
EsriShapefile

public abstract class EsriShapefile.EsriFeature extends AbstractGisFeature
EsriFeature.java Created: Sat Feb 20 17:19:53 1999
Author:
Russ Rew
  • Field Details

    • bounds

      protected Rectangle2D bounds
      bounds of this feature
    • numPoints

      protected int numPoints
      number of points
    • numParts

      protected int numParts
      number of parts
    • partsList

      protected List partsList
      the list of parts
  • Constructor Details

    • EsriFeature

      public EsriFeature()
  • Method Details