Serialized Form


Package com.esri.adf.web

Class com.esri.adf.web.ADFException extends java.lang.RuntimeException implements Serializable

serialVersionUID: 1L


Package com.esri.adf.web.ags

Class com.esri.adf.web.ags.ADFAGSException extends ADFException implements Serializable

serialVersionUID: 1L


Package com.esri.adf.web.ags.data

Class com.esri.adf.web.ags.data.AGSDirection extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

cumulativeLength

double cumulativeLength

length

double length

drivingTime

double drivingTime

time

double time

extent

WebExtent extent

point

WebPoint point

directionText

java.lang.String directionText

directionString

java.util.Map<K,V> directionString

Class com.esri.adf.web.ags.data.AGSExtensionsResource extends AGSMapResource implements Serializable

serialVersionUID: 1L

Serialized Fields

extensionUrls

java.util.Map<K,V> extensionUrls

Class com.esri.adf.web.ags.data.AGSGeocodeFunctionality extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

agsgeo

AGSGeocodeResource agsgeo

fields

java.lang.String[] fields

aliases

java.util.HashMap<K,V> aliases

address

java.util.HashMap<K,V> address

mods

com.esri.arcgisws.PropertySet mods

fetchAddressDetails

boolean fetchAddressDetails

Class com.esri.adf.web.ags.data.AGSGeocodeResource extends GISResource implements Serializable

serialVersionUID: 1L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Throws:
java.io.IOException
Serialized Fields

endPointURL

java.lang.String endPointURL

serviceCatalogURL

java.lang.String serviceCatalogURL
The URL to a web service catalog end point.


mapName

java.lang.String mapName

generatedAlias

java.lang.String generatedAlias
If the user does not provide an alias for the resource, an alias is generated by this object and is represented by this variable


user

AGSUser user
An AGSUser object to authenticate connections to secure web services

Class com.esri.adf.web.ags.data.AGSLocalConnection extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Class com.esri.adf.web.ags.data.AGSLocalExtensionsResource extends AGSLocalMapResource implements Serializable

serialVersionUID: 1L

Serialized Fields

localExtensionServers

java.util.Map<K,V> localExtensionServers

extensionServers

java.util.Map<K,V> extensionServers

version

java.lang.String version

firtTime

boolean firtTime

Class com.esri.adf.web.ags.data.AGSLocalGeocodeResource extends AGSGeocodeResource implements Serializable

serialVersionUID: 1L

Serialized Fields

delegate

AGSLocalConnection delegate

version

java.lang.String version

firtTime

boolean firtTime

Class com.esri.adf.web.ags.data.AGSLocalMapResource extends AGSMapResource implements Serializable

serialVersionUID: 1L

Serialized Fields

version

java.lang.String version

firtTime

boolean firtTime

delegate

AGSLocalConnection delegate
A delegate which handles certain calls to the ArcGIS Server. This delegate should not be used by consumers of this resource. This is provided for usage within this class as well as for classes that inherit from this class.

Class com.esri.adf.web.ags.data.AGSMapFunctionality extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

agsMapResource

AGSMapResource agsMapResource

imageDesc

com.esri.arcgisws.ImageDescription imageDesc

mapDesc

com.esri.arcgisws.MapDescription mapDesc

serverInfo

com.esri.arcgisws.MapServerInfo serverInfo
Deprecated. As of ArcGIS Java Server 9.3, instead use AGSMapFunctionality.getMapServerInfo()

initialExtent

WebExtent initialExtent

fullExtent

WebExtent fullExtent

disabled

boolean disabled

mapScale

double mapScale

transparency

double transparency

hasSingleFusedMapCache

boolean hasSingleFusedMapCache

contextCurrentExtent

WebExtent contextCurrentExtent

Class com.esri.adf.web.ags.data.AGSMapResource extends GISResource implements Serializable

serialVersionUID: 1L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Throws:
java.io.IOException
Serialized Fields

endPointURL

java.lang.String endPointURL
The URL to a web service end point which serves an ArcGIS server map.


serviceCatalogURL

java.lang.String serviceCatalogURL
The URL to a web service catalog end point.


mapName

java.lang.String mapName
The name of the map (dataframe) in the map service that this resource represents


generatedAlias

java.lang.String generatedAlias
If the user does not provide an alias for the resource, an alias is generated by this object and is represented by this variable


user

AGSUser user
An AGSUser object to authenticate connections to secure web services


serverInfo

com.esri.arcgisws.MapServerInfo serverInfo

supportPNG32

java.lang.Boolean supportPNG32

Class com.esri.adf.web.ags.data.AGSNAFunctionality extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

routeElement

GraphicElement routeElement
Stores the Route Geometry and Symbol.


stopsElement

GraphicElement stopsElement
Stores the Stop Geometry and Symbol.


barrierElement

GraphicElement barrierElement
Stores the Barrier Geometry and Symbol.


gisResource

GISResource gisResource

naLayers

java.lang.String[] naLayers

routeParams

com.esri.arcgisws.NAServerRouteParams routeParams

routeSymbol

WebSimpleLineSymbol routeSymbol

stopSymbol

WebTrueTypeMarkerSymbol stopSymbol

barrierSymbol

WebTrueTypeMarkerSymbol barrierSymbol

defaultNALayerName

java.lang.String defaultNALayerName

stopValues

java.util.ArrayList<E> stopValues

barrierValues

java.util.ArrayList<E> barrierValues

Class com.esri.adf.web.ags.data.AGSOverviewFunctionality extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

agsOVMapResource

AGSMapResource agsOVMapResource

disabled

boolean disabled

serverInfo

com.esri.arcgisws.MapServerInfo serverInfo
Deprecated. As of ArcGIS Java Server 9.3, instead use AGSOverviewFunctionality.getMapServerInfo()

imageDesc

com.esri.arcgisws.ImageDescription imageDesc

mapDesc

com.esri.arcgisws.MapDescription mapDesc

Class com.esri.adf.web.ags.data.AGSTileFunctionality extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

agsMapRes

AGSMapResource agsMapRes

mfunc

AGSMapFunctionality mfunc

wmap

WebMap wmap

tilingAvailable

boolean tilingAvailable

currLodInfo

WebLodInfo currLodInfo

currOriginContainingTile

ContainingTile currOriginContainingTile

lodInfos

java.util.ArrayList<E> lodInfos

origin

WebPoint origin

baseUrl

java.lang.String baseUrl

tileImageFormat

java.lang.String tileImageFormat

tci

com.esri.arcgisws.TileCacheInfo tci

tileWidth

int tileWidth

tileHeight

int tileHeight

useVirtualCacheDirectory

boolean useVirtualCacheDirectory

tokenExpiration

long tokenExpiration

Class com.esri.adf.web.ags.data.AGSTocFunctionality extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

agsMapRes

AGSMapResource agsMapRes

mFunc

AGSMapFunctionality mFunc

mToc

WebToc mToc

patchWidth

double patchWidth

patchHeight

double patchHeight

patchResolution

double patchResolution

customLayerContentClassName

java.lang.String customLayerContentClassName
The name of the custom class (which should be a sub-class of AGSTocLayerContent) to use for the AGS layer nodes


customLayerContentClass

java.lang.Class<T> customLayerContentClass

showSwatches

boolean showSwatches

Class com.esri.adf.web.ags.data.AGSTocLayerContent extends TocNodeContent implements Serializable

serialVersionUID: 1L

Serialized Fields

layerDesc

com.esri.arcgisws.LayerDescription layerDesc

tocFunc

AGSTocFunctionality tocFunc

layerName

java.lang.String layerName

copyrightText

java.lang.String copyrightText

symbolsGenerated

boolean symbolsGenerated

fromScale

double fromScale

toScale

double toScale

scaleIndependent

boolean scaleIndependent

hasSingleFusedMapCache

boolean hasSingleFusedMapCache

Class com.esri.adf.web.ags.data.AGSTraversalResult extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

summary

AGSDirection summary

directions

java.util.Collection<E> directions

Class com.esri.adf.web.ags.data.AGSUser extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

domain

java.lang.String domain

userName

java.lang.String userName

password

java.lang.String password

passwordEncrypted

boolean passwordEncrypted

Package com.esri.adf.web.ags.data.edit

Class com.esri.adf.web.ags.data.edit.ActionContext extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

layerID

int layerID

layer

com.esri.arcgis.carto.IFeatureLayer layer

layerDescription

com.esri.arcgisws.LayerDescription layerDescription

serverContext

com.esri.arcgis.server.IServerContext serverContext

mapExtent

com.esri.arcgis.geometry.IEnvelope mapExtent

mapWidth

int mapWidth

mapHeight

int mapHeight

Class com.esri.adf.web.ags.data.edit.Attribute extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

index

int index

value

java.lang.String value

valueList

java.util.Map<K,V> valueList

name

java.lang.String name

type

int type

dirty

boolean dirty

readonly

boolean readonly

Class com.esri.adf.web.ags.data.edit.EditAction extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

sessionAware

boolean sessionAware

enabled

boolean enabled

eventListeners

java.util.concurrent.CopyOnWriteArrayList<E> eventListeners
The event listeners registered under the action.

Class com.esri.adf.web.ags.data.edit.EditEvent extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

source

java.lang.String source

Class com.esri.adf.web.ags.data.edit.EditWorkspace extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

m_workspace

com.esri.arcgis.geodatabase.IWorkspaceEdit m_workspace

m_childWin

boolean m_childWin

m_columnLevel

boolean m_columnLevel

m_muworkspace

com.esri.arcgis.geodatabase.IMultiuserWorkspaceEdit m_muworkspace

m_pooledEditing

boolean m_pooledEditing

m_version

java.lang.String m_version

eventListeners

java.util.concurrent.CopyOnWriteArrayList<E> eventListeners

Class com.esri.adf.web.ags.data.edit.SnapHandler extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

tolerance

int tolerance

Package com.esri.adf.web.ags.data.edit.action

Class com.esri.adf.web.ags.data.edit.action.AddFeature extends EditAction implements Serializable

serialVersionUID: 1L

Serialized Fields

geometry

com.esri.arcgis.geometry.IGeometry geometry

Class com.esri.adf.web.ags.data.edit.action.AddVertex extends EditAction implements Serializable

serialVersionUID: 1L

Serialized Fields

point

com.esri.arcgis.geometry.IPoint point

searchTolerance

int searchTolerance

Class com.esri.adf.web.ags.data.edit.action.CopyFeature extends EditAction implements Serializable

serialVersionUID: 1L

Serialized Fields

offset

com.esri.arcgis.geometry.ILine offset

Class com.esri.adf.web.ags.data.edit.action.MergeFeatures extends EditAction implements Serializable

serialVersionUID: 1L

Class com.esri.adf.web.ags.data.edit.action.MoveFeature extends EditAction implements Serializable

serialVersionUID: 1L

Serialized Fields

offset

com.esri.arcgis.geometry.ILine offset

Class com.esri.adf.web.ags.data.edit.action.MoveVertex extends EditAction implements Serializable

serialVersionUID: 1L

Serialized Fields

line

com.esri.arcgis.geometry.ILine line

searchTolerance

int searchTolerance

Class com.esri.adf.web.ags.data.edit.action.RemoveFeature extends EditAction implements Serializable

serialVersionUID: 1L

Class com.esri.adf.web.ags.data.edit.action.RemoveVertex extends EditAction implements Serializable

serialVersionUID: 1L

Serialized Fields

point

com.esri.arcgis.geometry.IPoint point

searchTolerance

int searchTolerance

Class com.esri.adf.web.ags.data.edit.action.SelectByExtent extends EditAction implements Serializable

serialVersionUID: 1L

Serialized Fields

extent

com.esri.arcgis.geometry.IEnvelope extent

maxCount

int maxCount

xorMode

boolean xorMode

Class com.esri.adf.web.ags.data.edit.action.SplitLineFeature extends EditAction implements Serializable

serialVersionUID: 1L

Serialized Fields

point

com.esri.arcgis.geometry.IPoint point

searchTolerance

int searchTolerance

Class com.esri.adf.web.ags.data.edit.action.SplitPolygonFeature extends EditAction implements Serializable

serialVersionUID: 1L

Serialized Fields

line

com.esri.arcgis.geometry.IPolyline line

Class com.esri.adf.web.ags.data.edit.action.UpdateAttribute extends EditAction implements Serializable

serialVersionUID: 1L

Serialized Fields

feature

com.esri.arcgis.geodatabase.IFeature feature

attribute

Attribute attribute

dateFormat

java.text.DateFormat dateFormat

Package com.esri.adf.web.ags.data.edit.bean

Class com.esri.adf.web.ags.data.edit.bean.ConfigBean extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

resourceId

java.lang.String resourceId

taskName

java.lang.String taskName

workspaceID

java.lang.String workspaceID

versions

java.lang.String versions

layers

java.lang.String layers

svLayers

java.lang.String svLayers

seLayers

java.lang.String seLayers

sdLayers

java.lang.String sdLayers

resource

GISResource resource

vColor

java.lang.String vColor

hlColor

java.lang.String hlColor

snapTipsColor

java.lang.String snapTipsColor

snapTolerance

int snapTolerance

tolerance

int tolerance

maxSelectionCount

int maxSelectionCount

editFeatures

boolean editFeatures

editAttributes

boolean editAttributes

addFeatures

boolean addFeatures

conflictWin

java.lang.String conflictWin

conflictMode

java.lang.String conflictMode

verticesOutline

java.lang.String verticesOutline

verticesSize

int verticesSize

verticesShape

int verticesShape

configName

java.lang.String configName

silentClearSketch

boolean silentClearSketch

snapTypes

java.util.Map<K,V> snapTypes
A cache object to handle snap rules.


cachedConfig

boolean cachedConfig
Returns true if the snap rules have been cached.

Class com.esri.adf.web.ags.data.edit.bean.EditBean extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

versions

java.util.List<E> versions

version

java.lang.String version

layers

java.util.Map<K,V> layers

layerID

java.lang.Integer layerID

webContext

WebContext webContext

indexOID

int indexOID

dateFormat

java.text.DateFormat dateFormat

status

com.esri.adf.web.ags.data.edit.bean.EditBean.Status status

xyGeometry

com.esri.adf.web.ags.data.edit.bean.EditBean.XYGeometry xyGeometry

windowOpened

boolean windowOpened

eventListener

ActionEventListener eventListener

attributeFilter

AttributeFilter attributeFilter

configs

java.util.LinkedHashMap<K,V> configs

configNames

java.util.List<E> configNames

configName

java.lang.String configName

