|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.adf.web.data.WebGeocode
public class WebGeocode
| Field Summary | |
|---|---|
protected WebContext |
context
|
protected WebMultiPoint |
drawPoints
|
protected ArrayList<GISFunctionality> |
geoFuncs
|
protected GraphicElement |
graphic
|
protected WebTrueTypeMarkerSymbol |
symbol
|
| Constructor Summary | |
|---|---|
WebGeocode()
|
|
| Method Summary | |
|---|---|
void |
addDisplayGeometry(WebGeometry geom,
String address)
|
void |
clearGraphics()
|
void |
destroy()
The cleaup chores (such as releasing held resources) of attributes of a WebContext should be performed in
this method. |
List<GISFunctionality> |
getGeocodeFunctionalities()
|
GraphicElement |
getGraphics()
|
WebTrueTypeMarkerSymbol |
getMarkerSymbol()
|
WebContext |
getWebContext()
|
void |
init(WebContext context)
The initialization chores of attributes of a WebContext should be performed in this method. |
void |
setMarkerSymbol(WebTrueTypeMarkerSymbol symbol)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected WebContext context
protected ArrayList<GISFunctionality> geoFuncs
protected GraphicElement graphic
protected WebMultiPoint drawPoints
protected WebTrueTypeMarkerSymbol symbol
| Constructor Detail |
|---|
public WebGeocode()
| Method Detail |
|---|
public void init(WebContext context)
WebContextInitialize
The initialization chores of attributes of a WebContext should be performed in this method.
Typically this method is called by the WebContext when the context itself is initialized. It is important
to note that this method is again called by the context when a GISResource is dynamically added to or
removed from the context. Classes that implement this method should keep this in mind and adapt the method to react
to the callbacks in these circumstances as well.
A WebContext attribute is usable only after this method has been called.
init in interface WebContextInitializecontext - WebContext- the WebContextWebContext.init(WebContext),
WebContext.addResource(String, GISResource, int),
WebContext.removeResource(GISResource)public void destroy()
WebContextInitialize
The cleaup chores (such as releasing held resources) of attributes of a WebContext should be performed in
this method.
Typically this method is called by the WebContext when the context itself is destroyed.
The WebContext attribute is unusable after this method has been called.
destroy in interface WebContextInitializeWebContext.destroy()
public void addDisplayGeometry(WebGeometry geom,
String address)
public void clearGraphics()
public GraphicElement getGraphics()
public void setMarkerSymbol(WebTrueTypeMarkerSymbol symbol)
public WebTrueTypeMarkerSymbol getMarkerSymbol()
public List<GISFunctionality> getGeocodeFunctionalities()
public WebContext getWebContext()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||