|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.partnersoft.v3x.graphics.codec.shapeFile.ShapeFileRecord
com.partnersoft.v3x.graphics.codec.shapeFile.ShapeFilePolyLine
public class ShapeFilePolyLine
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 |
|---|
public ShapeFilePolyLine()
| Method Detail |
|---|
public void addPoint(Coord3D newPoint)
public java.util.ArrayList getPoints()
public void setPoints(java.util.ArrayList newPoints)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||