taskName

java.lang.String taskName

cache

ResourceBean cache
The resources and cache associated with the editing bean.


config

ConfigBean config
The configuration.


statusMessage

java.lang.String statusMessage
The status message to send to client side.

Class com.esri.adf.web.ags.data.edit.bean.ResourceBean extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

resource

AGSLocalMapResource resource

version

java.lang.String version

config

ConfigBean config

selections

java.util.Map<K,V> selections

shapeTypes

java.util.Map<K,V> shapeTypes

vertices

java.util.Map<K,V> vertices

validLayerList

java.util.HashSet<E> validLayerList

Class com.esri.adf.web.ags.data.edit.bean.SnapRulesBean extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

java.lang.Integer id

layer

java.lang.String layer

vertex

boolean vertex

edge

boolean edge

end

boolean end

Package com.esri.adf.web.ags.data.edit.event

Class com.esri.adf.web.ags.data.edit.event.FeatureChangedEvent extends EditEvent implements Serializable

serialVersionUID: 1L

Serialized Fields

feature

com.esri.arcgis.geodatabase.IFeature feature

actionContext

ActionContext actionContext

Class com.esri.adf.web.ags.data.edit.event.FeatureCreatedEvent extends EditEvent implements Serializable

serialVersionUID: 1L

Serialized Fields

feature

com.esri.arcgis.geodatabase.IFeature feature

actionContext

ActionContext actionContext

Class com.esri.adf.web.ags.data.edit.event.FeatureRemovedEvent extends EditEvent implements Serializable

serialVersionUID: 1L

Serialized Fields

feature

com.esri.arcgis.geodatabase.IFeature feature

actionContext

ActionContext actionContext

Class com.esri.adf.web.ags.data.edit.event.FeatureSelectedEvent extends EditEvent implements Serializable

serialVersionUID: 1L

Serialized Fields

feature

com.esri.arcgis.geodatabase.IFeature feature

actionContext

ActionContext actionContext

Class com.esri.adf.web.ags.data.edit.event.FeatureUnselectedEvent extends EditEvent implements Serializable

serialVersionUID: 1L

Serialized Fields

feature

com.esri.arcgis.geodatabase.IFeature feature

actionContext

ActionContext actionContext

Class com.esri.adf.web.ags.data.edit.event.PostActionEvent extends EditEvent implements Serializable

serialVersionUID: 1L

Serialized Fields

action

EditAction action

actionContext

ActionContext actionContext

Class com.esri.adf.web.ags.data.edit.event.PreActionEvent extends EditEvent implements Serializable

serialVersionUID: 1L

Serialized Fields

action

EditAction action

actionContext

ActionContext actionContext

Class com.esri.adf.web.ags.data.edit.event.PreFeatureStoreEvent extends EditEvent implements Serializable

serialVersionUID: 1L

Serialized Fields

feature

com.esri.arcgis.geodatabase.IFeature feature

actionContext

ActionContext actionContext

Package com.esri.adf.web.ags.data.geometry

Class com.esri.adf.web.ags.data.geometry.AGSGeometryOperations extends GeometryOperations implements Serializable

serialVersionUID: 1L

Serialized Fields

endPointURL

java.lang.String endPointURL

serviceCatalogURL

java.lang.String serviceCatalogURL

user

AGSUser user

Class com.esri.adf.web.ags.data.geometry.AGSGeometryResource extends GISResource implements Serializable

serialVersionUID: 1L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Throws:
java.io.IOException
Serialized Fields

endPointURL

java.lang.String endPointURL
The URL to a Geometry Web Service end point.
  For example,
   http://localhost:8399/arcgis/services/Geometry/GeometryServer
 


serviceCatalogURL

java.lang.String serviceCatalogURL
The URL to a web service catalog end point.


generatedAlias

java.lang.String generatedAlias
If the user does not provide an alias for this resource, the end point URL is used as an alias and is represented by this variable.


user

AGSUser user
An AGSUser object to authenticate connections to secure web services.

Class com.esri.adf.web.ags.data.geometry.AGSLocalGeometryResource extends AGSGeometryResource implements Serializable

serialVersionUID: 1L

Serialized Fields

delegate

AGSLocalConnection delegate
A delegate which handles certain calls to the ArcGIS Server. This delegate should not be used by consumers of this resource. This is provided for usage within this class as well as for classes that inherit from this class.


version

java.lang.String version

firtTime

boolean firtTime

Package com.esri.adf.web.ags.data.gp

Class com.esri.adf.web.ags.data.gp.ADFGPException extends ADFAGSException implements Serializable

serialVersionUID: 1L

Class com.esri.adf.web.ags.data.gp.AGSGPFunctionality extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

taskInfo

com.esri.adf.web.ags.data.gp.GPTaskInfo taskInfo

config

GPTaskConfig config

resource

AGSGPResource resource

taskName

java.lang.String taskName

gpTask

com.esri.arcgisws.GPToolInfo gpTask

inputParams

GPParam[] inputParams

outputParams

GPParam[] outputParams

asyncExecution

boolean asyncExecution

drawResultsOnServer

boolean drawResultsOnServer

showMessages

boolean showMessages

gpToolInfo

com.esri.arcgisws.GPToolInfo gpToolInfo

taskContents

java.util.Map<K,V> taskContents

Class com.esri.adf.web.ags.data.gp.AGSGPResource extends GISResource implements Serializable

serialVersionUID: 1L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Throws:
java.io.IOException
Serialized Fields

endPointURL

java.lang.String endPointURL

serviceCatalogURL

java.lang.String serviceCatalogURL
The URL to a web service catalog end point.


generatedAlias

java.lang.String generatedAlias

resultMapResource

AGSMapResource resultMapResource

resultMapServerInfo

com.esri.arcgisws.MapServerInfo resultMapServerInfo

resultMapDescription

com.esri.arcgisws.MapDescription resultMapDescription

user

AGSUser user

Class com.esri.adf.web.ags.data.gp.AGSLocalGPResource extends AGSGPResource implements Serializable

serialVersionUID: 1L

Serialized Fields

delegate

AGSLocalConnection delegate

version

java.lang.String version

firtTime

boolean firtTime

Class com.esri.adf.web.ags.data.gp.GPBooleanParam extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

paramInfo

com.esri.arcgisws.GPParameterInfo paramInfo

Class com.esri.adf.web.ags.data.gp.GPDataFileParam extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

paramInfo

com.esri.arcgisws.GPParameterInfo paramInfo

embeddedDataId

java.lang.String embeddedDataId

fileName

java.lang.String fileName

updateAction

com.esri.adf.web.ags.data.gp.GPDataFileParam.ActionDescriptor updateAction

Class com.esri.adf.web.ags.data.gp.GPDateParam extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

paramInfo

com.esri.arcgisws.GPParameterInfo paramInfo

Class com.esri.adf.web.ags.data.gp.GPDoubleParam extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

paramInfo

com.esri.arcgisws.GPParameterInfo paramInfo

Class com.esri.adf.web.ags.data.gp.GPJobMessage extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

message

com.esri.arcgisws.JobMessage message

Class com.esri.adf.web.ags.data.gp.GPJobResultsTask extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

jobID

java.lang.String jobID

selectedGPTaskId

java.lang.String selectedGPTaskId

availableTasks

java.util.Map<K,V> availableTasks

availableTaskNames

java.util.Map<K,V> availableTaskNames

context

WebContext context

config

GPJobResultsTaskConfig config

taskInfo

GPJobResultsTaskInfo taskInfo

Class com.esri.adf.web.ags.data.gp.GPJobResultsTaskConfig extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

title

java.lang.String title

getResultsButtonText

java.lang.String getResultsButtonText

Class com.esri.adf.web.ags.data.gp.GPJobResultsTaskInfo extends SimpleTaskInfo implements Serializable

serialVersionUID: 1L

Serialized Fields

task

GPJobResultsTask task

taskDesc

TaskDescriptor taskDesc

getResultsActionDesc

TaskActionDescriptor getResultsActionDesc

selectedTaskParamDesc

TaskParamDescriptor selectedTaskParamDesc

jobIDDesc

TaskParamDescriptor jobIDDesc

Class com.esri.adf.web.ags.data.gp.GPLinearUnitParam extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

paramInfo

com.esri.arcgisws.GPParameterInfo paramInfo

Class com.esri.adf.web.ags.data.gp.GPLongParam extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

paramInfo

com.esri.arcgisws.GPParameterInfo paramInfo

Class com.esri.adf.web.ags.data.gp.GPMapServerGraphics extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

mdesc

com.esri.arcgisws.MapDescription mdesc

paramlayerdesc

com.esri.arcgisws.LayerDescription paramlayerdesc

jobID

java.lang.String jobID

imageType

java.lang.String imageType

symbolNodeContent

java.lang.String symbolNodeContent

gpFunc

AGSGPFunctionality gpFunc

paramInfo

com.esri.arcgisws.GPParameterInfo paramInfo

Class com.esri.adf.web.ags.data.gp.GPRasterDataParam extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

paramInfo

com.esri.arcgisws.GPParameterInfo paramInfo

gpFunc

AGSGPFunctionality gpFunc

dataType

java.lang.String dataType

graphics

com.esri.adf.web.ags.data.gp.GPRasterDataParamGraphics graphics

Class com.esri.adf.web.ags.data.gp.GPRasterDataParamResult extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

param

GPRasterDataParam param

jobID

java.lang.String jobID

Class com.esri.adf.web.ags.data.gp.GPRecordSetParam extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

paramInfo

com.esri.arcgisws.GPParameterInfo paramInfo

attributesRec

com.esri.arcgisws.Record attributesRec

editAttributes

java.lang.String[][] editAttributes

selectedRecordIds

int[] selectedRecordIds

lastAssignedOID

int lastAssignedOID

graphics

com.esri.adf.web.ags.data.gp.GPRecordSetParamGraphics graphics

tools

com.esri.adf.web.ags.data.gp.GPRecordSetParamTools tools

gpFunc

AGSGPFunctionality gpFunc

dataType

java.lang.String dataType

Class com.esri.adf.web.ags.data.gp.GPRecordSetParamResult extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

param

GPRecordSetParam param

jobID

java.lang.String jobID

Class com.esri.adf.web.ags.data.gp.GPRecordSetParamResult.RecordResult extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

rec

com.esri.arcgisws.Record rec

name

java.lang.String name

details

java.util.Map<K,V> details

Class com.esri.adf.web.ags.data.gp.GPStringParam extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

paramInfo

com.esri.arcgisws.GPParameterInfo paramInfo

choices

java.lang.String[] choices

gpFunc

AGSGPFunctionality gpFunc

dataType

java.lang.String dataType

graphics

com.esri.adf.web.ags.data.gp.GPStringParamGraphics graphics

Class com.esri.adf.web.ags.data.gp.GPStringParamGraphicsResult extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

param

GPStringParam param

jobID

java.lang.String jobID

Class com.esri.adf.web.ags.data.gp.GPTaskConfig extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

taskName

java.lang.String taskName

displayName

java.lang.String displayName

asyncExecution

boolean asyncExecution

drawResultsOnServer

boolean drawResultsOnServer

runButtonText

java.lang.String runButtonText

showMessages

boolean showMessages

Class com.esri.adf.web.ags.data.gp.GPTaskResult extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

gpFunc

AGSGPFunctionality gpFunc

inParams

GPParam[] inParams

outParams

GPParam[] outParams

taskNode

ResultNode taskNode

messagesNode

ResultNode messagesNode

results

WebResults results

name

java.lang.String name

jobID

java.lang.String jobID

asyncJobCompleted

boolean asyncJobCompleted

resultGPTask

com.esri.arcgisws.GPToolInfo resultGPTask

resultDesc

ResultDescriptor resultDesc

Package com.esri.adf.web.ags.data.image

Class com.esri.adf.web.ags.data.image.AGSImageMapFunctionality extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

agsImageResource

AGSImageResource agsImageResource
The AGSImageResource this functionality pertains to


transparency

double transparency
Transparency of the image (0-1) Default is 1


compressionQuality

int compressionQuality
Compression quality of the image (0-100) Default is 100


interpolation

java.lang.String interpolation
Interpolation used for the image Default is bilinear


pixelType

java.lang.String pixelType
Pixel Type used for the image Default will be set to service default at initialization time


bandIDs

int[] bandIDs
Band ID's of the image


initialExtent

WebExtent initialExtent
Initial extent of the image


fullExtent

WebExtent fullExtent
Full extent of the image


currentExtent

WebExtent currentExtent
Current extent of the image


mapArea

com.esri.arcgisws.EnvelopeN mapArea

disabled

boolean disabled
Flag for enabling/disabling this functionality

Class com.esri.adf.web.ags.data.image.AGSImageOverviewFunctionality extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

agsOVImageResource

AGSImageResource agsOVImageResource
The AGSImageResource this functionality pertains to


disabled

boolean disabled
Flag for enabling/disabling this functionality


imageDesc

com.esri.arcgisws.GeoImageDescription imageDesc
The GeoImageDescription object

Class com.esri.adf.web.ags.data.image.AGSImageResource extends GISResource implements Serializable

serialVersionUID: 6177464032808809746L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Throws:
java.io.IOException
Serialized Fields

endPointURL

java.lang.String endPointURL
The URL to a web service end point which serves an ArcGIS server image.


serviceCatalogURL

java.lang.String serviceCatalogURL
The URL to a web service catalog end point.


generatedAlias

java.lang.String generatedAlias
If the user does not provide an alias for the resource, an alias is generated by this object and is represented by this variable


user

AGSUser user
An AGSUser object to authenticate connections to secure web services


serviceInfo

com.esri.arcgisws.ImageServiceInfo serviceInfo
An ImageServiceInfo object that provides information about the service hit by this resource

Class com.esri.adf.web.ags.data.image.AGSImageTocFunctionality extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

agsImageResource

AGSImageResource agsImageResource
The AGSImageResource this functionality pertains to


mFunc

AGSImageMapFunctionality mFunc

mToc

WebToc mToc

patchWidth

double patchWidth
Width of the patch


patchHeight

double patchHeight
Height of the patch


patchResolution

double patchResolution
Resolution of the patch


showSwatches

boolean showSwatches
Flag to enable/disable patch display

Class com.esri.adf.web.ags.data.image.AGSLocalImageResource extends AGSImageResource implements Serializable

serialVersionUID: 1L

Serialized Fields

version

java.lang.String version

firstTime

boolean firstTime

delegate

