|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ShapefileActor
An interface for objects that take actions based on the data from a ShapefileReader.
| Method Summary | |
|---|---|
void |
boundingBox(Rectangle boundingBox)
Act on the global extents. |
void |
multipointRecord(ShapefileMultipoint point)
Act on a point record. |
void |
pointRecord(ShapefilePoint point)
Act on a point record. |
void |
polygonRecord(ShapefilePolygon polygon)
Act on a polygon record. |
void |
polylineRecord(ShapefilePolyline polyline)
Act on a polyline record. |
void |
profile(ShapefileProfile profile)
Act on the profile. |
| Method Detail |
|---|
void boundingBox(Rectangle boundingBox)
void pointRecord(ShapefilePoint point)
void multipointRecord(ShapefileMultipoint point)
void polygonRecord(ShapefilePolygon polygon)
void polylineRecord(ShapefilePolyline polyline)
void profile(ShapefileProfile profile)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||