public class ESRIPolygonRecord extends ESRIRecord
Modifier and Type | Field and Description |
---|---|
ESRIBoundingBox |
bounds
The bounding box.
|
ESRIPoly[] |
polygons
An array of polygons.
|
protected int |
shapeType
Polygon or arc/polyline?.
|
contentLength, recordNumber
DBF_ATTRIBUTE, DBF_AUTOINCREMENT, DBF_BINARY, DBF_CHARACTER, DBF_DATE, DBF_DOUBLE, DBF_FLOAT, DBF_LOGICAL, DBF_LONG, DBF_MEMO, DBF_NUMERIC, DBF_OLE, DBF_TIMESTAMP, DBF_TYPE_AUTOINCREMENT, DBF_TYPE_BINARY, DBF_TYPE_CHARACTER, DBF_TYPE_DATE, DBF_TYPE_DOUBLE, DBF_TYPE_FLOAT, DBF_TYPE_LOGICAL, DBF_TYPE_LONG, DBF_TYPE_MEMO, DBF_TYPE_NUMERIC, DBF_TYPE_OLE, DBF_TYPE_TIMESTAMP, PARAM_DBF, PARAM_SHP, PARAM_SHX, SHAPE_BOUNDS_ATTRIBUTE, SHAPE_DBF_DASHPATTERN, SHAPE_DBF_DASHPHASE, SHAPE_DBF_DESCRIPTION, SHAPE_DBF_FILLCOLOR, SHAPE_DBF_INFO_ATTRIBUTE, SHAPE_DBF_LINECOLOR, SHAPE_DBF_LINEWIDTH, SHAPE_DBF_SELECTCOLOR, SHAPE_FILE_HEADER_LENGTH, SHAPE_FILE_RECORD_HEADER_LENGTH, SHAPE_INDEX_ATTRIBUTE, SHAPE_MAX_MEASURE_ATTRIBUTE, SHAPE_MAX_Z_ATTRIBUTE, SHAPE_MEASURE_ATTRIBUTE, SHAPE_MIN_MEASURE_ATTRIBUTE, SHAPE_MIN_Z_ATTRIBUTE, SHAPE_TYPE_ARC, SHAPE_TYPE_MULTIPATCH, SHAPE_TYPE_MULTIPOINT, SHAPE_TYPE_MULTIPOINTM, SHAPE_TYPE_MULTIPOINTZ, SHAPE_TYPE_NULL, SHAPE_TYPE_POINT, SHAPE_TYPE_POINTM, SHAPE_TYPE_POINTZ, SHAPE_TYPE_POLYGON, SHAPE_TYPE_POLYGONM, SHAPE_TYPE_POLYGONZ, SHAPE_TYPE_POLYLINE, SHAPE_TYPE_POLYLINEM, SHAPE_TYPE_POLYLINEZ, SHAPE_Z_ATTRIBUTE
Constructor and Description |
---|
ESRIPolygonRecord() |
ESRIPolygonRecord(byte[] b,
int off)
Initialize a polygon record from the given buffer.
|
Modifier and Type | Method and Description |
---|---|
void |
add(double[] radians)
Add a poly to the record.
|
OMGeometry |
addOMGeometry(OMGeometryList list)
Generates OMGeometry and adds them to the given 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.
|
boolean |
isPolygon()
Is this a polygon or a arc/polyline?
|
void |
setPolygon(boolean isPolygon)
Set the poly type (polygon or arc/polyline).
|
int |
write(byte[] b,
int off)
Writes this polygon to the given buffer at the given offset.
|
getBinaryStoreSize, getContentLength, getRecordNumber
getStringForType, readBEInt, readBox, readLEDouble, readLEInt, readLEInt, readLELong, readPoint, writeBEInt, writeBox, writeLEDouble, writeLEInt, writeLELong, writePoint
protected int shapeType
public ESRIBoundingBox bounds
public ESRIPoly[] polygons
public ESRIPolygonRecord()
public ESRIPolygonRecord(byte[] b, int off) throws java.io.IOException
b
- the bufferoff
- the offset into the buffer where the data startsjava.io.IOException
public boolean isPolygon()
public void setPolygon(boolean isPolygon)
public void add(double[] radians)
radians
- coordinates: y,x,y,x,... (lat,lon) order in RADIANS!public void addOMGraphics(OMGraphicList list, DrawingAttributes drawingAttributes)
addOMGraphics
in class ESRIRecord
list
- the graphics listdrawingAttributes
- the drawingAttributes to paint the poly.public OMGeometry addOMGeometry(OMGeometryList list)
addOMGeometry
in class ESRIRecord
list
- the geometry listpublic ESRIBoundingBox getBoundingBox()
getBoundingBox
in class ESRIRecord
public int getShapeType()
getShapeType
in class ESRIRecord
public int getRecordLength()
(44 + (numParts * 4) + (numPoints * 16))
3 Integers + 4 doubles == 3 * 4bytes + 4 * 8bytes == 12 + 32 == 44.
getRecordLength
in class ESRIRecord
public int write(byte[] b, int off)
write
in class ESRIRecord
b
- the bufferoff
- the offsetCopyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details