AGSLocalConnection delegate
A delegate which handles certain calls to the ArcGIS Server. This delegate should not be used by consumers of this resource. This is provided for usage within this class as well as for classes that inherit from this class.


Package com.esri.adf.web.ags.data.query

Class com.esri.adf.web.ags.data.query.AGSIdentifyCriteriaHandler extends java.lang.Object implements Serializable

serialVersionUID: 1L

Class com.esri.adf.web.ags.data.query.AGSPredefinedQueryCriteriaHandler extends java.lang.Object implements Serializable

serialVersionUID: 1L

Class com.esri.adf.web.ags.data.query.AGSQueryFunctionality extends QueryFunctionality implements Serializable

serialVersionUID: 1L

Serialized Fields

agsMapRes

AGSMapResource agsMapRes

mfunc

AGSMapFunctionality mfunc

qlayers

java.util.ArrayList<E> qlayers

Class com.esri.adf.web.ags.data.query.AGSTextCriteriaHandler extends java.lang.Object implements Serializable

serialVersionUID: 1L


Package com.esri.adf.web.ags.faces.event

Class com.esri.adf.web.ags.faces.event.AGSPhaseListener extends java.lang.Object implements Serializable

serialVersionUID: 1L

Class com.esri.adf.web.ags.faces.event.EditPhaseListener extends java.lang.Object implements Serializable

serialVersionUID: 1L

Class com.esri.adf.web.ags.faces.event.GPAsyncTaskResultsPhaseListener extends java.lang.Object implements Serializable

serialVersionUID: 1L


Package com.esri.adf.web.ags.faces.renderkit.xml.ajax

Class com.esri.adf.web.ags.faces.renderkit.xml.ajax.EditRenderer extends java.lang.Object implements Serializable

serialVersionUID: 1L


Package com.esri.adf.web.ags.tasks

Class com.esri.adf.web.ags.tasks.EditingConfig extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

resourceId

java.lang.String resourceId
Deprecated. 

taskName

java.lang.String taskName
Deprecated. 

workspaceID

java.lang.String workspaceID
Deprecated. 

versions

java.lang.String versions
Deprecated. 

layers

java.lang.String layers
Deprecated. 

svLayers

java.lang.String svLayers
Deprecated. 

seLayers

java.lang.String seLayers
Deprecated. 

sdLayers

java.lang.String sdLayers
Deprecated. 

resource

GISResource resource
Deprecated. 

vColor

java.lang.String vColor
Deprecated. 

hlColor

java.lang.String hlColor
Deprecated. 

snapTolerance

int snapTolerance
Deprecated. 

tolerance

int tolerance
Deprecated. 

editFeatures

boolean editFeatures
Deprecated. 

editAttributes

boolean editAttributes
Deprecated. 

addFeatures

boolean addFeatures
Deprecated. 

conflictWin

java.lang.String conflictWin
Deprecated. 

conflictMode

java.lang.String conflictMode
Deprecated. 

Class com.esri.adf.web.ags.tasks.EditingResource extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

m_layerInfos

java.util.ArrayList<E> m_layerInfos
Deprecated. 

m_layerIdMap

java.util.ArrayList<E> m_layerIdMap
Deprecated. 

m_layers

java.util.LinkedHashMap<K,V> m_layers
Deprecated. 

m_fullLayers

java.util.LinkedHashMap<K,V> m_fullLayers
Deprecated. 

m_selectionFids

java.util.Map<K,V> m_selectionFids
Deprecated. 

m_vertices

java.util.Map<K,V> m_vertices
Deprecated. 

m_versionstock

java.util.HashSet<E> m_versionstock
Deprecated. 

m_defaultLayerID

int m_defaultLayerID
Deprecated. 

m_defaultHLColor

com.esri.arcgisws.Color m_defaultHLColor
Deprecated. 

m_HL_R

int m_HL_R
Deprecated. 

m_HL_G

int m_HL_G
Deprecated. 

m_HL_B

int m_HL_B
Deprecated. 

m_pooled

boolean m_pooled
Deprecated. 

m_currentResource

AGSLocalMapResource m_currentResource
Deprecated. 

m_version

java.lang.String m_version
Deprecated. 

Class com.esri.adf.web.ags.tasks.EditingSettings extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

snaplayers

java.util.Map<K,V> snaplayers
Deprecated. 

vertexMap

java.util.Map<K,V> vertexMap
Deprecated. 

edgeMap

java.util.Map<K,V> edgeMap
Deprecated. 

endMap

java.util.Map<K,V> endMap
Deprecated. 

toleranceParam

TaskParamDescriptor toleranceParam
Deprecated. 

unitLabelParam

TaskParamDescriptor unitLabelParam
Deprecated. 

snappingRulesLabelParam

TaskParamDescriptor snappingRulesLabelParam
Deprecated. 

vertexLabelParam

TaskParamDescriptor vertexLabelParam
Deprecated. 

edgeLabelParam

TaskParamDescriptor edgeLabelParam
Deprecated. 

endLabelParam

TaskParamDescriptor endLabelParam
Deprecated. 

snappingToleranceParam

TaskParamDescriptor snappingToleranceParam
Deprecated. 

highlightColorParam

TaskParamDescriptor highlightColorParam
Deprecated. 

verticesColorParam

TaskParamDescriptor verticesColorParam
Deprecated. 

snaptipColorParam

TaskParamDescriptor snaptipColorParam
Deprecated. 

snappingLayerParams

com.esri.adf.web.ags.tasks.EditingSettings.SettingParamDescriptior[] snappingLayerParams
Deprecated. 

snappingVertexParams

com.esri.adf.web.ags.tasks.EditingSettings.SettingParamDescriptior[] snappingVertexParams
Deprecated. 

snappingEdgeParams

com.esri.adf.web.ags.tasks.EditingSettings.SettingParamDescriptior[] snappingEdgeParams
Deprecated. 

snappingEndParams

com.esri.adf.web.ags.tasks.EditingSettings.SettingParamDescriptior[] snappingEndParams
Deprecated. 

verticesWidthParam

TaskParamDescriptor verticesWidthParam
Deprecated. 

snapEnabledParam

TaskParamDescriptor snapEnabledParam
Deprecated. 

tolerance

int tolerance
Deprecated. 

snappingtolerance

int snappingtolerance
Deprecated. 

Class com.esri.adf.web.ags.tasks.EditingTask extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

wContext

WebContext wContext
Deprecated. 

m_verticesColor

java.lang.String m_verticesColor
Deprecated. 

m_verticesOutline

java.lang.String m_verticesOutline
Deprecated. 

m_verticesSize

int m_verticesSize
Deprecated. 

m_verticesShape

int m_verticesShape
Deprecated. 

workspace

EditingWorkspace workspace
Deprecated. 
Editing workspace wrapper.


editingResource

EditingResource editingResource
Deprecated. 
Editing map resource wrapper.


currentActionID

java.lang.String currentActionID
Deprecated. 

layerIndex

int layerIndex
Deprecated. 

selectionID

int selectionID
Deprecated. 

statusMessage

java.lang.String statusMessage
Deprecated. 

taskInfo

EditingTaskInfo taskInfo
Deprecated. 

taskSettings

EditingSettings taskSettings
Deprecated. 
Snapping and selection settings


mapVersionID

java.lang.String mapVersionID
Deprecated. 

mapVersionList

java.util.LinkedHashMap<K,V> mapVersionList
Deprecated. 

taskName

java.lang.String taskName
Deprecated. 

config

EditingConfig config
Deprecated. 

layerSet

java.util.Set<E> layerSet
Deprecated. 

versionSet

java.util.Set<E> versionSet
Deprecated. 

workspaceID

java.lang.String workspaceID
Deprecated. 

editFeatures

boolean editFeatures
Deprecated. 

editAttributes

boolean editAttributes
Deprecated. 

addFeatures

boolean addFeatures
Deprecated. 

childWin

java.lang.Boolean childWin
Deprecated. 

columnLevel

java.lang.Boolean columnLevel
Deprecated. 

valueX

java.lang.String valueX
Deprecated. 

valueY

java.lang.String valueY
Deprecated. 

xyGeometry

com.esri.adf.web.ags.tasks.EditingTask.XYGeometry xyGeometry
Deprecated. 

helpInfo

java.lang.String helpInfo
Deprecated. 

snapCircle

boolean snapCircle
Deprecated. 

snapTipsColor

java.lang.String snapTipsColor
Deprecated. 

Class com.esri.adf.web.ags.tasks.EditingTaskInfo extends SimpleTaskInfo implements Serializable

serialVersionUID: 1L

Serialized Fields

taskDesc

TaskDescriptor taskDesc
Deprecated. 

deleteFeatureAction

TaskActionDescriptor deleteFeatureAction
Deprecated. 

startEditingAction

TaskActionDescriptor startEditingAction
Deprecated. 

saveEditingAction

TaskActionDescriptor saveEditingAction
Deprecated. 

discardEditingAction

TaskActionDescriptor discardEditingAction
Deprecated. 

undoAction

TaskActionDescriptor undoAction
Deprecated. 

redoAction

TaskActionDescriptor redoAction
Deprecated. 

clearSeletionAction

TaskActionDescriptor clearSeletionAction
Deprecated. 

mergeFeatureAction

TaskActionDescriptor mergeFeatureAction
Deprecated. 

showVerticesAction

TaskActionDescriptor showVerticesAction
Deprecated. 

nextAction

TaskActionDescriptor nextAction
Deprecated. 

preAction

TaskActionDescriptor preAction
Deprecated. 

firstAction

TaskActionDescriptor firstAction
Deprecated. 

lastAction

TaskActionDescriptor lastAction
Deprecated. 

closeEditWinAction

TaskActionDescriptor closeEditWinAction
Deprecated. 

applySettingsAction

TaskActionDescriptor applySettingsAction
Deprecated. 

addPolygonTool

TaskToolDescriptor addPolygonTool
Deprecated. 

addPolylineTool

TaskToolDescriptor addPolylineTool
Deprecated. 

addPointTool

TaskToolDescriptor addPointTool
Deprecated. 

moveFeatureTool

TaskToolDescriptor moveFeatureTool
Deprecated. 

copyFeatureTool

TaskToolDescriptor copyFeatureTool
Deprecated. 

selectFeatureTool

TaskToolDescriptor selectFeatureTool
Deprecated. 

splitLineTool

TaskToolDescriptor splitLineTool
Deprecated. 

splitPolygonTool

TaskToolDescriptor splitPolygonTool
Deprecated. 

moveVertexTool

TaskToolDescriptor moveVertexTool
Deprecated. 

deleteVertexTool

TaskToolDescriptor deleteVertexTool
Deprecated. 

addVertexTool

TaskToolDescriptor addVertexTool
Deprecated. 

layerIDParam

TaskParamDescriptor layerIDParam
Deprecated. 

shapeTypeParam

TaskParamDescriptor shapeTypeParam
Deprecated. 

createLabelParam

TaskParamDescriptor createLabelParam
Deprecated. 

editLabelParam

TaskParamDescriptor editLabelParam
Deprecated. 

featureIDLabelParam

TaskParamDescriptor featureIDLabelParam
Deprecated. 

versionLabelParam

TaskParamDescriptor versionLabelParam
Deprecated. 

attributeLabelParam

TaskParamDescriptor attributeLabelParam
Deprecated. 

attributeIndLabelParam

TaskParamDescriptor attributeIndLabelParam
Deprecated. 

versionParam

TaskParamDescriptor versionParam
Deprecated. 

attributeParams

TaskParamDescriptorModel[] attributeParams
Deprecated. 

statusParam

TaskParamDescriptor statusParam
Deprecated. 

editingTask

EditingTask editingTask
Deprecated. 

xParam

TaskParamDescriptor xParam
Deprecated. 

yParam

TaskParamDescriptor yParam
Deprecated. 

xyEditWinAction

TaskActionDescriptor xyEditWinAction
Deprecated. 

xyContinueAction

TaskActionDescriptor xyContinueAction
Deprecated. 

xyFinalAction

TaskActionDescriptor xyFinalAction
Deprecated. 

xyHelpAction

TaskActionDescriptor xyHelpAction
Deprecated. 

xyEditTool

TaskToolDescriptor xyEditTool
Deprecated. 

actionIDParam

TaskParamDescriptor actionIDParam
Deprecated. 

xyGeoTypeParam

TaskParamDescriptor xyGeoTypeParam
Deprecated. 

xyLastPTParam

TaskParamDescriptor xyLastPTParam
Deprecated. 

helpParam

TaskParamDescriptor helpParam
Deprecated. 

Class com.esri.adf.web.ags.tasks.EditingWorkspace extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

m_workspace

com.esri.arcgis.geodatabase.IWorkspaceEdit m_workspace
Deprecated. 

m_layerID

int m_layerID
Deprecated. 

m_childWin

boolean m_childWin
Deprecated. 

m_columnLevel

boolean m_columnLevel
Deprecated. 

m_muworkspace

com.esri.arcgis.geodatabase.IMultiuserWorkspaceEdit m_muworkspace
Deprecated. 

m_pooledEditing

boolean m_pooledEditing
Deprecated. 

m_version

java.lang.String m_version
Deprecated. 

Class com.esri.adf.web.ags.tasks.RoutingTask extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

taskInfo

TaskInfo taskInfo

wContext

WebContext wContext

naResource

AGSMapResource naResource

naFunc

AGSNAFunctionality naFunc

allowUTurns

java.util.LinkedHashMap<K,V> allowUTurns

allowUturn

int allowUturn

ignoreInvalidLoc

boolean ignoreInvalidLoc

clearRouteDisabled

boolean clearRouteDisabled

Class com.esri.adf.web.ags.tasks.RoutingTaskInfo extends SimpleTaskInfo implements Serializable

serialVersionUID: 1L

Serialized Fields

taskDesc

TaskDescriptor taskDesc

taskToolDescriptor

TaskToolDescriptor[] taskToolDescriptor

taskActionDescriptor

TaskActionDescriptor[] taskActionDescriptor

taskParamDescriptor

TaskParamDescriptor[] taskParamDescriptor

Package com.esri.adf.web.ags.util

Class com.esri.adf.web.ags.util.AGSLocalSender extends org.apache.axis.handlers.BasicHandler implements Serializable

serialVersionUID: 1L


Package com.esri.adf.web.aims

Class com.esri.adf.web.aims.ADFAIMSException extends ADFException implements Serializable

serialVersionUID: 1L


Package com.esri.adf.web.aims.data

Class com.esri.adf.web.aims.data.AIMSGeocodeFunctionality extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

aimsMapResource

AIMSMapResource aimsMapResource

