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

java.lang.Object
  extended by com.partnersoft.v3x.io.formats.shapefile.ShapefileRecord
      extended by com.partnersoft.v3x.io.formats.shapefile.ShapefilePolypoint
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ShapefilePolygon, ShapefilePolyline

public abstract class ShapefilePolypoint
extends ShapefileRecord

Superclass for ShapefilePolygons and ShapefilePolylines.

See Also:
Serialized Form

Constructor Summary
ShapefilePolypoint()
           
 
Method Summary
 DoubleRectangle getBoundingBox()
           
 int getNumberOfParts()
           
 int getNumberOfPoints()
           
 java.util.ArrayList getParts()
           
 void setBoundingBox(DoubleRectangle newBox)
           
 void setParts(java.util.ArrayList newParts)
           
 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

ShapefilePolypoint

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

getParts

public java.util.ArrayList getParts()

setParts

public void setParts(java.util.ArrayList newParts)

getNumberOfParts

public int getNumberOfParts()

getNumberOfPoints

public int getNumberOfPoints()