|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.adf.web.ags.data.AGSOverviewFunctionality
public class AGSOverviewFunctionality
Represents the overview functionality implementation for the ArcGIS Server services.
| Field Summary | |
|---|---|
protected AGSMapResource |
agsOVMapResource
|
protected boolean |
disabled
|
protected com.esri.arcgisws.ImageDescription |
imageDesc
|
protected com.esri.arcgisws.MapServerInfo |
serverInfo
Deprecated. As of ArcGIS Java Server 9.3, instead use getMapServerInfo() |
| Fields inherited from interface com.esri.adf.web.data.OverviewFunctionality |
|---|
FUNCTIONALITY_NAME |
| Constructor Summary | |
|---|---|
AGSOverviewFunctionality()
|
|
| Method Summary | |
|---|---|
void |
destroyFunctionality()
The cleanup chores (such as releasing held resources) for the functionality must be performed in this method. |
java.io.InputStream |
exportImage()
Exports this overview map for the extent indicated by the WebOverview. |
com.esri.arcgisws.ImageDescription |
getImageDescription()
Returns the ImageDescription for the overview image. |
com.esri.arcgisws.MapDescription |
getMapDescription()
Returns the MapDescription for associated ArcGIS Server service. |
com.esri.arcgisws.MapServerInfo |
getMapServerInfo()
Returns the MapServerInfo for associated ArcGIS Server service. |
AGSMapResource |
getResource()
Returns the GISResource associated with this functionality. |
void |
initFunctionality(GISResource resource)
Initializes an instance of the overview functionality for this resource. |
boolean |
isDisabled()
Returns true if this overview functionality is disabled. |
void |
setDisabled(boolean disabled)
If true, this overview functionality is disabled. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected AGSMapResource agsOVMapResource
protected boolean disabled
@Deprecated protected com.esri.arcgisws.MapServerInfo serverInfo
getMapServerInfo()protected com.esri.arcgisws.ImageDescription imageDesc
| Constructor Detail |
|---|
public AGSOverviewFunctionality()
| Method Detail |
|---|
public void initFunctionality(GISResource resource)
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 AGSMapResource 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 functionalitypublic boolean isDisabled()
OverviewFunctionality
Returns true if this overview functionality is disabled. If a overview functionality is disabled, the
WebOverview will not call the OverviewFunctionality.exportImage() on that functionality while it is disabled.
A overview functionality is typically disabled by using the "Disable Overview" context menu item on the resource node in the Table of Contents control. Similarly, the functionality can be enabled by using "Enable Overview".
isDisabled in interface OverviewFunctionalitypublic void setDisabled(boolean disabled)
OverviewFunctionality
If true, this overview functionality is disabled. If a overview functionality is disabled, the WebOverview
will not call the OverviewFunctionality.exportImage() on that functionality while it is disabled.
A overview functionality is typically disabled by using the "Disable Overview" context menu item on the resource node in the Table of Contents control. Similarly, the functionality can be enabled by using "Enable Overview".
setDisabled in interface OverviewFunctionalitydisabled - true if this overview functionality is disabledpublic java.io.InputStream exportImage()
OverviewFunctionality
Exports this overview map for the extent indicated by the WebOverview. Implementations should ensure the
following:
WebContext.
WebOverview. The
WebOverview.getDrawExtent() method can be used to get this extent.
The WebOverview calls this method on all its overview functionalities and eventually fuses all the exported
maps before streaming it to the user. This method is called by the WebOverview in these scenarios:
WebOverview is initialized
exportImage in interface OverviewFunctionalityjava.io.InputStream to the exported imagepublic com.esri.arcgisws.MapServerInfo getMapServerInfo()
MapServerInfo for associated ArcGIS Server service.
MapServerInfo for associated ArcGIS Server service.public com.esri.arcgisws.MapDescription getMapDescription()
MapDescription for associated ArcGIS Server service.
MapDescription for associated ArcGIS Server service.public com.esri.arcgisws.ImageDescription getImageDescription()
ImageDescription for the overview image.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||