geoMap

com.esri.aims.mtier.model.map.Map geoMap

geocodeLayerId

java.lang.String geocodeLayerId

geocodeLayer

com.esri.aims.mtier.model.map.layer.FeatureLayer geocodeLayer

fields

java.lang.String[] fields

aliases

java.util.HashMap<K,V> aliases

defaultValue

java.util.HashMap<K,V> defaultValue

address

java.util.HashMap<K,V> address

maxCandidates

int maxCandidates

minScore

int minScore

spellingSensitivity

int spellingSensitivity

defaultDataFrame

java.lang.String defaultDataFrame

Class com.esri.adf.web.aims.data.AIMSMapFunctionality extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

aimsMapResource

AIMSMapResource aimsMapResource

map

com.esri.aims.mtier.model.map.Map map

initialExtent

WebExtent initialExtent

fullExtent

WebExtent fullExtent

dpi

int dpi

mapScale

double mapScale

transparency

double transparency

disabled

boolean disabled

loadEnvelope

boolean loadEnvelope

loadRenderer

boolean loadRenderer

loadFields

boolean loadFields

loadExtensions

boolean loadExtensions

defaultDataFrame

java.lang.String defaultDataFrame

contextCurrentExtent

WebExtent contextCurrentExtent

Class com.esri.adf.web.aims.data.AIMSMapResource extends GISResource implements Serializable

serialVersionUID: 1L

Serialized Fields

connection

com.esri.aims.mtier.io.ConnectionProxy connection
The ConnectionProxy object associated with this resource.


hostName

java.lang.String hostName
The machine name or the URL string to connect ArcIMS Server.


port

int port
The Application server port to connect ArcIMS Server. By default the port number is 5300.


serviceName

java.lang.String serviceName
The ArcIMS Service name.


resourceType

java.lang.String resourceType
The type of ArcIMS Service.


userName

java.lang.String userName
The user name to connect the authenticated service.


password

java.lang.String password
The password to connect the authenticated service.


passwordEncrypted

boolean passwordEncrypted
Indicating whether the password is encrpyted or not.


generatedAlias

java.lang.String generatedAlias

Class com.esri.adf.web.aims.data.AIMSOverviewFunctionality extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

aimsOVMapResource

AIMSMapResource aimsOVMapResource

overviewMap

com.esri.aims.mtier.model.map.Map overviewMap

disabled

boolean disabled

dpi

int dpi

defaultDataFrame

java.lang.String defaultDataFrame

Class com.esri.adf.web.aims.data.AIMSTocFunctionality extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

aimsResource

AIMSMapResource aimsResource

mFunc

AIMSMapFunctionality mFunc

mToc

WebToc mToc

showAllLayers

boolean showAllLayers

hideLayers

java.lang.String hideLayers

showSwatches

boolean showSwatches

swatchWidth

int swatchWidth

swatchHeight

int swatchHeight

swatchBackgroundColor

java.lang.String swatchBackgroundColor

customLayerContentClassName

java.lang.String customLayerContentClassName
The name of the custom class (which should be a sub-class of AIMSTocLayerContent) to use for the AIMS layer nodes


customLayerContentClass

java.lang.Class<T> customLayerContentClass

Class com.esri.adf.web.aims.data.AIMSTocLayerContent extends TocNodeContent implements Serializable

serialVersionUID: 1L

Serialized Fields

aimsTocFunc

AIMSTocFunctionality aimsTocFunc

layer

com.esri.aims.mtier.model.map.layer.Layer layer

fromScale

double fromScale

toScale

double toScale

scaleIndependent

boolean scaleIndependent

Package com.esri.adf.web.aims.data.query

Class com.esri.adf.web.aims.data.query.AIMSIdentifyCriteriaHandler extends java.lang.Object implements Serializable

serialVersionUID: 1L

Class com.esri.adf.web.aims.data.query.AIMSPredefinedQueryCriteriaHandler extends java.lang.Object implements Serializable

serialVersionUID: 1L

Class com.esri.adf.web.aims.data.query.AIMSQueryFunctionality extends QueryFunctionality implements Serializable

serialVersionUID: 1L

Serialized Fields

aimsMapResource

AIMSMapResource aimsMapResource

aimsMapFunc

AIMSMapFunctionality aimsMapFunc

qlayers

java.util.ArrayList<E> qlayers

layerIds

java.util.HashMap<K,V> layerIds

spatialFilterRelation

java.lang.String spatialFilterRelation

Class com.esri.adf.web.aims.data.query.AIMSTextCriteriaHandler extends java.lang.Object implements Serializable

serialVersionUID: 1L


Package com.esri.adf.web.aws

Class com.esri.adf.web.aws.ADFAWSException extends ADFException implements Serializable

serialVersionUID: 1L


Package com.esri.adf.web.aws.data

Class com.esri.adf.web.aws.data.AWSGeocodeFunctionality extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

awsGeocodeResource

AWSGeocodeResource awsGeocodeResource
Deprecated. 

fields

java.lang.String[] fields
Deprecated. 

aliases

java.util.HashMap<K,V> aliases
Deprecated. 

address

java.util.HashMap<K,V> address
Deprecated. 

Class com.esri.adf.web.aws.data.AWSGeocodeResource extends AWSResource implements Serializable

serialVersionUID: 1L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Deprecated. 
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException
Serialized Fields

addressFinderEndPointURL

java.lang.String addressFinderEndPointURL
Deprecated. 

placeFinderEndPointURL

java.lang.String placeFinderEndPointURL
Deprecated. 

addressFinderOptions

com.esri.aws.AddressFinderOptions addressFinderOptions
Deprecated. 

placeFinderOptions

com.esri.aws.PlaceFinderOptions placeFinderOptions
Deprecated. 

geocodeType

java.lang.String geocodeType
Deprecated. 

dataSourceMetadata

com.esri.aws.ContentFinderRecord dataSourceMetadata
Deprecated. 

generatedAlias

java.lang.String generatedAlias
Deprecated. 

Class com.esri.adf.web.aws.data.AWSMapFunctionality extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

awsMapResource

AWSMapResource awsMapResource
Deprecated. 

fullExtent

WebExtent fullExtent
Deprecated. 

disabled

boolean disabled
Deprecated. 

mapScale

double mapScale
Deprecated. 

currentEnvelope

com.esri.aws.Envelope currentEnvelope
Deprecated. 

layers

com.esri.aws.Layer[] layers
Deprecated. 

layerInfoForCurrentExtent

com.esri.aws.LayerInfo[] layerInfoForCurrentExtent
Deprecated. 

initialExtent

WebExtent initialExtent
Deprecated. 

transparency

double transparency
Deprecated. 

currentSR

com.esri.aws.CoordSys currentSR
Deprecated. 

defaultSR

com.esri.aws.CoordSys defaultSR
Deprecated. 

Class com.esri.adf.web.aws.data.AWSMapResource extends AWSResource implements Serializable

serialVersionUID: 1L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Deprecated. 
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException
Serialized Fields

mapImageEndPointURL

java.lang.String mapImageEndPointURL
Deprecated. 

dataSource

java.lang.String dataSource
Deprecated. 

dataSourceMetadata

com.esri.aws.ContentFinderRecord dataSourceMetadata
Deprecated. 

Class com.esri.adf.web.aws.data.AWSOverviewFunctionality extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

awsResource

AWSMapResource awsResource
Deprecated. 

disabled

boolean disabled
Deprecated. 

Class com.esri.adf.web.aws.data.AWSResource extends GISResource implements Serializable

serialVersionUID: 1L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Deprecated. 
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException
Serialized Fields

authenticationEndPointURL

java.lang.String authenticationEndPointURL
Deprecated. 

contentFinderEndPointURL

java.lang.String contentFinderEndPointURL
Deprecated. 

token

java.lang.String token
Deprecated. 

userName

java.lang.String userName
Deprecated. 

password

java.lang.String password
Deprecated. 

passwordEncrypted

boolean passwordEncrypted
Deprecated. 

generatedAlias

java.lang.String generatedAlias
Deprecated. 

tokenExpiryMinutes

int tokenExpiryMinutes
Deprecated. 

coordSysId

int coordSysId
Deprecated. 

Class com.esri.adf.web.aws.data.AWSTocFunctionality extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

awsResource

AWSMapResource awsResource
Deprecated. 

mFunc

AWSMapFunctionality mFunc
Deprecated. 

mToc

WebToc mToc
Deprecated. 

showAllLayer

boolean showAllLayer
Deprecated. 

hideLayers

java.lang.String hideLayers
Deprecated. 

layers

com.esri.aws.Layer[] layers
Deprecated. 

keys

java.util.Hashtable<K,V> keys
Deprecated. 

Class com.esri.adf.web.aws.data.AWSTocLayerContent extends TocNodeContent implements Serializable

serialVersionUID: 1L

Serialized Fields

layer

com.esri.aws.LayerInfo layer
Deprecated. 

tFunc

AWSTocFunctionality tFunc
Deprecated. 

Package com.esri.adf.web.aws.data.query

Class com.esri.adf.web.aws.data.query.AWSIdentifyCriteriaHandler extends java.lang.Object implements Serializable

serialVersionUID: 1L

Class com.esri.adf.web.aws.data.query.AWSPredefinedQueryCriteriaHandler extends java.lang.Object implements Serializable

serialVersionUID: 1L

Class com.esri.adf.web.aws.data.query.AWSQueryFunctionality extends QueryFunctionality implements Serializable

serialVersionUID: 1L

Serialized Fields

aws

AWSQueryResource aws
Deprecated. 

layers

java.util.List<E> layers
Deprecated. 

layerInfoMap

java.util.Map<K,V> layerInfoMap
Deprecated. 

envelope

WebExtent envelope
Deprecated. 

fdescs

com.esri.aws.FieldDesc[] fdescs
Deprecated. 

Class com.esri.adf.web.aws.data.query.AWSQueryResource extends AWSResource implements Serializable

serialVersionUID: 1L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Deprecated. 
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException
Serialized Fields

spatialQueryEndPointURL

java.lang.String spatialQueryEndPointURL
Deprecated. 

dataSource

java.lang.String dataSource
Deprecated. 

dataSourceMetadata

com.esri.aws.ContentFinderRecord dataSourceMetadata
Deprecated. 

Class com.esri.adf.web.aws.data.query.AWSTextCriteriaHandler extends java.lang.Object implements Serializable

serialVersionUID: 1L


Package com.esri.adf.web.data

Class com.esri.adf.web.data.AddressCandidate extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

mGeoFunc

GeocodeFunctionality mGeoFunc

location

WebGeometry location

details

java.util.Map<K,V> details

address

java.lang.String address

score

int score

zoomToFactor

double zoomToFactor

Class com.esri.adf.web.data.CandidateTileInfo extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

containingTile

ContainingTile containingTile

lod

WebLodInfo lod

adjustedExtent

WebExtent adjustedExtent

Class com.esri.adf.web.data.ContainingTile extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

containedPoint

WebPoint containedPoint

tileRow

int tileRow

tileColumn

int tileColumn

offsetX

int offsetX

offsetY

int offsetY

Class com.esri.adf.web.data.ExtentHistory extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

prevStack

java.util.Stack<E> prevStack

nextStack

java.util.Stack<E> nextStack

mcontext

WebContext mcontext

mmap

WebMap mmap

toleranceRatio

double toleranceRatio

heldExtent

WebExtent heldExtent

Class com.esri.adf.web.data.GISResource extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

context

WebContext context

The WebContext that maintains a reference to this resource


functionalities

java.util.Map<K,V> functionalities
A named java.util.Map of GISFunctionalitys supported by this instance of the resource.


init

boolean init
true if this resource has already been initialized


alias

java.lang.String alias
A reader friendly name for this resource


defaultSpatialReference

WebSpatialReference defaultSpatialReference

The spatial reference associated with this resource.

Resources should set this property in their respective GISResource.init(WebContext) methods.

Typically when geometries are passed to the GISFunctionalitys, they should be in the default spatial reference of their resource. However, the functionalities themselves should also ensure that they are working with geometries in the correct spatial reference. Or else they should use the project() method on the WebGeometry to project it to the correct spatial reference before working on it.

Also, MapFunctionalitys should ensure that they export the map in the spatial reference of the WebMap if set.

Class com.esri.adf.web.data.GraphicElement extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

symbol

WebSymbol symbol

geometry

WebGeometry geometry

Class com.esri.adf.web.data.GraphicRenderer extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

renderer

WebRenderer renderer

geometries

java.util.List<E> geometries

values

java.util.List<E> values

Class com.esri.adf.web.data.SimpleTocNodeContent extends TocNodeContent implements Serializable

serialVersionUID: 1L

Serialized Fields

text

java.lang.String text

url

java.lang.String url

Class com.esri.adf.web.data.TocNode extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

order

int order

content

TocNodeContent content

expanded

boolean expanded

children

java.util.ArrayList<E> children

parent

TocNode parent

key

java.lang.String key

Class com.esri.adf.web.data.TocNodeContent extends java.lang.Object implements Serializable

Class com.esri.adf.web.data.TocResourceContent extends TocNodeContent implements Serializable

serialVersionUID: 1L

Serialized Fields

resourceNode

TocNode resourceNode

mToc

WebToc mToc

resource

GISResource resource

mFunc

MapFunctionality mFunc

tFunc

TocFunctionality tFunc

firstTime

boolean firstTime

Class com.esri.adf.web.data.WebApplication extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

activeSessions

java.util.ArrayList<E> activeSessions

cacheDirectory

java.lang.String cacheDirectory

loc

java.util.Locale loc

destroying

boolean destroying
This variable is set to true only when the destroy() method is being called. This variable avoids the concurrent removal of the associated WebSession objects.

Class com.esri.adf.web.data.WebContext extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Throws:
java.io.IOException
Serialized Fields

attributes

java.util.Map<K,V> attributes

The GIS business objects maintained by this WebContext

Out of the box attributes (such as WebMap, WebGraphics, WebQuery, etc.) as well as custom business objects can be maintained by the context.


session

WebSession session

The WebSession that maintains a reference to this context.

Users can work with multiple contexts in the same session. All contexts are stored in a WebSession object which ensures that all WebContexts it maintains are cleanly destroyed when the user session terminates.


map

WebMap map

The WebMap referenced by this context.

The WebMap can be accessed using the WebContext.setWebMap(WebMap) and WebContext.getWebMap() methods or as an attribute of the context (WebMap)context.getAttribute("map");


geocode

WebGeocode geocode

The WebGeocode referenced by this context.

