com.partnersoft.v3x.io.formats.shapefile
Class ShapefileMultipoint

java.lang.Object
  extended by com.partnersoft.v3x.io.formats.shapefile.ShapefileRecord
      extended by com.partnersoft.v3x.io.formats.shapefile.ShapefileMultipoint
All Implemented Interfaces:
java.io.Serializable

public class ShapefileMultipoint
extends ShapefileRecord

A conglomeration of points.

See Also:
Serialized Form

Constructor Summary
ShapefileMultipoint()
           
 
Method Summary
 DoubleRectangle getBoundingBox()
           
 int getNumberOfPoints()
           
 java.util.ArrayList getPoints()
           
 void setBoundingBox(DoubleRectangle newBox)
           
 void setPoints(java.util.ArrayList newPoints)
           
 java.lang.String toString()
           
 
Methods inherited from class com.partnersoft.v3x.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 DoubleRectangle getBoundingBox()

setBoundingBox

public void setBoundingBox(DoubleRectangle newBox)

getPoints

public java.util.ArrayList getPoints()

setPoints

public void setPoints(java.util.ArrayList newPoints)

getNumberOfPoints

public int getNumberOfPoints()