|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.adf.web.ags.data.image.AGSImageOverviewFunctionality
public class AGSImageOverviewFunctionality
Represents the overview functionality implementation for the ArcGIS Server Image Services.
| Field Summary |
|---|
| Fields inherited from interface com.esri.adf.web.data.OverviewFunctionality |
|---|
FUNCTIONALITY_NAME |
| Constructor Summary | |
|---|---|
AGSImageOverviewFunctionality()
|
|
| 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 the overview image for this Image Service. |
com.esri.arcgisws.EnvelopeN |
getImageDescExtent()
Return the current extent of the image overview |
com.esri.arcgisws.GeoImageDescription |
getImageDescription()
Returns the GeoImageDescription for the overview image. |
AGSImageResource |
getResource()
Returns the AGSImageResource this functionality belongs to |
void |
initFunctionality(GISResource resource)
Initializes an instance of the AGSImageOverviewFunctionality for this
resource. |
boolean |
isDisabled()
Returns the state of this functionality |
void |
setDisabled(boolean disabled)
Sets the state of this functionality |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AGSImageOverviewFunctionality()
| Method Detail |
|---|
public void initFunctionality(GISResource resource)
AGSImageOverviewFunctionality for this
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 AGSImageResource getResource()
AGSImageResource this functionality belongs to
getResource in interface GISFunctionalitypublic com.esri.arcgisws.GeoImageDescription getImageDescription()
GeoImageDescription for the overview image.
public boolean isDisabled()
isDisabled in interface OverviewFunctionalitypublic void setDisabled(boolean disabled)
setDisabled in interface OverviewFunctionalitydisabled - true if this overview functionality is disabledpublic com.esri.arcgisws.EnvelopeN getImageDescExtent()
public java.io.InputStream exportImage()
exportImage in interface OverviewFunctionalityInputStream containing the image data
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||