com.partnersoft.io.formats.shapefile
Class DefaultShapefileActor

java.lang.Object
  extended by com.partnersoft.io.formats.shapefile.DefaultShapefileActor
All Implemented Interfaces:
ShapefileActor

public class DefaultShapefileActor
extends java.lang.Object
implements ShapefileActor

A default, do-nothing implementation of ShapefileActor.

Author:
Paul Reavis Copyright 1999 Partner Software, Inc.

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

DefaultShapefileActor

public DefaultShapefileActor()
Method Detail

boundingBox

public void boundingBox(Rectangle boundingBox)
Act on the global extents.

Specified by:
boundingBox in interface ShapefileActor

pointRecord

public void pointRecord(ShapefilePoint point)
Act on a point record.

Specified by:
pointRecord in interface ShapefileActor

multipointRecord

public void multipointRecord(ShapefileMultipoint multipoint)
Act on a multipoint record.

Specified by:
multipointRecord in interface ShapefileActor

polygonRecord

public void polygonRecord(ShapefilePolygon polygon)
Act on a polygon record.

Specified by:
polygonRecord in interface ShapefileActor

polylineRecord

public void polylineRecord(ShapefilePolyline polyline)
Act on a polyline record.

Specified by:
polylineRecord in interface ShapefileActor

profile

public void profile(ShapefileProfile profile)
Act on the profile.

Specified by:
profile in interface ShapefileActor