com.partnersoft.io.formats.shapefile
Class ShapefileMultipoint

java.lang.Object
  extended by com.partnersoft.io.formats.shapefile.ShapefileRecord
      extended by 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

Constructor Summary
ShapefileMultipoint()
           
 
Method Summary
 Rectangle getBoundingBox()
           
 int getNumberOfPoints()
           
 java.util.ArrayList getPoints()
           
 void setBoundingBox(Rectangle newBox)
           
 void setPoints(java.util.ArrayList newPoints)
           
 java.lang.String toString()
           
 
Methods inherited from class com.partnersoft.io.formats.shapefile.ShapefileRecord
getRecordNumber, getShapeType, setRecordNumber, setShapeType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ShapefileMultipoint

public ShapefileMultipoint()
Method Detail

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()