|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.partnersoft.v3x.io.formats.shapefile.DebugShapefileActor
public class DebugShapefileActor
Handy debugging actor that just spits out text descriptions of shapefiles encountered.
| Constructor Summary | |
|---|---|
DebugShapefileActor()
|
|
| Method Summary | |
|---|---|
void |
boundingBox(DoubleRectangle boundingBox)
Act on the global extents. |
static void |
main(java.lang.String[] argv)
|
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 DebugShapefileActor()
| Method Detail |
|---|
public static void main(java.lang.String[] argv)
public void boundingBox(DoubleRectangle 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 | ||||||||