com.partnersoft.v3x.graphics.codec.shapeFile
Class ShapeFileRecord
java.lang.Object
com.partnersoft.v3x.graphics.codec.shapeFile.ShapeFileRecord
- Direct Known Subclasses:
- ShapeFilePolyLine, ShapeFileSketchRecord
public class ShapeFileRecord
- extends java.lang.Object
this is the shape file record a few properties, and a map to store the
configurable ones
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ShapeFileRecord
public ShapeFileRecord()
addProperty
public void addProperty(java.lang.String key,
java.lang.Object value)
getFieldValue
public java.lang.String getFieldValue(java.lang.String value)
toMap
public java.util.Map toMap()
getProperties
public java.util.Map getProperties()
setProperties
public void setProperties(java.util.Map newProperties)
getX
public double getX()
setX
public void setX(double newX)
getY
public double getY()
setY
public void setY(double newY)
getX2
public double getX2()
setX2
public void setX2(double newX2)
getY2
public double getY2()
setY2
public void setY2(double newY2)
getCoordArray
public java.util.ArrayList getCoordArray()
setCoordArray
public void setCoordArray(java.util.ArrayList newCoords)
getRecordNumber
public int getRecordNumber()
setRecordNumber
public void setRecordNumber(int newNumber)
getShapeType
public int getShapeType()
setShapeType
public void setShapeType(int newType)
getContentLength
public int getContentLength()
getSymbol
public java.lang.String getSymbol()
setSymbol
public void setSymbol(java.lang.String newSymbol)
getText
public java.lang.String getText()
setText
public void setText(java.lang.String newText)
addCoord
public void addCoord(Coord3D newCoord)