|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--com.bbn.openmap.layer.shape.ShapeUtils
|
+--com.bbn.openmap.layer.shape.ESRIRecord
|
+--com.bbn.openmap.layer.shape.ESRIPointRecord
|
+--com.bbn.openmap.layer.link.shape.ESRILinkPointRecord
An ESRI Point record.
| Field Summary |
| Fields inherited from class com.bbn.openmap.layer.shape.ESRIPointRecord |
ii, x, y |
| Fields inherited from class com.bbn.openmap.layer.shape.ESRIRecord |
contentLength, recordNumber |
| Fields inherited from interface com.bbn.openmap.dataAccess.shape.ShapeConstants |
DBF_CHARACTER, DBF_DATE, DBF_LOGICAL, DBF_MEMO, DBF_NUMERIC, DBF_TYPE_CHARACTER, DBF_TYPE_DATE, DBF_TYPE_LOGICAL, DBF_TYPE_MEMO, DBF_TYPE_NUMERIC, PARAM_DBF, PARAM_SHP, PARAM_SHX, SHAPE_DBF_DASHPATTERN, SHAPE_DBF_DASHPHASE, SHAPE_DBF_DESCRIPTION, SHAPE_DBF_FILLCOLOR, SHAPE_DBF_LINECOLOR, SHAPE_DBF_LINEWIDTH, SHAPE_DBF_SELECTCOLOR, SHAPE_FILE_HEADER_LENGTH, SHAPE_FILE_RECORD_HEADER_LENGTH, SHAPE_TYPE_ARC, SHAPE_TYPE_MULTIPOINT, SHAPE_TYPE_NULL, SHAPE_TYPE_POINT, SHAPE_TYPE_POLYGON, SHAPE_TYPE_POLYLINE |
| Constructor Summary | |
ESRILinkPointRecord(byte[] b,
int off)
Initialize a point record from the given buffer. |
|
ESRILinkPointRecord(double x,
double y)
Initializes this point from the given point. |
|
| Method Summary | |
void |
writeLinkGraphics(LinkGraphicList lgl,
LinkProperties properties)
Generates OMGraphics and adds them to the given list. |
| Methods inherited from class com.bbn.openmap.layer.shape.ESRIPointRecord |
addOMGeometry, addOMGraphics, getBoundingBox, getRecordLength, getShapeType, getX, getY, write |
| Methods inherited from class com.bbn.openmap.layer.shape.ESRIRecord |
getBinaryStoreSize, getContentLength, getRecordNumber |
| Methods inherited from class com.bbn.openmap.layer.shape.ShapeUtils |
readBEInt, readBox, readLEDouble, readLEInt, readLEInt, readLELong, readPoint, writeBEInt, writeBox, writeLEDouble, writeLEInt, writeLELong, writePoint |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ESRILinkPointRecord(double x,
double y)
x - the x coordinatey - the y coordinate
public ESRILinkPointRecord(byte[] b,
int off)
throws java.io.IOException
b - the bufferoff - the offset into the buffer where the data starts| Method Detail |
public void writeLinkGraphics(LinkGraphicList lgl,
LinkProperties properties)
throws java.io.IOException
writeLinkGraphics in interface ESRILinkRecordlgl - the graphics response to write the point to.properties - the semantic description of how the point
should be drawn.
java.io.IOException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||