Package | Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
GisFeatureAdapter
This adapts a Gisfeature into a subclass of AbstractGisFeature.
|
Modifier and Type | Method and Description |
---|---|
AbstractGisFeature |
McidasMap.getMcidasMap()
_more_
|
Modifier and Type | Class and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
static AbstractGisFeature |
WorldMap.getWorldMap()
_more_
|