The WebGeocode can be accessed using the WebContext.setWebGeocode(WebGeocode) and WebContext.getWebGeocode() methods or as an attribute of the context (WebGeocode)context.getAttribute("geocode");


toc

WebToc toc

The WebToc referenced by this context.

The WebToc can be accessed using the WebContext.setWebToc(WebToc) and WebContext.getWebToc() methods or as an attribute of the context (WebToc)context.getAttribute("toc");


overview

WebOverview overview

The WebOverview referenced by this context.

The WebOverview can be accessed using the WebContext.setWebOverview(WebOverview) and WebContext.getWebOverview() methods or as an attribute of the context (WebOverview)context.getAttribute("overview");


graphics

WebGraphics graphics

The WebGraphics referenced by this context.

The WebGraphics can be accessed using the WebContext.setWebGraphics(WebGraphics) and WebContext.getWebGraphics() methods or as an attribute of the context (WebGraphics)context.getAttribute("graphics");


results

WebResults results

The WebResults referenced by this context.

The WebResults can be accessed using the WebContext.setWebResults(WebResults) and WebContext.getWebResults() methods or as an attribute of the context (WebResults)context.getAttribute("results");


query

WebQuery query

The WebQuery referenced by this context.

The WebQuery can be accessed using the WebContext.setWebQuery(WebQuery) and WebContext.getWebQuery() methods or as an attribute of the context (WebQuery)context.getAttribute("query");


init

boolean init

true if this context has already been initialized.

The context is typically initialized by the ContextControl when it calls the WebContext.setInit(boolean) method.


observers

java.util.List<E> observers

The List of WebContextObservers registered with this context.

Users can register and unregister observers by using the WebContext.addObserver(WebContextObserver) and WebContext.removeObserver(WebContextObserver) methods respectively.


resources

java.util.Map<K,V> resources

The List of GISResources maintained by this context.

Users can add and remove resources from this context by calling the WebContext.addResource(String, GISResource) and WebContext.removeResource(GISResource) methods respectively.


supportMultipleSRs

boolean supportMultipleSRs
If true, this context supports GISResources in different spatial references. true by default.


spatialReference

WebSpatialReference spatialReference

The spatial reference associated with this context.

If set and if supportMultipleSRs is true, the map image exported by the WebMap should be in this SR.


name

java.lang.String name

pool

GroupThreadPool pool

poolSize

int poolSize

mwInit

boolean mwInit

spatialReferenceResourceId

java.lang.String spatialReferenceResourceId

Class com.esri.adf.web.data.WebGeocode extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

context

WebContext context

geoFuncs

java.util.ArrayList<E> geoFuncs

graphic

GraphicElement graphic

drawPoints

WebMultiPoint drawPoints

symbol

WebTrueTypeMarkerSymbol symbol

Class com.esri.adf.web.data.WebGraphics extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

context

WebContext context
Holds the reference to WebContext object.


imageBytes

byte[] imageBytes
Holds the WebGraphics image bytes.


extent

WebExtent extent
Holds the map's current extent. This is used for optimization purpose to prevent re-exporting web graphics when there is no change in extent.

See Also:
WebMap.getCurrentExtent()

pointGraphics

java.util.List<E> pointGraphics
Holds the list of point graphics that are available in the WebGraphics.


lineGraphics

java.util.List<E> lineGraphics
Holds the list of polyline graphics that are available in the WebGraphics.


polygonGraphics

java.util.List<E> polygonGraphics
Holds the list of polygon graphics that are available in the WebGraphics.


pointImages

java.util.List<E> pointImages
Holds the list of point images that are available in the WebGraphics.


lineImages

java.util.List<E> lineImages
Holds the list of polyline images that are available in the WebGraphics.


polygonImages

java.util.List<E> polygonImages
Holds the list of polygon images that are available in the WebGraphics.


images

java.util.List<E> images
Holds the list of image that are available in the WebGraphics.


pointRenderers

java.util.List<E> pointRenderers
Holds the list of point renderers that are available in the WebGraphics.


lineRenderers

java.util.List<E> lineRenderers
Holds the list of polyline renderers that are available in the WebGraphics.


polygonRenderers

java.util.List<E> polygonRenderers
Holds the list of polygon renderers that are available in the WebGraphics.

Class com.esri.adf.web.data.WebLayerInfo extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

int id

name

java.lang.String name

resource

GISResource resource

Class com.esri.adf.web.data.WebLodInfo extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

levelId

int levelId

scale

double scale

resolution

double resolution

startTileRow

int startTileRow

startTileColumn

int startTileColumn

endTileRow

int endTileRow

endTileColumn

int endTileColumn

levelExtent

WebExtent levelExtent

Class com.esri.adf.web.data.WebMap extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

context

WebContext context
The WebContext associated with the map.


height

int height
The height of the map. Initialized to WebMap.DEFAULT_HEIGHT.


width

int width
The width of the map. Initialized to WebMap.DEFAULT_WIDTH.


visible

boolean visible
The visibility of the map, "true" by default.


useMIMEData

boolean useMIMEData
Indicates whether MIME data is used, "true" by default.


init

boolean init
Indicates whether the map is initialized, "false" by default.


dpi

int dpi
The DPI of the map. Initialized to WebMap.DEFAULT_DPI.


imageFormat

java.lang.String imageFormat
The image format of the map. By default it is "png".


fullExtent

WebExtent fullExtent
The map's full boundary that all of the map's feature layers fall within its bounds.


initExtent

WebExtent initExtent
The map's boundary when instantiated. It is the bounds defined in the map document.


currExtent

WebExtent currExtent
The current map's boundary. It's used in exporting map image.


fuseGraphics

boolean fuseGraphics
Set to true to create both graphics elements and base map in one image.

See Also:
WebMap.setFuseGraphics(boolean)

enableInfoWindow

boolean enableInfoWindow

graphicsTransparency

double graphicsTransparency

mimeId

java.lang.String mimeId

rotation

double rotation

zoomBeyondCache

boolean zoomBeyondCache

tileLods

java.util.List<E> tileLods

cti

CandidateTileInfo cti

mapScale

double mapScale

mapFuncs

java.util.ArrayList<E> mapFuncs
Defines functionality list of the map. A WebMap can have a set of functionalities which can be either of type MapFunctionality or TileFunctionality. When the resource is cached, it can have a TileFunctionality, otherwise it is a dynamic resource and have a MapFunctionality.


tileFuncs

java.util.List<E> tileFuncs

imageUrl

java.lang.String imageUrl

imageBytes

byte[] imageBytes
The byte array of the map image.


imageURLs

java.util.Map<K,V> imageURLs

imageDataBytes

java.util.Map<K,V> imageDataBytes
Map the export image bytes


resFuncs

java.util.Map<K,V> resFuncs

Class com.esri.adf.web.data.WebNorthArrow extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

wContext

WebContext wContext

width

int width

height

int height

fontName

java.lang.String fontName

fontCharacter

int fontCharacter

fontSize

int fontSize

fontStyle

java.lang.String fontStyle

fontColor

java.lang.String fontColor

fontOutlineColor

java.lang.String fontOutlineColor

fontShadowColor

java.lang.String fontShadowColor

fontGlowingColor

java.lang.String fontGlowingColor

antialiasing

boolean antialiasing

overlap

boolean overlap

transparency

double transparency

northArrowMimeURL

java.lang.String northArrowMimeURL

Class com.esri.adf.web.data.WebOverview extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

height

int height
Height of the overview map. Defaults to WebOverview.DEFAULT_HEIGHT.


width

int width
Width of the overview map. Defaults to WebOverview.DEFAULT_WIDTH.


dpi

int dpi
DPI of the overview map. Defaults to WebOverview.DEFAULT_DPI.


visible

boolean visible
Indicates whether the overview map is visibile or not. true by default.


init

boolean init
Indicates whether the overview map is initialized, false by default.


imageFormat

java.lang.String imageFormat
The image format of the overview map.


map

WebMap map
The associated WebMap object used for the overview map.


useMIMEData

boolean useMIMEData
Indicates whether the overview map should request for MIME data or URL from the GIS Server, true by default.


showFullExtent

boolean showFullExtent
Indicates whether the overview map should show the full extent or the initial extent, true by default.


context

WebContext context
The associated WebContext used for the overview map..


oFuncs

java.util.ArrayList<E> oFuncs
Maintains the list of available overview functionalites in the WebContext object.


drawExtent

WebExtent drawExtent
The extent of the overview map.


imageRect

WebExtent imageRect
The the area of interest box in screen co-ordinates.


imageBytes

byte[] imageBytes
The overview map stored in bytes representation.


mimeId

java.lang.String mimeId

imageUrl

java.lang.String imageUrl

Class com.esri.adf.web.data.WebScaleBar extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

context

WebContext context

position

java.lang.String position

width

int width

height

int height

units

int units

maxPrecision

int maxPrecision

type

java.lang.String type

screenDistance

double screenDistance

mapDistance

double mapDistance

sbfunc

ScaleBarFunctionality sbfunc

resourceId

java.lang.String resourceId

imageBytes

byte[] imageBytes

mimeId

java.lang.String mimeId

imageUrl

java.lang.String imageUrl

Class com.esri.adf.web.data.WebSession extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

contexts

java.util.List<E> contexts

attributes

java.util.Hashtable<K,V> attributes

inMemoryMimeData

java.util.Hashtable<K,V> inMemoryMimeData

destroyed

boolean destroyed

id

java.lang.String id
The ID of this session.


name

java.lang.String name

Class com.esri.adf.web.data.WebToc extends TocModel implements Serializable

serialVersionUID: 1L

Serialized Fields

context

WebContext context
The associated WebMap object for this WebToc.


imageFormat

java.lang.String imageFormat
The format of the TOC images.


useMIMEData

boolean useMIMEData
Indicates whether MIME data is used. True by default.


expandLevel

int expandLevel
The number of levels to expand by default. The default value is -1, expand all.


resourceNodes

java.util.ArrayList<E> resourceNodes

tocFuncs

java.util.ArrayList<E> tocFuncs

funcsNodes

java.util.Hashtable<K,V> funcsNodes

customResourceContentClassName

java.lang.String customResourceContentClassName
The name of the custom class (which should be a sub-class of TocResourceContent) to use for the resource nodes


customReourceContentClass

java.lang.Class<T> customReourceContentClass

nextResourceNodeIndex

int nextResourceNodeIndex

Package com.esri.adf.web.data.export

Class com.esri.adf.web.data.export.ExportProperties extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

extent

WebExtent extent

height

int height

width

int width

dpi

int dpi

imageFormat

java.lang.String imageFormat

Package com.esri.adf.web.data.geometry

Class com.esri.adf.web.data.geometry.ADFGeometryException extends ADFException implements Serializable

serialVersionUID: 1L

Class com.esri.adf.web.data.geometry.ADFSpatialReferenceException extends ADFException implements Serializable

serialVersionUID: 1L

Class com.esri.adf.web.data.geometry.GeometryOperations extends java.lang.Object implements Serializable

Class com.esri.adf.web.data.geometry.WebCircle extends WebGeometry implements Serializable

serialVersionUID: 1L

Serialized Fields

center

WebPoint center
Deprecated. 

radius

double radius
Deprecated. 

Class com.esri.adf.web.data.geometry.WebExtent extends WebGeometry implements Serializable

serialVersionUID: 1L

Serialized Fields

minX

double minX

minY

double minY

maxX

double maxX

maxY

double maxY

Class com.esri.adf.web.data.geometry.WebGeometry extends java.lang.Object implements Serializable

Serialized Fields

spatialReference

WebSpatialReference spatialReference
The coordinate system of this geometry. When the geometry represents a client-side geometry the spatialReference is null.

Class com.esri.adf.web.data.geometry.WebGeometryOperations extends GeometryOperations implements Serializable

serialVersionUID: 1L

Class com.esri.adf.web.data.geometry.WebMultiPoint extends WebPointCollection implements Serializable

serialVersionUID: 1L

Class com.esri.adf.web.data.geometry.WebOval extends WebGeometry implements Serializable

serialVersionUID: 1L

Serialized Fields

center

WebPoint center
Deprecated. 

width

double width
Deprecated. 

height

double height
Deprecated. 

Class com.esri.adf.web.data.geometry.WebPath extends WebPointCollection implements Serializable

serialVersionUID: 1L

Class com.esri.adf.web.data.geometry.WebPoint extends WebGeometry implements Serializable

serialVersionUID: 1L

Serialized Fields

ptX

double ptX

ptY

double ptY

Class com.esri.adf.web.data.geometry.WebPointCollection extends WebGeometry implements Serializable

Serialized Fields

points

java.util.List<E> points
The List of WebPoints represented by this point collection

Class com.esri.adf.web.data.geometry.WebPolygon extends WebGeometry implements Serializable

serialVersionUID: 1L

Serialized Fields

rings

java.util.List<E> rings

Class com.esri.adf.web.data.geometry.WebPolyline extends WebGeometry implements Serializable

serialVersionUID: 1L

Serialized Fields

paths

java.util.List<E> paths

Class com.esri.adf.web.data.geometry.WebRing extends WebPath implements Serializable

serialVersionUID: 1L

Class com.esri.adf.web.data.geometry.WebSpatialReference extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException
Throws:
java.io.IOException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Package com.esri.adf.web.data.graphics

Class com.esri.adf.web.data.graphics.ADFGraphicsException extends ADFException implements Serializable

serialVersionUID: 1L

Class com.esri.adf.web.data.graphics.GraphicFeature extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

attributes

java.util.Map<K,V> attributes

geometry

WebGeometry geometry

Class com.esri.adf.web.data.graphics.GraphicsLayer extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

int id

name

java.lang.String name

visible

boolean visible

renderer

WebRenderer renderer

highlightRenderer

WebRenderer highlightRenderer

calloutTemplate

java.lang.String calloutTemplate

graphicsFeatures

java.util.List<E> graphicsFeatures

Class com.esri.adf.web.data.graphics.GraphicsMapFunctionality extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

graphicsResource

GraphicsResource graphicsResource

mapScale

double mapScale

currentExtent

WebExtent currentExtent

fullExtent

WebExtent fullExtent

initialExtent

WebExtent initialExtent

disabled

boolean disabled

transparency

double transparency

Class com.esri.adf.web.data.graphics.GraphicsOverviewFunctionality extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

graphicsResource

GraphicsResource graphicsResource

disabled

boolean disabled

Class com.esri.adf.web.data.graphics.GraphicsResource extends GISResource implements Serializable

serialVersionUID: 1L

Serialized Fields

