com.partnersoft.v3x.io.formats.shapefile
Class ShapefilePolygon

java.lang.Object
  extended by com.partnersoft.v3x.io.formats.shapefile.ShapefileRecord
      extended by com.partnersoft.v3x.io.formats.shapefile.ShapefilePolypoint
          extended by com.partnersoft.v3x.io.formats.shapefile.ShapefilePolygon
All Implemented Interfaces:
java.io.Serializable

public class ShapefilePolygon
extends ShapefilePolypoint

A shapefile polygon record.

See Also:
Serialized Form

Constructor Summary
ShapefilePolygon()
           
 
Method Summary
 
Methods inherited from class com.partnersoft.v3x.io.formats.shapefile.ShapefilePolypoint
getBoundingBox, getNumberOfParts, getNumberOfPoints, getParts, setBoundingBox, setParts, toString
 
Methods inherited from class com.partnersoft.v3x.io.formats.shapefile.ShapefileRecord
getRecordNumber, getShapeType, setRecordNumber, setShapeType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ShapefilePolygon

public ShapefilePolygon()