com.partnersoft.io.formats.shapefile
Class ShapefileMultipoint
java.lang.Object
com.partnersoft.io.formats.shapefile.ShapefileRecord
com.partnersoft.io.formats.shapefile.ShapefileMultipoint
- All Implemented Interfaces:
- java.io.Serializable
public class ShapefileMultipoint
- extends ShapefileRecord
A conglomeration of points.
- Author:
- Paul Reavis
Copyright 1999 Partner Software, Inc.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ShapefileMultipoint
public ShapefileMultipoint()
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
getBoundingBox
public Rectangle getBoundingBox()
setBoundingBox
public void setBoundingBox(Rectangle newBox)
getPoints
public java.util.ArrayList getPoints()
setPoints
public void setPoints(java.util.ArrayList newPoints)
getNumberOfPoints
public int getNumberOfPoints()