|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.partnersoft.io.formats.shapefile.DefaultShapefileActor
public class DefaultShapefileActor
A default, do-nothing implementation of ShapefileActor.
| Constructor Summary | |
|---|---|
DefaultShapefileActor()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultShapefileActor()
| Method Detail |
|---|
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
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||