|
||||||||||
| 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.ESRIPolygonRecord
com.bbn.openmap.layer.link.shape.ESRILinkPolygonRecord
public class ESRILinkPolygonRecord
| Field Summary |
|---|
| Fields inherited from class com.bbn.openmap.layer.shape.ESRIPolygonRecord |
|---|
bounds, polygons, shapeType |
| Fields inherited from class com.bbn.openmap.layer.shape.ESRIRecord |
|---|
contentLength, recordNumber |
| Constructor Summary | |
|---|---|
ESRILinkPolygonRecord()
|
|
ESRILinkPolygonRecord(byte[] b,
int off)
|
|
| 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.ESRIPolygonRecord |
|---|
add, addOMGeometry, addOMGraphics, getBoundingBox, getRecordLength, getShapeType, isPolygon, setPolygon, 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 ESRILinkPolygonRecord()
public ESRILinkPolygonRecord(byte[] b,
int off)
throws java.io.IOException
java.io.IOException| Method Detail |
|---|
public void writeLinkGraphics(LinkGraphicList lgl,
LinkProperties properties)
throws java.io.IOException
Copy the poly points array because the OMPoly converts from degrees to radians in place, trashing the shape.
writeLinkGraphics in interface ESRILinkRecordlgl - the graphics response to write the graphic to.properties - the semantic description of how the graphic
should be drawn.
java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||