public abstract class ShapefilePolypoint extends ShapefileRecord
| Constructor and Description |
|---|
ShapefilePolypoint() |
| Modifier and Type | Method and Description |
|---|---|
Rectangle |
getBoundingBox() |
int |
getNumberOfParts() |
int |
getNumberOfPoints() |
java.util.ArrayList |
getParts() |
void |
setBoundingBox(Rectangle newBox) |
void |
setParts(java.util.ArrayList newParts) |
java.lang.String |
toString() |
getRecordNumber, getShapeType, setRecordNumber, setShapeTypepublic java.lang.String toString()
toString in class java.lang.Objectpublic Rectangle getBoundingBox()
public void setBoundingBox(Rectangle newBox)
public java.util.ArrayList getParts()
public void setParts(java.util.ArrayList newParts)
public int getNumberOfParts()
public int getNumberOfPoints()