|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.adf.web.data.query.QueryFunctionality
com.esri.adf.web.ags.data.query.AGSQueryFunctionality
public class AGSQueryFunctionality
| Field Summary |
|---|
| Fields inherited from class com.esri.adf.web.data.query.QueryFunctionality |
|---|
FUNCTIONALITY_NAME, handlers |
| Constructor Summary | |
|---|---|
AGSQueryFunctionality()
|
|
| Method Summary | |
|---|---|
void |
destroyFunctionality()
The cleanup chores (such as releasing held resources) for the functionality must be performed in this method. |
protected java.lang.String |
getFieldValue(com.esri.arcgisws.PropertySetProperty[] props,
java.lang.String fieldName)
Returns the field value from the property set based on the specified field name |
protected WebLayerInfo |
getLayer(int layerId)
|
AGSMapFunctionality |
getMapFunctionality()
|
java.util.List<WebLayerInfo> |
getQueryLayers()
Returns the query-able layers as a List of WebLayerInfo objects. |
GISResource |
getResource()
Returns the GISResource associated with this functionality. |
void |
initFunctionality(GISResource resource)
The initialization chores for the functionality must be performed in this method. |
protected void |
setDetails(com.esri.arcgisws.PropertySetProperty[] props,
QueryResult result)
|
protected void |
setHighlightGeometryAndExtent(com.esri.arcgisws.Geometry geom,
QueryResult result)
|
protected void |
setHighlightGeometryAndExtent(com.esri.arcgisws.Geometry geom,
QueryResult result,
com.esri.arcgisws.SpatialReference sr)
|
| Methods inherited from class com.esri.adf.web.data.query.QueryFunctionality |
|---|
addFindCriteriaHandler, find, getFindCriteriaHandlers, removeFindCriteriaHandler, setFindCriteriaHandlers |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AGSQueryFunctionality()
| Method Detail |
|---|
public void initFunctionality(GISResource resource)
GISFunctionality
The initialization chores for the functionality must be performed in this method. This method is called by the
resource when the functionality needs to be initialized. This happens either when the resource
itself is being initialized or if users add this functionality to the resource using the
GISResource.addFunctionality(String, GISFunctionality) method after the resource has already
been initialized.
Classes which implement this method should maintain the resource as a class instance variable and
return the same in the GISFunctionality.getResource() method. The functionality is ready for use only after this method has
been called.
initFunctionality in interface GISFunctionalityresource - the GISResource that this functionality supportsGISResource.init(WebContext)public void destroyFunctionality()
GISFunctionality
The cleanup chores (such as releasing held resources) for the functionality must be performed in this method. This
method is called by the GISResource when the resource itself is being destroyed.
The functionality is no longer usable after this method has been called.
destroyFunctionality in interface GISFunctionalityGISResource.destroy()public java.util.List<WebLayerInfo> getQueryLayers()
QueryFunctionality
Returns the query-able layers as a List of WebLayerInfo objects.
getQueryLayers in class QueryFunctionalityList of WebLayerInfo objectspublic GISResource getResource()
GISFunctionality
Returns the GISResource associated with this functionality.
The resource passed to GISFunctionality.initFunctionality(GISResource) is maintained as a class variable and is accessible
through this method.
getResource in interface GISFunctionalityGISResource associated with this functionality
protected void setHighlightGeometryAndExtent(com.esri.arcgisws.Geometry geom,
QueryResult result)
protected void setHighlightGeometryAndExtent(com.esri.arcgisws.Geometry geom,
QueryResult result,
com.esri.arcgisws.SpatialReference sr)
protected void setDetails(com.esri.arcgisws.PropertySetProperty[] props,
QueryResult result)
protected java.lang.String getFieldValue(com.esri.arcgisws.PropertySetProperty[] props,
java.lang.String fieldName)
props - the property set which has the fields and valuesfieldName - the field name for which the value should be retrieved
protected WebLayerInfo getLayer(int layerId)
public AGSMapFunctionality getMapFunctionality()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||