layerId

int layerId

generatedAlias

java.lang.String generatedAlias

layers

java.util.List<E> layers

spatialReference

WebSpatialReference spatialReference

Class com.esri.adf.web.data.graphics.GraphicsTocFunctionality extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

graphicsResource

GraphicsResource graphicsResource

swatchWidth

int swatchWidth

swatchHeight

int swatchHeight

customLayerContentClassName

java.lang.String customLayerContentClassName
The name of the custom class (which should be a sub-class of GraphicsTocLayerContent) to use for the Graphics layer nodes


customLayerContentClass

java.lang.Class<T> customLayerContentClass

Class com.esri.adf.web.data.graphics.GraphicsTocLayerContent extends TocNodeContent implements Serializable

serialVersionUID: 1L

Serialized Fields

layer

GraphicsLayer layer
The GraphicsLayer object.


tocFunc

GraphicsTocFunctionality tocFunc
The GraphicsTocFunctionality in which the layer belongs.
   For Example,
     tocFunc.getResource.removeGraphicsLayer(layer);
 

Class com.esri.adf.web.data.graphics.GroupGraphicsLayer extends GraphicsLayer implements Serializable

serialVersionUID: 1L

Serialized Fields

sublayers

java.util.List<E> sublayers

Package com.esri.adf.web.data.graphics.query

Class com.esri.adf.web.data.graphics.query.GraphicsIdentifyCriteriaHandler extends java.lang.Object implements Serializable

serialVersionUID: 1L

Class com.esri.adf.web.data.graphics.query.GraphicsQueryFunctionality extends QueryFunctionality implements Serializable

serialVersionUID: 1L

Serialized Fields

graphicsResource

GraphicsResource graphicsResource

qLayers

java.util.ArrayList<E> qLayers

Package com.esri.adf.web.data.query

Class com.esri.adf.web.data.query.IdentifyCriteria extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

tolerance

int tolerance

webGeometry

WebGeometry webGeometry

displayFieldName

java.lang.String displayFieldName

maxRecordCount

int maxRecordCount

fetchResultDetails

boolean fetchResultDetails

layerDefinitions

java.util.List<E> layerDefinitions

Class com.esri.adf.web.data.query.LayerDefinition extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

resourceId

java.lang.String resourceId

layerId

int layerId

displayFieldName

java.lang.String displayFieldName

fieldAliases

java.util.Map<K,V> fieldAliases

searchFields

java.util.List<E> searchFields

returnFields

java.util.List<E> returnFields

maxRecordCount

int maxRecordCount

renderer

WebRenderer renderer

highlightRenderer

WebRenderer highlightRenderer

calloutTemplate

java.lang.String calloutTemplate

fetchResultDetails

boolean fetchResultDetails

returnGeometry

boolean returnGeometry

resultTemplate

java.lang.String resultTemplate

Class com.esri.adf.web.data.query.PredefinedQueryCriteria extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

whereClause

java.lang.String whereClause
Where clause of the query.


returnFields

java.util.List<E> returnFields

displayFieldName

java.lang.String displayFieldName

maxRecordCount

int maxRecordCount

fetchResultDetails

boolean fetchResultDetails

layerDefinitions

java.util.List<E> layerDefinitions

Class com.esri.adf.web.data.query.QueryFunctionality extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

handlers

java.util.Map<K,V> handlers

The QueryCriteriaHandlers supported by this functionality as a java.util.Map of <critera type(String)>-<QueryCriteriaHandler> pairs.

Class com.esri.adf.web.data.query.QueryResult extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

mWebQuery

WebQuery mWebQuery
The WebQuery object that was used to get this result. The WebQuery is also used to display the results as graphics on the map control.


mWebLayerInfo

WebLayerInfo mWebLayerInfo
The layer associated with this result.


highlightGeometry

WebGeometry highlightGeometry
The geometry that should be displayed as a graphic when this result is highlighted.


extent

WebExtent extent
The extent of this result


layerDefinition

LayerDefinition layerDefinition
The LayerDefinition for this result.


details

java.util.Map<K,V> details
The result details (as a java.util.Map of name-value pairs)


name

java.lang.String name
The display text for this result.


zoomToFactor

double zoomToFactor
The factor to zoom by for point features. The default value is QueryResult.ZOOMTO_POINT_FACTOR.

Class com.esri.adf.web.data.query.TextCriteria extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

searchText

java.lang.String searchText

contains

boolean contains

searchFields

java.util.List<E> searchFields

returnFields

java.util.List<E> returnFields

displayFieldName

java.lang.String displayFieldName

maxRecordCount

int maxRecordCount

fetchResultDetails

boolean fetchResultDetails

layerDefinitions

java.util.List<E> layerDefinitions

Class com.esri.adf.web.data.query.WebQuery extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

context

WebContext context
The WebQuery associated WebContext.


funcs

java.util.ArrayList<E> funcs
A list stored the QueryFunctionality within the GIS resources.


layers

java.util.ArrayList<E> layers
A list stored the WebLayerInfo objects for query


pointGraphics

java.util.ArrayList<E> pointGraphics
A list stored the point graphics elements, which are created when process the query.


pointGraphic

GraphicElement pointGraphic
A GraphicElement for rendering point and multi-points.


pointSymbol

WebSimpleMarkerSymbol pointSymbol
A Point symbol for drawing point and multi-points.


multipointGraphics

java.util.ArrayList<E> multipointGraphics
A list stored the multi-point graphics elements, which are created when process the query.


points

WebMultiPoint points
Deprecated. As of ArcGIS Java Server 9.3, instead use WebQuery.multipointGraphics

polylineGraphics

java.util.ArrayList<E> polylineGraphics
A list stored the polyline graphics, which are created when process the query.


polylineGraphic

GraphicElement polylineGraphic
A GraphicElement for rendering polyline.


polylineSymbol

WebSimpleLineSymbol polylineSymbol
A Polyline symbol for drawing lines.


polyline

WebPolyline polyline
Deprecated. As of ArcGIS Java Server 9.3, instead use WebQuery.polylineGraphics

polygonGraphics

java.util.ArrayList<E> polygonGraphics
A list stored the polygon graphics, which are created when process the query.


polygonGraphic

GraphicElement polygonGraphic
GraphicElement for rendering polygons.


polygonSymbol

WebSimplePolygonSymbol polygonSymbol
A Polygon symbol for drawing polygons.


layerDefinitions

java.util.List<E> layerDefinitions

Package com.esri.adf.web.data.renderer

Class com.esri.adf.web.data.renderer.WebClassBreakInfo extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

label

java.lang.String label

description

java.lang.String description

maximumValue

double maximumValue

symbol

WebSymbol symbol

Class com.esri.adf.web.data.renderer.WebClassBreaksRenderer extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

classBreakInfos

java.util.List<E> classBreakInfos

defaultLabel

java.lang.String defaultLabel

defaultSymbol

WebSymbol defaultSymbol

field

java.lang.String field

minimumValue

double minimumValue

Class com.esri.adf.web.data.renderer.WebSimpleRenderer extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

symbol

WebSymbol symbol

Class com.esri.adf.web.data.renderer.WebUniqueValueInfo extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

label

java.lang.String label

description

java.lang.String description

value

java.lang.String value

symbol

WebSymbol symbol

Class com.esri.adf.web.data.renderer.WebUniqueValueRenderer extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

uniqueValueInfos

java.util.List<E> uniqueValueInfos

defaultLabel

java.lang.String defaultLabel

defaultSymbol

WebSymbol defaultSymbol

field1

java.lang.String field1

field2

java.lang.String field2

field3

java.lang.String field3

fieldDelimiter

java.lang.String fieldDelimiter

Package com.esri.adf.web.data.results

Class com.esri.adf.web.data.results.ResultDefinition extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

header

java.lang.String header

displayNameMethodName

java.lang.String displayNameMethodName

detailsMethodName

java.lang.String detailsMethodName

actionMethodNames

java.util.Map<K,V> actionMethodNames

removeMethodName

java.lang.String removeMethodName

layerDefinitions

java.util.List<E> layerDefinitions

showInfoWindow

boolean showInfoWindow

graphicsResource

GraphicsResource graphicsResource

Class com.esri.adf.web.data.results.ResultDescriptor extends java.beans.FeatureDescriptor implements Serializable

serialVersionUID: 1L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Throws:
java.io.IOException
Serialized Fields

actionNames

java.util.List<E> actionNames

Class com.esri.adf.web.data.results.ResultNode extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

result

java.lang.Object result

resultDesc

ResultDescriptor resultDesc

children

java.util.List<E> children

parent

ResultNode parent

Class com.esri.adf.web.data.results.ResultNodeContent extends TocNodeContent implements Serializable

serialVersionUID: 1L

Serialized Fields

result

ResultNode result

toc

WebResultsToc toc

items

java.util.List<E> items

Class com.esri.adf.web.data.results.WebResults extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

resultNodes

java.util.List<E> resultNodes

observers

java.util.List<E> observers

showOpenResultLink

boolean showOpenResultLink

graphicsResultNodes

java.util.Map<K,V> graphicsResultNodes

Class com.esri.adf.web.data.results.WebResultsToc extends TocModel implements Serializable

serialVersionUID: 1L

Serialized Fields

nodes

java.util.List<E> nodes

results

WebResults results

selectedResult

ResultNode selectedResult

nextId

int nextId

Package com.esri.adf.web.data.symbol

Class com.esri.adf.web.data.symbol.WebPictureMarkerSymbol extends WebSymbol implements Serializable

serialVersionUID: 1L

Serialized Fields

picture

byte[] picture

location

java.net.URL location

fileName

java.lang.String fileName

Class com.esri.adf.web.data.symbol.WebScalebarSymbol extends WebSymbol implements Serializable

serialVersionUID: 1L

Serialized Fields

mapDistance

double mapDistance

mapUnit

int mapUnit

scalebarType

java.lang.String scalebarType

scaleLabelFont

java.awt.Font scaleLabelFont

Class com.esri.adf.web.data.symbol.WebSimpleLineSymbol extends WebSymbol implements Serializable

serialVersionUID: 1L

Serialized Fields

color

java.lang.String color

type

java.lang.String type

capType

java.lang.String capType

joinType

java.lang.String joinType

Class com.esri.adf.web.data.symbol.WebSimpleMarkerSymbol extends WebSymbol implements Serializable

serialVersionUID: 1L

Serialized Fields

color

java.lang.String color

type

int type

outlineColor

java.lang.String outlineColor

Class com.esri.adf.web.data.symbol.WebSimplePolygonSymbol extends WebSimpleLineSymbol implements Serializable

serialVersionUID: 1L

Serialized Fields

fillTransparency

double fillTransparency

fillColor

java.lang.String fillColor

fillType

java.lang.String fillType

fillInterval

int fillInterval

Class com.esri.adf.web.data.symbol.WebSymbol extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

angle

double angle

antialiasing

boolean antialiasing

transparency

double transparency

width

int width

Class com.esri.adf.web.data.symbol.WebTrueTypeMarkerSymbol extends WebSymbol implements Serializable

serialVersionUID: 1L

Serialized Fields

textValues

java.util.List<E> textValues

fontName

java.lang.String fontName

fontColor

java.lang.String fontColor

outlineColor

java.lang.String outlineColor

glowingColor

java.lang.String glowingColor

shadowColor

java.lang.String shadowColor

fontStyle

java.lang.String fontStyle

characterIndex

int characterIndex

fontSize

int fontSize

markerColor

java.lang.String markerColor

markerType

int markerType

textPosition

int textPosition

textAngle

double textAngle

markerAngle

double markerAngle

Package com.esri.adf.web.data.tasks

Class com.esri.adf.web.data.tasks.AbsoluteLayout extends DefaultLayout implements Serializable

serialVersionUID: 1L

Class com.esri.adf.web.data.tasks.AbsolutePosition extends Position implements Serializable

serialVersionUID: 1L

Serialized Fields

_left

int _left

_top

int _top

Class com.esri.adf.web.data.tasks.ADFTaskException extends ADFException implements Serializable

serialVersionUID: 1L

Class com.esri.adf.web.data.tasks.ButtonDescriptor extends java.beans.FeatureDescriptor implements Serializable

serialVersionUID: 1L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Throws:
java.io.IOException
Serialized Fields

style

java.lang.String style
The CSS style to be applied to the button.


styleClass

java.lang.String styleClass
The CSS style class to be applied to the button.


toolTip

java.lang.String toolTip
The tooltip text for the button.


defaultImage

java.lang.String defaultImage
The default image URL for the button. Note that this property is applicable only for image renderers


hoverImage

java.lang.String hoverImage
The hover image URL for the button. Note that this property is applicable only for image renderers


selectedImage

java.lang.String selectedImage
The selected image URL for the button. Note that this property is applicable only for image renderers


disabledImage

java.lang.String disabledImage
The disabled image URL for the button. Note that this property is applicable only for image renderers


disabled

boolean disabled
If true, the button will be disabled in the task UI


showLoadingImage

boolean showLoadingImage
If true, a loading image will be displayed while the action / tool is being processed.


rendererType

java.lang.String rendererType
The renderer type of this parameter. The default renderer is ButtonDescriptor.TEXT_RENDERER_TYPE

Class com.esri.adf.web.data.tasks.DefaultLayout extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

_compList

java.util.ArrayList<E> _compList

_positionList

java.util.ArrayList<E> _positionList

_style

java.lang.String _style

_styleClass

java.lang.String _styleClass

_id

java.lang.String _id

Class com.esri.adf.web.data.tasks.Position extends java.lang.Object implements Serializable

Serialized Fields

_style

java.lang.String _style

_styleClass

java.lang.String _styleClass

Class com.esri.adf.web.data.tasks.SimpleTaskInfo extends java.lang.Object implements Serializable

serialVersionUID: 1L

Class com.esri.adf.web.data.tasks.TabularLayout extends DefaultLayout implements Serializable

serialVersionUID: 1L

Serialized Fields

_cellPadding

int _cellPadding

_cellSpacing

int _cellSpacing

_bgColor

java.lang.String _bgColor

_border

int _border

Class com.esri.adf.web.data.tasks.TabularPosition extends Position implements Serializable

serialVersionUID: 1L

Serialized Fields

_colspan

int _colspan

_rowspan

int _rowspan

_col

int _col

_row

int _row

Class com.esri.adf.web.data.tasks.TaskActionDescriptor extends ButtonDescriptor implements Serializable

serialVersionUID: 1L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Throws:
java.io.IOException
Serialized Fields

actionType

