Package ucar.unidata.gis.shapefile
Class EsriShapefile.EsriMultipoint
java.lang.Object
ucar.unidata.gis.AbstractGisFeature
ucar.unidata.gis.shapefile.EsriShapefile.EsriFeature
ucar.unidata.gis.shapefile.EsriShapefile.EsriMultipoint
- All Implemented Interfaces:
GisFeature
- Enclosing class:
EsriShapefile
Represents a Multipoint in an ESRI shapefile. A
Multipoint is a set of 2D points.
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
-
EsriMultipoint
Create a new EsriMultipoint.- Throws:
IOException
- Signals that an I/O exception has occurred.
-