Package ucar.unidata.gis.shapefile
Class EsriShapefile.EsriPolyline
java.lang.Object
ucar.unidata.gis.AbstractGisFeature
ucar.unidata.gis.shapefile.EsriShapefile.EsriFeature
ucar.unidata.gis.shapefile.EsriShapefile.EsriPolyline
- All Implemented Interfaces:
GisFeature
- Enclosing class:
EsriShapefile
Represents a Polyline in an ESRI shapefile as a List of
GisParts. A Polyline is just an ordered set of vertices of 1
or more parts, where a part is a connected sequence of points.
A river including its tributaries might be represented by a
Polyine, for example, where each part would be a branch of the
river.
Created: Sat Feb 20 17:19:53 1999
- Author:
- Russ Rew
-
Field Summary
Fields inherited from class ucar.unidata.gis.shapefile.EsriShapefile.EsriFeature
bounds, numParts, numPoints, partsList
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class ucar.unidata.gis.shapefile.EsriShapefile.EsriFeature
getBounds2D, getGisParts, getNumParts, getNumPoints, readNumPoints
Methods inherited from class ucar.unidata.gis.AbstractGisFeature
getMapLines, getMapLines, getPointCount, getProjectedShape, getProjectedShape, getShape
-
Constructor Details
-
EsriPolyline
Create a new EsriPolyline.- Throws:
IOException
- Signals that an I/O exception has occurred.
-