Package ucar.nc2.ui.gis.shapefile
Class EsriShapefile.EsriPolygon
- java.lang.Object
-
- ucar.nc2.ui.gis.AbstractGisFeature
-
- ucar.nc2.ui.gis.shapefile.EsriShapefile.EsriFeature
-
- ucar.nc2.ui.gis.shapefile.EsriShapefile.EsriPolygon
-
- All Implemented Interfaces:
GisFeature
- Enclosing class:
- EsriShapefile
public class EsriShapefile.EsriPolygon extends EsriShapefile.EsriFeature
Represents a Polygon in an ESRI shapefile as a List of GisParts. A Polygon is just an ordered set of vertices of 1 or more parts, where a part is a closed connected sequence of points. A state boundary might be represented by a Polygon, for example, where each part might be the main part or islands. Created: Sat Feb 20 17:19:53 1999
-
-
Field Summary
-
Fields inherited from class ucar.nc2.ui.gis.shapefile.EsriShapefile.EsriFeature
bounds
-
-
Method Summary
-
Methods inherited from class ucar.nc2.ui.gis.shapefile.EsriShapefile.EsriFeature
getBounds2D, getGisParts, getNumParts, getNumPoints, toString
-
Methods inherited from class ucar.nc2.ui.gis.AbstractGisFeature
getProjectedShape, getShape
-
-