Uses of Class
ucar.unidata.gis.AbstractGisFeature

Packages that use AbstractGisFeature
ucar.unidata.gis Geographic information providers. 
ucar.unidata.gis.mcidasmap Geographic information: McIDAS map background. 
ucar.unidata.gis.shapefile Geographic information: map backgrounds using shapefiles. 
ucar.unidata.gis.worldmap Geographic information: World map background. 
 

Uses of AbstractGisFeature in ucar.unidata.gis
 

Subclasses of AbstractGisFeature in ucar.unidata.gis
 class GisFeatureAdapter
          This adapts a Gisfeature into a subclass of AbstractGisFeature.
 

Uses of AbstractGisFeature in ucar.unidata.gis.mcidasmap
 

Methods in ucar.unidata.gis.mcidasmap that return AbstractGisFeature
 AbstractGisFeature McidasMap.getMcidasMap()
          _more_
 

Uses of AbstractGisFeature in ucar.unidata.gis.shapefile
 

Subclasses of AbstractGisFeature in ucar.unidata.gis.shapefile
 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.EsriPolygon
          Represents a Polygon in an ESRI shapefile as a List of GisParts.
 class EsriShapefile.EsriPolyline
          Represents a Polyline in an ESRI shapefile as a List of GisParts.
 

Uses of AbstractGisFeature in ucar.unidata.gis.worldmap
 

Methods in ucar.unidata.gis.worldmap that return AbstractGisFeature
static AbstractGisFeature WorldMap.getWorldMap()
          _more_