|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface EsriGraphic
An interface to typecast OMGraphics.
| Field Summary |
|---|
| Method Summary | |
|---|---|
java.lang.Object |
getAttribute(java.lang.Object key)
EsriGraphics can hold attributes. |
double[] |
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(double[] 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 |
|---|
void setExtents(double[] extents)
double[] getExtents()
EsriGraphic shallowCopy()
void putAttribute(java.lang.Object key,
java.lang.Object value)
key - the key to use for an attributevalue - the attribute valuejava.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.void setType(int type)
type - int getType()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||