|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An interface to typecast OMGraphics.
Field Summary |
Method Summary | |
java.lang.Object |
getAttribute(java.lang.Object key)
EsriGraphics can hold attributes. |
float[] |
getExtents()
The lat/lon extent of the EsriGraphic, returned as miny, minx, maxy maxx in order of the array. |
int |
getType()
Get the graphic type in ESRI type number form |
void |
putAttribute(java.lang.Object key,
java.lang.Object value)
EsriGraphics can hold attributes. |
void |
setExtents(float[] extents)
The lat/lon extent of the EsriGraphic, assumed to contain miny, minx, maxy maxx in order of the array. |
void |
setType(int type)
Set the type for the EsriGraphic. |
EsriGraphic |
shallowCopy()
Shallow copy this graphic. |
Method Detail |
public void setExtents(float[] extents)
public float[] getExtents()
public EsriGraphic shallowCopy()
public void putAttribute(java.lang.Object key, java.lang.Object value)
key
- the key to use for an attributevalue
- the attribute valuepublic java.lang.Object getAttribute(java.lang.Object key)
key
- the key to use for an attribute return the attribute value,
null if the attribute doesn't exist.public void setType(int type)
type
- public int getType()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |