|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.bbn.openmap.layer.shape.ShapeUtils
com.bbn.openmap.layer.shape.ESRIRecord
com.bbn.openmap.layer.shape.ESRIMultiPointRecord
This is a skeleton of the MultiPoint record type. No methods are implemented.
Field Summary |
Fields inherited from class com.bbn.openmap.layer.shape.ESRIRecord |
contentLength, recordNumber |
Constructor Summary | |
ESRIMultiPointRecord(byte[] b,
int off)
Constructor skeleton. |
Method Summary | |
OMGeometry |
addOMGeometry(OMGeometryList list)
Generates OMGeometry and adds it to the list. |
void |
addOMGraphics(OMGraphicList list,
DrawingAttributes drawingAttributes)
Generates 2D OMGraphics and adds them to the given list. |
ESRIBoundingBox |
getBoundingBox()
Gets this record's bounding box. |
int |
getRecordLength()
Yields the length of this record's data portion. |
int |
getShapeType()
Gets this record's shape type as an int. |
int |
write(byte[] b,
int off)
Writes this multipoint record to the given buffer at the given offset. |
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 ESRIMultiPointRecord(byte[] b, int off)
b
- the bufferoff
- the offsetMethod Detail |
public void addOMGraphics(OMGraphicList list, DrawingAttributes drawingAttributes)
addOMGraphics
in class ESRIRecord
list
- the graphics listdrawingAttributes
- Attributes for rendering.public OMGeometry addOMGeometry(OMGeometryList list)
addOMGeometry
in class ESRIRecord
list
- the graphics listpublic ESRIBoundingBox getBoundingBox()
getBoundingBox
in class ESRIRecord
public int getShapeType()
getShapeType
in class ESRIRecord
public int getRecordLength()
getRecordLength
in class ESRIRecord
public int write(byte[] b, int off)
write
in class ESRIRecord
b
- the bufferoff
- the offset
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |