Uses of Interface
ucar.unidata.gis.GisFeature

Packages that use GisFeature
ucar.unidata.gis Geographic information providers. 
ucar.unidata.gis.shapefile Geographic information: map backgrounds using shapefiles. 
 

Uses of GisFeature in ucar.unidata.gis
 

Classes in ucar.unidata.gis that implement GisFeature
 class AbstractGisFeature
          Abstract class that implements common methods for concrete implementations of GisFeature.
 class GisFeatureAdapter
          This adapts a Gisfeature into a subclass of AbstractGisFeature.
 

Constructors in ucar.unidata.gis with parameters of type GisFeature
GisFeatureAdapter(GisFeature gisFeature)
          _more_
 

Uses of GisFeature in ucar.unidata.gis.shapefile
 

Classes in ucar.unidata.gis.shapefile that implement GisFeature
 class EsriShapefile.EsriFeature
          EsriFeature.java Created: Sat Feb 20 17:19:53 1999
 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