|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.bbn.openmap.dataAccess.shape.ShapeUtils
com.bbn.openmap.layer.shape.ESRIRecord
com.bbn.openmap.layer.shape.ESRIPointRecord
com.bbn.openmap.layer.link.shape.ESRILinkPointRecord
public class 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 |
| 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.dataAccess.shape.ShapeUtils |
|---|
getStringForType, 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
java.io.IOException| 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 | |||||||||