Uses of Class
ucar.unidata.gis.shapefile.EsriShapefile.EsriFeature

Packages that use EsriShapefile.EsriFeature
ucar.unidata.gis.shapefile Geographic information: map backgrounds using shapefiles. 
 

Uses of EsriShapefile.EsriFeature in ucar.unidata.gis.shapefile
 

Subclasses of EsriShapefile.EsriFeature in ucar.unidata.gis.shapefile
 class EsriShapefile.EsriMultipoint
          Represents a Multipoint in an ESRI shapefile.
 class EsriShapefile.EsriNull
          A NULL shape in an ESRI shapefile.
 class EsriShapefile.EsriPoint
          Represents a single point in an ESRI shapefile.
 class EsriShapefile.EsriPointZ
          Class description
 class EsriShapefile.EsriPolygon
          Represents a Polygon in an ESRI shapefile as a List of GisParts.
 class EsriShapefile.EsriPolygonZ
          Represents a PolygonZ in an ESRI shapefile as a List of GisParts.
 class EsriShapefile.EsriPolyline
          Represents a Polyline in an ESRI shapefile as a List of GisParts.
 class EsriShapefile.EsriPolylineZ
          Class description