int actionType
The action method type. TaskActionDescriptor.ACTION_METHOD and TaskActionDescriptor.ACTION_LISTENER_METHOD are the 2 possible action types. The latter is the more frequently used approach since it gives access to useful ADF objects.

Class com.esri.adf.web.data.tasks.TaskDescriptor extends java.beans.FeatureDescriptor implements Serializable

serialVersionUID: 1L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Throws:
java.io.IOException
Serialized Fields

taskClass

java.lang.Class<T> taskClass
The task Class


disabled

boolean disabled
If true, the task will be disabled in the UI. Default is false.


helpUrl

java.lang.String helpUrl
URL to a help document describing this task. If this value is provided, the task UI will display a link to this help document.

Class com.esri.adf.web.data.tasks.TaskParamDescriptor extends java.beans.FeatureDescriptor implements Serializable

serialVersionUID: 1L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Throws:
java.io.IOException
Serialized Fields

paramClass

java.lang.Class<T> paramClass
The type of this parameter. e.g. an int parameter is of type Integer.


rendererType

java.lang.String rendererType
The renderer type of this parameter. The default renderer is TaskParamDescriptor.TEXT_RENDERER_TYPE


disabled

boolean disabled
If true, this parameter will be disabled in the UI. Default value is false.

Class com.esri.adf.web.data.tasks.TaskToolDescriptor extends ButtonDescriptor implements Serializable

serialVersionUID: 1L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Throws:
java.io.IOException
Serialized Fields

clientAction

java.lang.String clientAction
The name of the JavaScript method to be executed on the client for this tool


cursor

java.lang.String cursor
The cursor to be displayed on the map control when this tool is active. e.g. crosshair


lineColor

java.lang.String lineColor
The color of the line drawn when this tool is used on the map control. The color is a hex. string e.g. #12A3FE The default color is #FF0000


lineWidth

int lineWidth
The width of the line drawn when this tool is used on the map control. The default width is 2 px.

Class com.esri.adf.web.data.tasks.XMLSimpleTaskInfo extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

taskDesc

TaskDescriptor taskDesc

taskParams

TaskParamDescriptor[] taskParams

taskTools

TaskToolDescriptor[] taskTools

taskActions

TaskActionDescriptor[] taskActions

taskLayout

TaskLayout[] taskLayout

Package com.esri.adf.web.ejb

Class com.esri.adf.web.ejb.ADFEJBException extends ADFException implements Serializable

serialVersionUID: 1L


Package com.esri.adf.web.ejb.data

Class com.esri.adf.web.ejb.data.EJBGeocodeFunctionality extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

ejbGeocodeResource

EJBGeocodeResource ejbGeocodeResource
Deprecated. 

fields

java.lang.String[] fields
Deprecated. 

aliases

java.util.HashMap<K,V> aliases
Deprecated. 

address

java.util.HashMap<K,V> address
Deprecated. 

mods

com.esri.arcgisws.PropertySet mods
Deprecated. 

fetchAddressDetails

boolean fetchAddressDetails
Deprecated. 

Class com.esri.adf.web.ejb.data.EJBGeocodeResource extends GISResource implements Serializable

serialVersionUID: 1L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Deprecated. 
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException
Serialized Fields

jndiConnectionEnvProperties

java.util.Map<K,V> jndiConnectionEnvProperties
Deprecated. 

jndiNames

java.util.Map<K,V> jndiNames
Deprecated. 

Class com.esri.adf.web.ejb.data.EJBMapFunctionality extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

ejbMapResource

EJBMapResource ejbMapResource
Deprecated. 

initialExtent

WebExtent initialExtent
Deprecated. 

fullExtent

WebExtent fullExtent
Deprecated. 

disabled

boolean disabled
Deprecated. 

mapScale

double mapScale
Deprecated. 

serverInfo

com.esri.arcgisws.MapServerInfo serverInfo
Deprecated. 

imageDesc

com.esri.arcgisws.ImageDescription imageDesc
Deprecated. 

transparency

double transparency
Deprecated. 

Class com.esri.adf.web.ejb.data.EJBMapResource extends GISResource implements Serializable

serialVersionUID: 1L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Deprecated. 
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException
Serialized Fields

defaultMapName

java.lang.String defaultMapName
Deprecated. 

jndiConnectionEnvProperties

java.util.Map<K,V> jndiConnectionEnvProperties
Deprecated. 

jndiNames

java.util.Map<K,V> jndiNames
Deprecated. 

Class com.esri.adf.web.ejb.data.EJBOverviewFunctionality extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

ejbMapResource

EJBMapResource ejbMapResource
Deprecated. 

mapDescription

com.esri.arcgisws.MapDescription mapDescription
Deprecated. 

disabled

boolean disabled
Deprecated. 

Class com.esri.adf.web.ejb.data.EJBTocFunctionality extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

ejbMapResource

EJBMapResource ejbMapResource
Deprecated. 

patchWidth

double patchWidth
Deprecated. 

patchHeight

double patchHeight
Deprecated. 

patchResolution

double patchResolution
Deprecated. 

layerNodeContents

java.util.Hashtable<K,V> layerNodeContents
Deprecated. 

customLayerContentClassName

java.lang.String customLayerContentClassName
Deprecated. 

customLayerContentClass

java.lang.Class<T> customLayerContentClass
Deprecated. 

Class com.esri.adf.web.ejb.data.EJBTocLayerContent extends TocNodeContent implements Serializable

serialVersionUID: 1L

Serialized Fields

ejbTocFunctionality

EJBTocFunctionality ejbTocFunctionality
Deprecated. 

layerName

java.lang.String layerName
Deprecated. 

layerID

int layerID
Deprecated. 

fromScale

double fromScale
Deprecated. 

toScale

double toScale
Deprecated. 

scaleIndependent

boolean scaleIndependent
Deprecated. 

visible

boolean visible
Deprecated. 

symbolsGenerated

boolean symbolsGenerated
Deprecated. 

Package com.esri.adf.web.ejb.data.query

Class com.esri.adf.web.ejb.data.query.EJBIdentifyCriteriaHandler extends java.lang.Object implements Serializable

serialVersionUID: 1L

Class com.esri.adf.web.ejb.data.query.EJBQueryFunctionality extends QueryFunctionality implements Serializable

serialVersionUID: 1L

Serialized Fields

ejbMapResource

EJBMapResource ejbMapResource
Deprecated. 

mfunc

EJBMapFunctionality mfunc
Deprecated. 

mapServerInfo

com.esri.arcgisws.MapServerInfo mapServerInfo
Deprecated. 

qlayers

java.util.ArrayList<E> qlayers
Deprecated. 

Class com.esri.adf.web.ejb.data.query.EJBTextCriteriaHandler extends java.lang.Object implements Serializable

serialVersionUID: 1L


Package com.esri.adf.web.faces.component

Class com.esri.adf.web.faces.component.ButtonControl extends javax.faces.component.UICommand implements Serializable

serialVersionUID: 1L

Serialized Fields

mapId

java.lang.String mapId

defaultImage

java.lang.String defaultImage

hoverImage

java.lang.String hoverImage

selectedImage

java.lang.String selectedImage

clientAction

java.lang.String clientAction

serverAction

java.lang.String serverAction

styleClass

java.lang.String styleClass

style

java.lang.String style

disabled

boolean disabled

value

java.lang.String value

type

java.lang.String type

toolTip

java.lang.String toolTip

onclick

java.lang.String onclick

collectionId

java.lang.String collectionId

Class com.esri.adf.web.faces.component.OverviewControl extends javax.faces.component.UICommand implements Serializable

serialVersionUID: 1L

Serialized Fields

init

boolean init

mapId

java.lang.String mapId

width

int width

widthSet

boolean widthSet

height

int height

heightSet

boolean heightSet

xslUrl

java.net.URL xslUrl

style

java.lang.String style

styleClass

java.lang.String styleClass

clientPostBack

boolean clientPostBack

clientPostBackSet

boolean clientPostBackSet

lineColor

java.lang.String lineColor

lineWidth

int lineWidth

lineWidthSet

boolean lineWidthSet

Package com.esri.adf.web.faces.event

Class com.esri.adf.web.faces.event.ADFEvent extends javax.faces.event.ActionEvent implements Serializable

serialVersionUID: 1L

Serialized Fields

context

WebContext context

The WebContext associated with this event.


parameters

java.util.Map<K,V> parameters

The parameters of the current request

Class com.esri.adf.web.faces.event.ADFPhaseListener extends java.lang.Object implements Serializable

serialVersionUID: 1L

Class com.esri.adf.web.faces.event.CircleArgs extends ClientActionArgs implements Serializable

serialVersionUID: 1L

Serialized Fields

circle

WebCircle circle
Deprecated. 

mapcircle

WebCircle mapcircle
Deprecated. 

Class com.esri.adf.web.faces.event.ClientActionArgs extends java.lang.Object implements Serializable

Serialized Fields

controlId

java.lang.String controlId

requestParameters

java.util.Map<K,V> requestParameters
The associated request parameters.

Class com.esri.adf.web.faces.event.ContinuousPanPhaseListener extends java.lang.Object implements Serializable

serialVersionUID: 1L

Class com.esri.adf.web.faces.event.DragImageArgs extends ClientActionArgs implements Serializable

serialVersionUID: 1L

Serialized Fields

center

WebPoint center
The center of the dragged image.


mapcenter

WebPoint mapcenter

Class com.esri.adf.web.faces.event.DragRectangleArgs extends ClientActionArgs implements Serializable

serialVersionUID: 1L

Serialized Fields

rect

WebExtent rect

maprect

WebExtent maprect

Class com.esri.adf.web.faces.event.InfoWindowPhaseListener extends java.lang.Object implements Serializable

serialVersionUID: 1L

Class com.esri.adf.web.faces.event.LineArgs extends PolylineArgs implements Serializable

serialVersionUID: 1L

Class com.esri.adf.web.faces.event.MapEvent extends ADFEvent implements Serializable

serialVersionUID: 1L

Serialized Fields

toolAction

MapToolAction toolAction

clientActionArgs

ClientActionArgs clientActionArgs

tool

ToolItem tool

Class com.esri.adf.web.faces.event.OvalArgs extends ClientActionArgs implements Serializable

serialVersionUID: 1L

Serialized Fields

oval

WebOval oval
Deprecated. 

mapoval

WebOval mapoval
Deprecated. 

Class com.esri.adf.web.faces.event.OverviewEvent extends ADFEvent implements Serializable

serialVersionUID: 1L

Serialized Fields

mode

int mode

minX

int minX

minY

int minY

maxX

int maxX

maxY

int maxY

Class com.esri.adf.web.faces.event.PanToolAction extends java.lang.Object implements Serializable

serialVersionUID: 1L

Class com.esri.adf.web.faces.event.PointArgs extends ClientActionArgs implements Serializable

serialVersionUID: 1L

Serialized Fields

point

WebPoint point
The x,y point.


mappoint

WebPoint mappoint

Class com.esri.adf.web.faces.event.PolygonArgs extends ClientActionArgs implements Serializable

serialVersionUID: 1L

Serialized Fields

polygon

WebPolygon polygon

mappolygon

WebPolygon mappolygon

Class com.esri.adf.web.faces.event.PolylineArgs extends ClientActionArgs implements Serializable

serialVersionUID: 1L

Serialized Fields

polyline

WebPolyline polyline

mappolyline

WebPolyline mappolyline

Class com.esri.adf.web.faces.event.PostBackPhaseListener extends java.lang.Object implements Serializable

serialVersionUID: 1L

Class com.esri.adf.web.faces.event.TaskEvent extends ADFEvent implements Serializable

serialVersionUID: 1L

Serialized Fields

task

java.lang.Object task

action

TaskActionDescriptorModel action

Class com.esri.adf.web.faces.event.TaskRenderPhaseListener extends java.lang.Object implements Serializable

serialVersionUID: 1L

Class com.esri.adf.web.faces.event.TocEvent extends ADFEvent implements Serializable

serialVersionUID: 1L

Serialized Fields

node

TocNode node
The TOC node to perform the event.


nodeOperation

int nodeOperation
The operation to perform on the node. 0 indicates expand/collapse, 1 indicates check/uncheck, -1 indicates an error (the request parameter was null or not an integer), and any other integer indicates a custom operation.


checkedNodes

java.util.Collection<E> checkedNodes
The collection of TocEvent.CheckedTocNode objects.


contextMenuItemValue

java.lang.String contextMenuItemValue
the value of the context menu item to be processed

Class com.esri.adf.web.faces.event.TocEvent.CheckedTocNode extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

checked

boolean checked

node

TocNode node

Class com.esri.adf.web.faces.event.ToolItem extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

key

java.lang.String key

actionClass

java.lang.String actionClass

actionMethodExpr

java.lang.String actionMethodExpr

taskControlId

java.lang.String taskControlId

clientAction

java.lang.String clientAction

showLoading

boolean showLoading

cursor

java.lang.String cursor

attributes

java.util.Map<K,V> attributes

toolType

int toolType

Class com.esri.adf.web.faces.event.ToolItemCollection extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

name

java.lang.String name
The name of this collection. Every ToolItemCollection in a WebApplication must have a unique name.


description

java.lang.String description
A text description of this collection.


collection

java.util.Hashtable<K,V> collection
The collection of ToolItem objects.


activeToolKey

java.lang.String activeToolKey

Class com.esri.adf.web.faces.event.WebGraphicsPhaseListener extends java.lang.Object implements Serializable

serialVersionUID: 1L

Class com.esri.adf.web.faces.event.ZoomInToolAction extends java.lang.Object implements Serializable

serialVersionUID: 1L

Class com.esri.adf.web.faces.event.ZoomOutToolAction extends java.lang.Object implements Serializable

serialVersionUID: 1L


Package com.esri.adf.web.faces.renderkit.xml

Class com.esri.adf.web.faces.renderkit.xml.ButtonRenderer extends javax.faces.render.Renderer implements Serializable

serialVersionUID: 1L


Package com.esri.adf.web.faces.taglib

Class com.esri.adf.web.faces.taglib.ButtonTag extends javax.faces.webapp.UIComponentBodyTag implements Serializable

serialVersionUID: 1L

Serialized Fields

serverAction

java.lang.String serverAction

mapId

java.lang.String mapId

value

java.lang.String value

defaultImage

java.lang.String defaultImage

hoverImage

java.lang.String hoverImage

selectedImage

java.lang.String selectedImage

clientAction

java.lang.String clientAction

styleClass

java.lang.String styleClass

style

java.lang.String style

disabled

java.lang.String disabled

