|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.partnersoft.maps.translator.MapDataGraphic
com.partnersoft.maps.translator.MapDataPolygon
public class MapDataPolygon
A polygon with attached data.
| Field Summary |
|---|
| Fields inherited from class com.partnersoft.maps.translator.MapDataGraphic |
|---|
derived |
| Fields inherited from interface com.partnersoft.io.formats.rover.RoverConstants |
|---|
ALIGN_BOTTOM_CENTER, ALIGN_BOTTOM_FIT, ALIGN_BOTTOM_LEFT, ALIGN_BOTTOM_RIGHT, ALIGN_CENTER, ALIGN_CENTER_LEFT, ALIGN_CENTER_RIGHT, ALIGN_CODE_CENTER, ALIGN_CODE_FIT, ALIGN_CODE_HIGH, ALIGN_CODE_LOW, ALIGN_FIT, ALIGN_FIT_LEFT, ALIGN_FIT_RIGHT, ALIGN_TOP_CENTER, ALIGN_TOP_FIT, ALIGN_TOP_LEFT, ALIGN_TOP_RIGHT, COMMENT, DATA_FIELDS_MAX, EOF, FLOAT_COORDS, GEOMETRY_TYPE_NAMES, HAS_DATA, HAS_OFFSET, HAS_ROTATION, LIST, MASK_TYPECODE, NAMING, POINT, POINT_COLOR, POLYGON, POLYLINE, POP, PUSH, RENDER_FINDITEM, RENDER_INDICATION, RENDER_NORMAL, RENDER_SELECTION, ROTATION_MULT, TEXEL_COORD_MAX, TEXEL_COORD_SIZE, TEXT, TILE_COORD_MAX, TILE_SIZE_PIXELS, VALUE |
| Constructor Summary | |
|---|---|
MapDataPolygon()
|
|
| Method Summary | |
|---|---|
Rectangle |
getExtents()
|
java.lang.String |
getGeometryType()
The type of the graphic (e.g. |
Polygon |
getPolygon()
The actual polygon graphic. |
void |
pickleGraphic(ByteBuffer buffer)
|
void |
setPolygon(Polygon argPolygon)
|
void |
unpickleGraphic(ByteBuffer buffer)
|
| Methods inherited from class com.partnersoft.maps.translator.MapDataGraphic |
|---|
clone, copyStateFrom, getData, getDataType, getGraphicType, getIndexValues, getReducedData, isIndexed, pickleData, pickleObject, setData, setDataType, setGraphicType, setIndexed, setIndexValues, setReducedData, unpickleData, unpickleObject |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MapDataPolygon()
| Method Detail |
|---|
public void pickleGraphic(ByteBuffer buffer)
pickleGraphic in class MapDataGraphicpublic void unpickleGraphic(ByteBuffer buffer)
unpickleGraphic in class MapDataGraphicpublic java.lang.String getGeometryType()
MapDataGraphic
getGeometryType in class MapDataGraphicpublic Polygon getPolygon()
public void setPolygon(Polygon argPolygon)
public Rectangle getExtents()
getExtents in class MapDataGraphic
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||