com.partnersoft.v3x.io.formats.shapefile
Class ShapefilePolypoint
java.lang.Object
com.partnersoft.v3x.io.formats.shapefile.ShapefileRecord
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ShapefilePolypoint
public ShapefilePolypoint()
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()