type

java.lang.String type

toolTip

java.lang.String toolTip

onclick

java.lang.String onclick

collectionId

java.lang.String collectionId

Package com.esri.adf.web.tasks

Class com.esri.adf.web.tasks.GeocodeTask extends SimpleTaskInfo implements Serializable

serialVersionUID: 1L

Serialized Fields

geofunc

GeocodeFunctionality geofunc

params

com.esri.adf.web.tasks.GeocodeTask.GeocodeParamDescriptor[] params

taskDesc

TaskDescriptor taskDesc

taskName

java.lang.String taskName

resourceId

java.lang.String resourceId

helpURL

java.lang.String helpURL

showInfoWindow

boolean showInfoWindow

renderer

WebRenderer renderer

highlightRenderer

WebRenderer highlightRenderer

findButtonText

java.lang.String findButtonText

findButtonToolTip

java.lang.String findButtonToolTip

calloutTemplate

java.lang.String calloutTemplate

Class com.esri.adf.web.tasks.MapToolsTask extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

mWebContext

WebContext mWebContext

taskInfo

MapToolsTaskInfo taskInfo

taskConfig

MapToolsTaskConfig taskConfig

panAction

boolean panAction

tools

java.lang.String tools

layerDefinitions

java.util.List<E> layerDefinitions

showInfoWindow

boolean showInfoWindow

identifiableLayers

java.util.Map<K,V> identifiableLayers

actions

java.util.Map<K,V> actions

resource

GISResource resource

layerId

int layerId

roundFactor

double roundFactor

distanceUnitsID

int distanceUnitsID

areaUnitsID

int areaUnitsID

distanceUnitsList

java.util.Map<K,V> distanceUnitsList

areaUnitsList

java.util.Map<K,V> areaUnitsList

perimeter

double perimeter

area

double area

distance

double distance

point

WebPoint point

actionID

int actionID

Class com.esri.adf.web.tasks.MapToolsTaskConfig extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

panAction

boolean panAction
Deprecated. 

tools

java.lang.String tools
Deprecated. 

layerId

int layerId
Deprecated. 

resource

GISResource resource
Deprecated. 

Class com.esri.adf.web.tasks.MapToolsTaskInfo extends SimpleTaskInfo implements Serializable

serialVersionUID: 1L

Serialized Fields

taskDesc

TaskDescriptor taskDesc

navBarLayout

TabularLayout navBarLayout

measurelayout

TabularLayout measurelayout

taskToolDescriptors

TaskToolDescriptor[] taskToolDescriptors

taskActionDescriptors

TaskActionDescriptor[] taskActionDescriptors

taskParamDescriptors

TaskParamDescriptor[] taskParamDescriptors

measureEnabled

boolean measureEnabled

Class com.esri.adf.web.tasks.PrintTask extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

mWebContext

WebContext mWebContext
the current WebContext


mWebToc

WebToc mWebToc
the WebToc object


mWebNorthArrow

WebNorthArrow mWebNorthArrow
the WebNorthArrow object


mWebScaleBar

WebScaleBar mWebScaleBar
the WebScaleBar object


mapSizeUnit

java.lang.String mapSizeUnit

taskInfo

PrintTaskTaskInfo taskInfo
TaskInfo class


printMapTitle

java.lang.String printMapTitle
stores map title


mapSizeHashMap

java.util.Map<K,V> mapSizeHashMap
stores the map sizes, map label list pair


mapSize

double mapSize

mapQualityHashMap

java.util.Map<K,V> mapQualityHashMap
stores the map qualities, map label list pair


mapQuality

int mapQuality

resultListStr

java.lang.String resultListStr
stores the query result


resultMaps

java.util.Map<K,V> resultMaps

isPrintResultOnly

boolean isPrintResultOnly
map elements


printNorthArrow

boolean printNorthArrow

printScalebar

boolean printScalebar

printLegend

boolean printLegend

legendColumns

int legendColumns

copyrightText

java.lang.String copyrightText
the copy right text


tagPrintWidth

int tagPrintWidth
image width and height used to show in the in browser


tagPrintHeight

int tagPrintHeight

customPrintWidth

double customPrintWidth

customPrintHeight

double customPrintHeight

mapUrl

java.lang.String mapUrl
the print image url;


webScalebarSymbol

WebScalebarSymbol webScalebarSymbol
draw the scale bar


widthRatio

double widthRatio
Curent printMap Width and Height ratio with current Map Width and Height used to calculate the width of north arrow


heightRatio

double heightRatio
used to calculate the height of scalebar


printMapId

java.lang.String printMapId
the key to trace printing map in the WebSession


deepestLevel

int deepestLevel
the deepest level of toc tree;


legendLayerHashMap

java.util.HashMap<K,V> legendLayerHashMap
An array containing the layer id


legendLayerVisibilityList

java.lang.String legendLayerVisibilityList

defaultGraphicsRes

GraphicsResource defaultGraphicsRes
Stores the graphics resource legend info


printButtonText

java.lang.String printButtonText
Display choices setting


displayMapTitle

boolean displayMapTitle

displayMapSizeChoices

boolean displayMapSizeChoices

displayMapQualityChoices

boolean displayMapQualityChoices

displayPrintResultList

boolean displayPrintResultList

displayPrintResultOnlyChoice

boolean displayPrintResultOnlyChoice

displayPrintScalebarChoice

boolean displayPrintScalebarChoice

displayPrintNorthArrowChoice

boolean displayPrintNorthArrowChoice

displayPrintLegendChoice

boolean displayPrintLegendChoice

errorMessage

java.lang.String errorMessage

displayName

java.lang.String displayName

Class com.esri.adf.web.tasks.PrintTaskTaskInfo extends SimpleTaskInfo implements Serializable

serialVersionUID: 1L

Serialized Fields

taskDesc

TaskDescriptor taskDesc

taskParams

TaskParamDescriptor[] taskParams

taskActions

TaskActionDescriptor[] taskActions

layout

TabularLayout[] layout

Class com.esri.adf.web.tasks.QueryAttributesExpression extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

fieldName

java.lang.String fieldName

fieldLabel

java.lang.String fieldLabel

fieldOperator

java.lang.String fieldOperator

fieldValue

java.lang.String fieldValue

fieldValues

java.util.Map<K,V> fieldValues

fieldType

java.lang.String fieldType

Class com.esri.adf.web.tasks.QueryAttributesTask extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

mWebContext

WebContext mWebContext

taskInfo

QueryAttributesTaskInfo taskInfo

taskConfig

QueryAttributesTaskConfig taskConfig

actions

java.util.Map<K,V> actions

displayName

java.lang.String displayName

helpURL

java.lang.String helpURL

findButtonText

java.lang.String findButtonText

toolTip

java.lang.String toolTip

resourceId

java.lang.String resourceId

layerId

int layerId

fieldLabel

java.lang.String fieldLabel

fieldName

java.lang.String fieldName

fieldOperator

java.lang.String fieldOperator

fieldValue

java.lang.String fieldValue

fieldType

java.lang.String fieldType

whereClause

java.lang.String whereClause

expressions

java.util.List<E> expressions

whereClauseSet

boolean whereClauseSet

layerDefinition

LayerDefinition layerDefinition

showInfoWindow

boolean showInfoWindow

resource

GISResource resource

returnFields

java.lang.String returnFields

maxRecordCount

int maxRecordCount

displayFieldName

java.lang.String displayFieldName

Class com.esri.adf.web.tasks.QueryAttributesTaskConfig extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

displayName

java.lang.String displayName
Deprecated. 

labelText

java.lang.String labelText
Deprecated. 

toolTip

java.lang.String toolTip
Deprecated. 

findButtonText

java.lang.String findButtonText
Deprecated. 

resource

GISResource resource
Deprecated. 

layerId

int layerId
Deprecated. 

fieldName

java.lang.String fieldName
Deprecated. 

operator

java.lang.String operator
Deprecated. 

defaultValue

java.lang.String defaultValue
Deprecated. 

fieldType

java.lang.String fieldType
Deprecated. 

displayFieldName

java.lang.String displayFieldName
Deprecated. 

returnFields

java.lang.String returnFields
Deprecated. 

maxRecordCount

int maxRecordCount
Deprecated. 

Class com.esri.adf.web.tasks.QueryAttributesTaskInfo extends SimpleTaskInfo implements Serializable

serialVersionUID: 1L

Serialized Fields

taskClass

java.lang.Class<T> taskClass

taskDesc

TaskDescriptor taskDesc

taskParams

TaskParamDescriptor[] taskParams

taskActions

TaskActionDescriptor[] taskActions

layout

TabularLayout[] layout

Class com.esri.adf.web.tasks.SearchAttributesTask extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

mWebContext

WebContext mWebContext

taskInfo

SearchAttributesTaskInfo taskInfo

taskConfig

SearchAttributesTaskConfig taskConfig

displayName

java.lang.String displayName

helpURL

java.lang.String helpURL

defaultSearchTextValue

java.lang.String defaultSearchTextValue

labelText

java.lang.String labelText

buttonText

java.lang.String buttonText

toolTip

java.lang.String toolTip

layers

java.util.Map<K,V> layers

resource

GISResource resource

layerId

int layerId

layerIndex

int layerIndex

maxRecordCount

int maxRecordCount

displayFieldName

java.lang.String displayFieldName

returnFields

java.util.List<E> returnFields

searchFields

java.util.List<E> searchFields

layerDefinitions

java.util.List<E> layerDefinitions

showInfoWindow

boolean showInfoWindow

searchableLayers

java.util.Map<K,V> searchableLayers

actions

java.util.Map<K,V> actions

Class com.esri.adf.web.tasks.SearchAttributesTaskConfig extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

buttonText

java.lang.String buttonText
Deprecated. 

defaultValue

java.lang.String defaultValue
Deprecated. 

displayFieldName

java.lang.String displayFieldName
Deprecated. 

displayName

java.lang.String displayName
Deprecated. 

labelText

java.lang.String labelText
Deprecated. 

layerId

int layerId
Deprecated. 

maxRecordCount

int maxRecordCount
Deprecated. 

resource

GISResource resource
Deprecated. 

returnFields

java.lang.String returnFields
Deprecated. 

searchFields

java.lang.String searchFields
Deprecated. 

toolTip

java.lang.String toolTip
Deprecated. 

Class com.esri.adf.web.tasks.SearchAttributesTaskInfo extends SimpleTaskInfo implements Serializable

serialVersionUID: 1L

Serialized Fields

name

java.lang.String name

taskDesc

TaskDescriptor taskDesc

taskParams

TaskParamDescriptor[] taskParams

toolDescs

TaskToolDescriptor[] toolDescs

taskActions

TaskActionDescriptor[] taskActions

layout

TaskLayout[] layout

Package com.esri.adf.web.util

Class com.esri.adf.web.util.ADFDownloadServlet extends javax.servlet.http.HttpServlet implements Serializable

serialVersionUID: 1L

Class com.esri.adf.web.util.ADFMimeDataServlet extends javax.servlet.http.HttpServlet implements Serializable

serialVersionUID: 1L

Class com.esri.adf.web.util.ADFTileServlet extends javax.servlet.http.HttpServlet implements Serializable

serialVersionUID: 1L

Class com.esri.adf.web.util.ADFUploadServlet extends javax.servlet.http.HttpServlet implements Serializable

serialVersionUID: 1L

Serialized Fields

logger

java.util.logging.Logger logger

repository

java.lang.String repository

threshold

int threshold

Class com.esri.adf.web.util.GroupThreadPool extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Throws:
java.io.IOException
Serialized Fields

poolSize

int poolSize

Package com.esri.adf.web.wms

Class com.esri.adf.web.wms.ADFWMSException extends ADFException implements Serializable

serialVersionUID: 1L


Package com.esri.adf.web.wms.data

Class com.esri.adf.web.wms.data.WMSMapFunctionality extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

wmsMapResource

WMSMapResource wmsMapResource

fullExtent

WebExtent fullExtent

initialExtent

WebExtent initialExtent

disabled

boolean disabled

transparency

double transparency

imageFormat

java.lang.String imageFormat

contextCurrentExtent

WebExtent contextCurrentExtent

layers

java.util.List<E> layers

Class com.esri.adf.web.wms.data.WMSMapResource extends GISResource implements Serializable

serialVersionUID: 1L

Serialized Fields

wmsURL

java.lang.String wmsURL

userName

java.lang.String userName

password

java.lang.String password

passwordEncrypted

boolean passwordEncrypted

wmsSvrConn

com.esri.wms.client.ServerConnection wmsSvrConn

wmsMap

com.esri.wms.client.Map wmsMap

wmsVersion

java.lang.String wmsVersion

spatialReferenceId

int spatialReferenceId

Class com.esri.adf.web.wms.data.WMSOverviewFunctionality extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

wmsOVMapResource

WMSMapResource wmsOVMapResource

wmsSvrConn

com.esri.wms.client.ServerConnection wmsSvrConn

wmsOVMap

com.esri.wms.client.Map wmsOVMap

disabled

boolean disabled

imageFormat

java.lang.String imageFormat

layers

java.util.List<E> layers

Class com.esri.adf.web.wms.data.WMSTocFunctionality extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

wmsResource

WMSMapResource wmsResource

mFunc

WMSMapFunctionality mFunc

mToc

WebToc mToc

showAllLayers

boolean showAllLayers

hideLayers

java.lang.String hideLayers

initialVisibleLayerCount

int initialVisibleLayerCount

customLayerContentClassName

java.lang.String customLayerContentClassName
The name of the custom class (which should be a sub-class of WMSTocLayerContent) to use for the Graphics layer nodes


customLayerContentClass

java.lang.Class<T> customLayerContentClass

isSecure

java.lang.Boolean isSecure

Class com.esri.adf.web.wms.data.WMSTocLayerContent extends TocNodeContent implements Serializable

serialVersionUID: 1L

Serialized Fields

scaleIndependent

boolean scaleIndependent

layer

com.esri.wms.client.Layer layer

tocFunc

WMSTocFunctionality tocFunc

fromScale

double fromScale

toScale

double toScale

Package com.esri.adf.web.wms.data.query

Class com.esri.adf.web.wms.data.query.WMSIdentifyCriteriaHandler extends java.lang.Object implements Serializable

serialVersionUID: 1L

Class com.esri.adf.web.wms.data.query.WMSQueryFunctionality extends QueryFunctionality implements Serializable

serialVersionUID: 1L

Serialized Fields

wmsMap

com.esri.wms.client.Map wmsMap

wmsMapResource

WMSMapResource wmsMapResource