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

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.ShapefilePolyline
All Implemented Interfaces:
java.io.Serializable

public class ShapefilePolyline
extends ShapefilePolypoint

A shapefile polyline record.

See Also:
Serialized Form

Constructor Summary
ShapefilePolyline()
           
 
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

ShapefilePolyline

public ShapefilePolyline()