com.partnersoft.v3x.graphics.codec.shapeFile
Class ShapeFilePolyLine

java.lang.Object
  extended by com.partnersoft.v3x.graphics.codec.shapeFile.ShapeFileRecord
      extended by com.partnersoft.v3x.graphics.codec.shapeFile.ShapeFilePolyLine

public class ShapeFilePolyLine
extends ShapeFileRecord

this is for polylines... this implementation of shape file objects is starting to stink.. if you see this and have time... rewrite this stuff


Constructor Summary
ShapeFilePolyLine()
           
 
Method Summary
 void addPoint(Coord3D newPoint)
           
 java.util.ArrayList getPoints()
           
 void setPoints(java.util.ArrayList newPoints)
           
 
Methods inherited from class com.partnersoft.v3x.graphics.codec.shapeFile.ShapeFileRecord
addCoord, addProperty, getContentLength, getCoordArray, getFieldValue, getProperties, getRecordNumber, getShapeType, getSymbol, getText, getX, getX2, getY, getY2, setCoordArray, setProperties, setRecordNumber, setShapeType, setSymbol, setText, setX, setX2, setY, setY2, toMap
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShapeFilePolyLine

public ShapeFilePolyLine()
Method Detail

addPoint

public void addPoint(Coord3D newPoint)

getPoints

public java.util.ArrayList getPoints()

setPoints

public void setPoints(java.util.ArrayList newPoints)