public class DefaultShapefileActor extends java.lang.Object implements ShapefileActor
| Constructor and Description |
|---|
DefaultShapefileActor() |
| Modifier and Type | Method and Description |
|---|---|
void |
boundingBox(Rectangle boundingBox)
Act on the global extents.
|
void |
multipointRecord(ShapefileMultipoint multipoint)
Act on a multipoint 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.
|
public void boundingBox(Rectangle boundingBox)
boundingBox in interface ShapefileActorpublic void pointRecord(ShapefilePoint point)
pointRecord in interface ShapefileActorpublic void multipointRecord(ShapefileMultipoint multipoint)
multipointRecord in interface ShapefileActorpublic void polygonRecord(ShapefilePolygon polygon)
polygonRecord in interface ShapefileActorpublic void polylineRecord(ShapefilePolyline polyline)
polylineRecord in interface ShapefileActorpublic void profile(ShapefileProfile profile)
profile in interface ShapefileActor