Serialized Form


Package com.esri.adf.web

Class com.esri.adf.web.ADFException extends 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 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

String directionText

directionString

Map<K,V> directionString

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

serialVersionUID: 1L

Serialized Fields

extensionUrls

Map<K,V> extensionUrls

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

serialVersionUID: 1L

Serialized Fields

agsgeo

AGSGeocodeResource agsgeo

fields

String[] fields

aliases

HashMap<K,V> aliases

address

HashMap<K,V> address

mods

com.esri.arcgisws.PropertySet mods

fetchAddressDetails

boolean fetchAddressDetails

minScore

int minScore

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

serialVersionUID: 1L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

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

endPointURL

String endPointURL

serviceCatalogURL

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


mapName

String mapName

generatedAlias

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 Object implements Serializable

serialVersionUID: 1L

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

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

serialVersionUID: 1L

Serialized Fields

localExtensionServers

Map<K,V> localExtensionServers

extensionServers

Map<K,V> extensionServers

version

String version

firtTime

boolean firtTime

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

serialVersionUID: 1L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

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

delegate

AGSLocalConnection delegate

resourceState

int resourceState

version

String version

firtTime

boolean firtTime

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

serialVersionUID: 1L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

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

resourceState

int resourceState

version

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 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

urlAccessible

Boolean urlAccessible

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

serialVersionUID: 1L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

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

endPointURL

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


serviceCatalogURL

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


mapName

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


generatedAlias

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

Boolean supportPNG32

Class com.esri.adf.web.ags.data.AGSNAFunctionality extends 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

String[] naLayers

routeParams

com.esri.arcgisws.NAServerRouteParams routeParams

routeSymbol

WebSimpleLineSymbol routeSymbol

stopSymbol

WebTrueTypeMarkerSymbol stopSymbol

barrierSymbol

WebTrueTypeMarkerSymbol barrierSymbol

defaultNALayerName

String defaultNALayerName

stopValues

ArrayList<E> stopValues

barrierValues

ArrayList<E> barrierValues

Class com.esri.adf.web.ags.data.AGSOverviewFunctionality extends 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 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

ArrayList<E> lodInfos

origin

WebPoint origin

baseUrl

String baseUrl

tileImageFormat

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 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

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


customLayerContentClass

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

String layerName

copyrightText

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 Object implements Serializable

serialVersionUID: 1L

Serialized Fields

summary

AGSDirection summary

directions

Collection<E> directions

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

serialVersionUID: 1L

Serialized Fields

domain

String domain

userName

String userName

password

String password

passwordEncrypted

boolean passwordEncrypted

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

Class com.esri.adf.web.ags.data.edit.ActionContext extends 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 Object implements Serializable

serialVersionUID: 1L

Serialized Fields

index

int index

value

String value

valueList

Map<K,V> valueList

name

String name

type

int type

dirty

boolean dirty

readonly

boolean readonly

alias

String alias

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

serialVersionUID: 1L

Serialized Fields

sessionAware

boolean sessionAware

enabled

boolean enabled

eventListeners

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

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

serialVersionUID: 1L

Serialized Fields

source

String source

Class com.esri.adf.web.ags.data.edit.EditWorkspace extends 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

String m_version

eventListeners

CopyOnWriteArrayList<E> eventListeners

Class com.esri.adf.web.ags.data.edit.SnapHandler extends 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

DateFormat dateFormat

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

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

serialVersionUID: 1L

Serialized Fields

resourceId

String resourceId

taskName

String taskName

workspaceID

String workspaceID

versions

String versions

layers

String layers

svLayers

String svLayers

seLayers

String seLayers

sdLayers

String sdLayers

resource

GISResource resource

vColor

String vColor

hlColor

String hlColor

snapTipsColor

String snapTipsColor

snapTolerance

int snapTolerance

tolerance

int tolerance

maxSelectionCount

int maxSelectionCount

editFeatures

boolean editFeatures

editAttributes

boolean editAttributes

addFeatures

boolean addFeatures

conflictWin

String conflictWin

conflictMode

String conflictMode

verticesOutline

String verticesOutline

verticesSize

int verticesSize

verticesShape

int verticesShape

configName

String configName

silentClearSketch

boolean silentClearSketch

snapTypes

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 Object implements Serializable

serialVersionUID: 1L

Serialized Fields

versions

List<E> versions

version

String version

layers

Map<K,V> layers

layerID

Integer layerID

webContext

WebContext webContext

indexOID

int indexOID

dateFormat

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

LinkedHashMap<K,V> configs

configNames

List<E> configNames

configName

String configName

taskName

String taskName

cache

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


config

ConfigBean config
The configuration.


statusMessage

String statusMessage
The status message to send to client side.


resourceError

String resourceError

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

serialVersionUID: 1L

Serialized Fields

resource

AGSLocalMapResource resource

version

String version

config

ConfigBean config

selections

Map<K,V> selections

shapeTypes

Map<K,V> shapeTypes

vertices

Map<K,V> vertices

validLayerList

HashSet<E> validLayerList

webLayerDefinition

Map<K,V> webLayerDefinition

hasSR

boolean hasSR

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

serialVersionUID: 1L

Serialized Fields

id

Integer id

layer

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

String endPointURL

serviceCatalogURL

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(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

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

endPointURL

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


serviceCatalogURL

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


generatedAlias

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

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
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.


resourceState

int resourceState

version

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 Object implements Serializable

serialVersionUID: 1L

Serialized Fields

taskInfo

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

config

GPTaskConfig config

resource

AGSGPResource resource

taskName

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

lastFeatureIdAssigned

int lastFeatureIdAssigned

taskContents

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(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

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

endPointURL

String endPointURL

serviceCatalogURL

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


generatedAlias

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

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

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

delegate

AGSLocalConnection delegate

resourceState

int resourceState

version

String version

firtTime

boolean firtTime

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

serialVersionUID: 1L

Serialized Fields

paramInfo

com.esri.arcgisws.GPParameterInfo paramInfo

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

serialVersionUID: 1L

Serialized Fields

paramInfo

com.esri.arcgisws.GPParameterInfo paramInfo

embeddedDataId

String embeddedDataId

fileName

String fileName

updateAction

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

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

serialVersionUID: 1L

Serialized Fields

paramInfo

com.esri.arcgisws.GPParameterInfo paramInfo

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

serialVersionUID: 1L

Serialized Fields

paramInfo

com.esri.arcgisws.GPParameterInfo paramInfo

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

serialVersionUID: 1L

Serialized Fields

message

com.esri.arcgisws.JobMessage message

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

serialVersionUID: 1L

Serialized Fields

jobID

String jobID

selectedGPTaskId

String selectedGPTaskId

availableTasks

Map<K,V> availableTasks

availableTaskNames

Map<K,V> availableTaskNames

context

WebContext context

config

GPJobResultsTaskConfig config

taskInfo

GPJobResultsTaskInfo taskInfo

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

serialVersionUID: 1L

Serialized Fields

title

String title

getResultsButtonText

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 Object implements Serializable

serialVersionUID: 1L

Serialized Fields

paramInfo

com.esri.arcgisws.GPParameterInfo paramInfo

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

serialVersionUID: 1L

Serialized Fields

paramInfo

com.esri.arcgisws.GPParameterInfo paramInfo

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

serialVersionUID: 1L

Serialized Fields

mdesc

com.esri.arcgisws.MapDescription mdesc

paramlayerdesc

com.esri.arcgisws.LayerDescription paramlayerdesc

jobID

String jobID

imageType

String imageType

symbolNodeContent

String symbolNodeContent

gpFunc

AGSGPFunctionality gpFunc

paramInfo

com.esri.arcgisws.GPParameterInfo paramInfo

Class com.esri.adf.web.ags.data.gp.GPMultiStringParam extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

paramInfo

com.esri.arcgisws.GPParameterInfo paramInfo

stringValue

String stringValue

Class com.esri.adf.web.ags.data.gp.GPMultiValueParam extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

paramInfo

com.esri.arcgisws.GPParameterInfo paramInfo

dataType

String dataType

values

List<E> values

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

serialVersionUID: 1L

Serialized Fields

paramInfo

com.esri.arcgisws.GPParameterInfo paramInfo

gpFunc

AGSGPFunctionality gpFunc

dataType

String dataType

graphics

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

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

serialVersionUID: 1L

Serialized Fields

param

GPRasterDataParam param

jobID

String jobID

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

serialVersionUID: 1L

Serialized Fields

paramInfo

com.esri.arcgisws.GPParameterInfo paramInfo

attributesRec

com.esri.arcgisws.Record attributesRec

editAttributes

String[][] editAttributes

selectedRecordIds

int[] selectedRecordIds

graphics

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

tools

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

gpFunc

AGSGPFunctionality gpFunc

dataType

String dataType

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

serialVersionUID: 1L

Serialized Fields

param

GPRecordSetParam param

jobID

String jobID

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

serialVersionUID: 1L

Serialized Fields

rec

com.esri.arcgisws.Record rec

name

String name

details

Map<K,V> details

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

serialVersionUID: 1L

Serialized Fields

paramInfo

com.esri.arcgisws.GPParameterInfo paramInfo

choices

String[] choices

gpFunc

AGSGPFunctionality gpFunc

dataType

String dataType

graphics

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

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

serialVersionUID: 1L

Serialized Fields

param

GPStringParam param

jobID

String jobID

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

serialVersionUID: 1L

Serialized Fields

taskName

String taskName

displayName

String displayName

asyncExecution

boolean asyncExecution

drawResultsOnServer

boolean drawResultsOnServer

runButtonText

String runButtonText

showMessages

boolean showMessages

Class com.esri.adf.web.ags.data.gp.GPTaskResult extends 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

String name

jobID

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 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

String interpolation
Interpolation used for the image Default is bilinear


mosaicRule

com.esri.arcgisws.MosaicRule mosaicRule
Mosaic Rule to display mosaic raster


pixelType

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


urlAccessible

Boolean urlAccessible

messageLoggedPerSession

ArrayList<E> messageLoggedPerSession

Class com.esri.adf.web.ags.data.image.AGSImageOverviewFunctionality extends 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(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

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

endPointURL

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


serviceCatalogURL

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


generatedAlias

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 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

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

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

resourceState

int resourceState

version

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.image.query

Class com.esri.adf.web.ags.data.image.query.AGSImageIdentifyCriteriaHandler extends Object implements Serializable

serialVersionUID: -6009791658070930306L

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

serialVersionUID: -6158506702456375520L

Serialized Fields

agsImageRes

AGSImageResource agsImageRes
The AGSImageResource this functionality pertains to


agsImageFunc

AGSImageMapFunctionality agsImageFunc

layers

List<E> layers
The WebLayerInfo describing how the results will be displayed in the result panel


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

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

serialVersionUID: 1L

Class com.esri.adf.web.ags.data.query.AGSPredefinedQueryCriteriaHandler extends 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

ArrayList<E> qlayers

Class com.esri.adf.web.ags.data.query.AGSRelatedRecordsCriteriaHandler extends Object implements Serializable

serialVersionUID: 1L

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

serialVersionUID: 1L


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

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

serialVersionUID: 1L

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

serialVersionUID: 1L

Class com.esri.adf.web.ags.faces.event.GPAsyncTaskResultsPhaseListener extends 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 Object implements Serializable

serialVersionUID: 1L


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

Class com.esri.adf.web.ags.tasks.AGSPrintableResult extends PrintableResult implements Serializable

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

serialVersionUID: 1L

Serialized Fields

taskInfo

TaskInfo taskInfo

wContext

WebContext wContext

naResource

AGSMapResource naResource

naFunc

AGSNAFunctionality naFunc

allowUTurns

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.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 Object implements Serializable

serialVersionUID: 1L

Serialized Fields

aimsMapResource

AIMSMapResource aimsMapResource

geoMap

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

geocodeLayerId

String geocodeLayerId

geocodeLayer

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

fields

String[] fields

aliases

HashMap<K,V> aliases

defaultValue

HashMap<K,V> defaultValue

address

HashMap<K,V> address

maxCandidates

int maxCandidates

minScore

int minScore

spellingSensitivity

int spellingSensitivity

defaultDataFrame

String defaultDataFrame

Class com.esri.adf.web.aims.data.AIMSMapFunctionality extends 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

String defaultDataFrame

contextCurrentExtent

WebExtent contextCurrentExtent

urlAccessible

Boolean urlAccessible

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

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

String serviceName
The ArcIMS Service name.


resourceType

String resourceType
The type of ArcIMS Service.


userName

String userName
The user name to connect the authenticated service.


password

String password
The password to connect the authenticated service.


passwordEncrypted

boolean passwordEncrypted
Indicating whether the password is encrpyted or not.


generatedAlias

String generatedAlias

Class com.esri.adf.web.aims.data.AIMSOverviewFunctionality extends 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

String defaultDataFrame

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

serialVersionUID: 1L

Serialized Fields

aimsResource

AIMSMapResource aimsResource

mFunc

AIMSMapFunctionality mFunc

mToc

WebToc mToc

showAllLayers

boolean showAllLayers

hideLayers

String hideLayers

showSwatches

boolean showSwatches

swatchWidth

int swatchWidth

swatchHeight

int swatchHeight

swatchBackgroundColor

String swatchBackgroundColor

customLayerContentClassName

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


customLayerContentClass

Class<T> customLayerContentClass

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

serialVersionUID: 1L

Serialized Fields

aimsTocFunc

AIMSTocFunctionality aimsTocFunc

lyr

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

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 Object implements Serializable

serialVersionUID: 1L

Class com.esri.adf.web.aims.data.query.AIMSPredefinedQueryCriteriaHandler extends 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

ArrayList<E> qlayers

layerIds

HashMap<K,V> layerIds

spatialFilterRelation

String spatialFilterRelation

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

serialVersionUID: 1L


Package com.esri.adf.web.data

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

serialVersionUID: 1L

Serialized Fields

mGeoFunc

GeocodeFunctionality mGeoFunc

location

WebGeometry location

details

Map<K,V> details

address

String address

score

int score

zoomToFactor

double zoomToFactor

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

serialVersionUID: 1L

Serialized Fields

containingTile

ContainingTile containingTile

lod

WebLodInfo lod

adjustedExtent

WebExtent adjustedExtent

Class com.esri.adf.web.data.ContainingTile extends 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 Object implements Serializable

serialVersionUID: 1L

Serialized Fields

prevStack

Stack<E> prevStack

nextStack

Stack<E> nextStack

mcontext

WebContext mcontext

mmap

WebMap mmap

toleranceRatio

double toleranceRatio

heldExtent

WebExtent heldExtent

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

serialVersionUID: 1L

Serialized Fields

context

WebContext context

The WebContext that maintains a reference to this resource


functionalities

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


hasFailedFunctionalities

boolean hasFailedFunctionalities

init

boolean init
true if this resource has already been initialized


alias

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 Object implements Serializable

serialVersionUID: 1L

Serialized Fields

symbol

WebSymbol symbol

geometry

WebGeometry geometry

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

serialVersionUID: 1L

Serialized Fields

renderer

WebRenderer renderer

geometries

List<E> geometries

values

List<E> values

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

serialVersionUID: 1L

Serialized Fields

text

String text

url

String url

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

serialVersionUID: 1L

Serialized Fields

visible

boolean visible

showContextMenu

boolean showContextMenu

init

boolean init

timers

List<E> timers

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

serialVersionUID: 1L

Serialized Fields

order

int order
Order of this node among parent's children


content

TocNodeContent content
Content of this node.


expanded

boolean expanded
Expansion status of this node.


children

ArrayList<E> children
Child nodes of this node.


parent

TocNode parent
Parent node of this node.


nodeId

long nodeId
This node's ID.


dirty

boolean dirty

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

serialVersionUID: 704290325369950092L

Serialized Fields

disabled

boolean disabled

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

commonItems

ArrayList<E> commonItems

firstTime

boolean firstTime

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

serialVersionUID: 1L

Serialized Fields

activeSessions

ArrayList<E> activeSessions

cacheDirectory

String cacheDirectory

loc

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 Object implements Serializable

serialVersionUID: 1L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

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

attributes

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

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

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.


dateFormat

String dateFormat

nullValueDisplay

String nullValueDisplay

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

String name

pool

GroupThreadPool pool

poolSize

int poolSize

mwInit

boolean mwInit

spatialReferenceResourceId

String spatialReferenceResourceId

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

serialVersionUID: 1L

Serialized Fields

context

WebContext context

geoFuncs

ArrayList<E> geoFuncs

graphic

GraphicElement graphic

drawPoints

WebMultiPoint drawPoints

symbol

WebTrueTypeMarkerSymbol symbol

Class com.esri.adf.web.data.WebGraphics extends 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

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


lineGraphics

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


polygonGraphics

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


pointImages

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


lineImages

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


polygonImages

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


images

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


pointRenderers

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


lineRenderers

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


polygonRenderers

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

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

serialVersionUID: 1L

Serialized Fields

id

int id

name

String name

resource

GISResource resource

Class com.esri.adf.web.data.WebLodInfo extends 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 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

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)

browserBlending

boolean browserBlending

enableInfoWindow

boolean enableInfoWindow

cacheFeatures

boolean cacheFeatures

graphicsTransparency

double graphicsTransparency

mimeId

String mimeId

rotation

double rotation

zoomBeyondCache

boolean zoomBeyondCache

tileLods

List<E> tileLods

cti

CandidateTileInfo cti

mapScale

double mapScale

mapFuncs

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

List<E> tileFuncs

imageUrl

String imageUrl

imageBytes

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


imageURLs

Map<K,V> imageURLs

imageDataBytes

Map<K,V> imageDataBytes
Deprecated. As of ArcGIS Java Server 10.0, no replacement
Map the export image bytes


resFuncs

Map<K,V> resFuncs

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

serialVersionUID: 1L

Serialized Fields

wContext

WebContext wContext

width

int width

height

int height

fontName

String fontName

fontCharacter

int fontCharacter

fontSize

int fontSize

fontStyle

String fontStyle

fontColor

String fontColor

fontOutlineColor

String fontOutlineColor

fontShadowColor

String fontShadowColor

fontGlowingColor

String fontGlowingColor

antialiasing

boolean antialiasing

overlap

boolean overlap

transparency

double transparency

northArrowMimeURL

String northArrowMimeURL

Class com.esri.adf.web.data.WebOverview extends 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 visible or not. true by default.


init

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


imageFormat

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

ArrayList<E> oFuncs
Maintains the list of available overview functionalities 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

String mimeId

imageUrl

String imageUrl

staticImageUrl

String staticImageUrl

validStaticImageUrl

String validStaticImageUrl

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

serialVersionUID: 1L

Serialized Fields

context

WebContext context

position

String position

width

int width

height

int height

units

int units

maxPrecision

int maxPrecision

type

String type

screenDistance

double screenDistance

mapDistance

double mapDistance

sbfunc

ScaleBarFunctionality sbfunc

resourceId

String resourceId

imageBytes

byte[] imageBytes

mimeId

String mimeId

imageUrl

String imageUrl

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

serialVersionUID: 1L

Serialized Fields

contexts

List<E> contexts

attributes

Hashtable<K,V> attributes

inMemoryMimeData

Hashtable<K,V> inMemoryMimeData

destroyed

boolean destroyed

characterEncoding

String characterEncoding

id

String id
The ID of this session.


name

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

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

ArrayList<E> resourceNodes

tocFuncs

ArrayList<E> tocFuncs

funcsNodes

Hashtable<K,V> funcsNodes

customResourceContentClassName

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


customReourceContentClass

Class<T> customReourceContentClass

nextResourceNodeIndex

int nextResourceNodeIndex

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

Class com.esri.adf.web.data.export.ExportImage extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

data

byte[] data

url

URL url

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

serialVersionUID: 1L

Serialized Fields

extent

WebExtent extent

height

int height

width

int width

dpi

int dpi

imageFormat

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 Object implements Serializable

serialVersionUID: 1L

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 Object implements Serializable

serialVersionUID: 1L

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

serialVersionUID: 1L

Serialized Fields

points

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

List<E> rings

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

serialVersionUID: 1L

Serialized Fields

paths

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 Object implements Serializable

serialVersionUID: 1L

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException
Throws:
IOException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
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.DefaultGraphicsResource extends GraphicsResource implements Serializable

serialVersionUID: 1L

Serialized Fields

updated

boolean updated

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

serialVersionUID: 1L

Serialized Fields

attributes

Map<K,V> attributes

geometry

WebGeometry geometry

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

serialVersionUID: 1L

Serialized Fields

id

int id

name

String name

visible

boolean visible

renderer

WebRenderer renderer

highlightRenderer

WebRenderer highlightRenderer

calloutTemplate

String calloutTemplate

graphicsFeatures

List<E> graphicsFeatures

Class com.esri.adf.web.data.graphics.GraphicsMapFunctionality extends 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 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
layer ID to be assigned to the next layer added to this GraphicsResource


generatedAlias

String generatedAlias
Generated alias for that resource if non has been provided by the user


layers

List<E> layers
List of layers of the graphics resource


spatialReference

WebSpatialReference spatialReference
Spatial reference for this resource

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

serialVersionUID: 1L

Serialized Fields

graphicsResource

GraphicsResource graphicsResource

swatchWidth

int swatchWidth

swatchHeight

int swatchHeight

customLayerContentClassName

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


customLayerContentClass

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

List<E> sublayers

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

Class com.esri.adf.web.data.graphics.query.GraphicsIdentifyCriteriaHandler extends 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

ArrayList<E> qLayers

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

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

serialVersionUID: 1L

Serialized Fields

tolerance

int tolerance

webGeometry

WebGeometry webGeometry

displayFieldName

String displayFieldName

maxRecordCount

int maxRecordCount

fetchResultDetails

boolean fetchResultDetails

layerDefinitions

List<E> layerDefinitions

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

serialVersionUID: 1L

Serialized Fields

resourceId

String resourceId

layerId

int layerId

displayFieldName

String displayFieldName

fieldAliases

Map<K,V> fieldAliases

searchFields

List<E> searchFields

returnFields

List<E> returnFields

maxRecordCount

int maxRecordCount

renderer

WebRenderer renderer

highlightRenderer

WebRenderer highlightRenderer

calloutTemplate

String calloutTemplate

fetchResultDetails

boolean fetchResultDetails

returnGeometry

boolean returnGeometry

resultTemplate

String resultTemplate

maximumAllowableOffset

double maximumAllowableOffset

zoomToFactor

double zoomToFactor

fetchRelatedRecords

boolean fetchRelatedRecords

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

serialVersionUID: 1L

Serialized Fields

whereClause

String whereClause
Where clause of the query.


returnFields

List<E> returnFields

displayFieldName

String displayFieldName

maxRecordCount

int maxRecordCount

fetchResultDetails

boolean fetchResultDetails

layerDefinitions

List<E> layerDefinitions

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

serialVersionUID: 1L

Serialized Fields

handlers

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 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

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


name

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.


criteria

QueryCriteria criteria

results

List<E> results

Class com.esri.adf.web.data.query.RelateCriteria extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

displayFieldName

String displayFieldName

maxRecordCount

int maxRecordCount

fetchResultDetails

boolean fetchResultDetails

sourceOIDs

int[] sourceOIDs

relationshipId

int relationshipId

layerDefinitions

List<E> layerDefinitions

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

serialVersionUID: 1L

Serialized Fields

searchText

String searchText

contains

boolean contains

searchFields

List<E> searchFields

returnFields

List<E> returnFields

displayFieldName

String displayFieldName

maxRecordCount

int maxRecordCount

fetchResultDetails

boolean fetchResultDetails

layerDefinitions

List<E> layerDefinitions

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

serialVersionUID: 1L

Serialized Fields

context

WebContext context
The WebQuery associated WebContext.


funcs

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


layers

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


pointGraphics

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

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

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

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

List<E> layerDefinitions

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

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

serialVersionUID: 1L

Serialized Fields

label

String label

description

String description

maximumValue

double maximumValue

symbol

WebSymbol symbol

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

serialVersionUID: 1L

Serialized Fields

classBreakInfos

List<E> classBreakInfos

defaultLabel

String defaultLabel

defaultSymbol

WebSymbol defaultSymbol

field

String field

minimumValue

double minimumValue

cbrValues

List<E> cbrValues

Class com.esri.adf.web.data.renderer.WebGroupRenderer extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

renderers

List<E> renderers

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

serialVersionUID: 1L

Serialized Fields

symbol

WebSymbol symbol

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

serialVersionUID: 1L

Serialized Fields

label

String label

description

String description

value

String value

symbol

WebSymbol symbol

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

serialVersionUID: 1L

Serialized Fields

uniqueValueInfos

List<E> uniqueValueInfos

defaultLabel

String defaultLabel

defaultSymbol

WebSymbol defaultSymbol

field1

String field1

field2

String field2

field3

String field3

fieldDelimiter

String fieldDelimiter

uvrValues

List<E> uvrValues

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

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

serialVersionUID: 1L

Serialized Fields

header

String header

displayNameMethodName

String displayNameMethodName

detailsMethodName

String detailsMethodName

actionMethodNames

Map<K,V> actionMethodNames

removeMethodName

String removeMethodName

layerDefinitions

List<E> layerDefinitions

showInfoWindow

boolean showInfoWindow

graphicsResource

GraphicsResource graphicsResource

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

serialVersionUID: 1L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

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

actionNames

List<E> actionNames

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

serialVersionUID: 1L

Serialized Fields

result

Object result

resultDesc

ResultDescriptor resultDesc

children

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

List<E> items

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

serialVersionUID: 1L

Serialized Fields

resultNodes

List<E> resultNodes

observers

List<E> observers

showOpenResultLink

boolean showOpenResultLink

graphicsResultNodes

Map<K,V> graphicsResultNodes

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

serialVersionUID: 1L

Serialized Fields

nodes

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

URL location

fileName

String fileName

xOffset

double xOffset

yOffset

double yOffset

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

serialVersionUID: 1L

Serialized Fields

mapDistance

double mapDistance

mapUnit

int mapUnit

scalebarType

String scalebarType

scaleLabelFont

Font scaleLabelFont

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

serialVersionUID: 1L

Serialized Fields

color

String color

type

String type

capType

String capType

joinType

String joinType

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

serialVersionUID: 1L

Serialized Fields

color

String color

type

int type

outlineColor

String outlineColor

xOffset

double xOffset

yOffset

double yOffset

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

serialVersionUID: 1L

Serialized Fields

fillTransparency

double fillTransparency

fillColor

String fillColor

fillType

String fillType

fillInterval

int fillInterval

Class com.esri.adf.web.data.symbol.WebSymbol extends 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

List<E> textValues

fontName

String fontName

fontColor

String fontColor

outlineColor

String outlineColor

glowingColor

String glowingColor

shadowColor

String shadowColor

fontStyle

String fontStyle

characterIndex

int characterIndex

fontSize

int fontSize

markerColor

String markerColor

markerType

int markerType

textPosition

int textPosition

textAngle

double textAngle

markerAngle

double markerAngle

xOffset

double xOffset

yOffset

double yOffset

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 FeatureDescriptor implements Serializable

serialVersionUID: 1L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

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

style

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


styleClass

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


toolTip

String toolTip
The tool tip text for the button.


defaultImage

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


hoverImage

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


selectedImage

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


disabledImage

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


justBeenDisabled

boolean justBeenDisabled

showLoadingImage

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


rendererType

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


paramToValidate

List<E> paramToValidate

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

serialVersionUID: 1L

Serialized Fields

_compList

ArrayList<E> _compList

_positionList

ArrayList<E> _positionList

_style

String _style

_styleClass

String _styleClass

_id

String _id

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

Serialized Fields

_style

String _style

_styleClass

String _styleClass

Class com.esri.adf.web.data.tasks.SimpleTaskInfo extends 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

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(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
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 FeatureDescriptor implements Serializable

serialVersionUID: 1L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

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

taskClass

Class<T> taskClass
The task Class


disabled

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


helpUrl

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 FeatureDescriptor implements Serializable

serialVersionUID: 1L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

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

paramClass

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


rendererType

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.


selectionSize

int selectionSize
Set the height of multiple selection list box


taskParamValidator

TaskParamValidator taskParamValidator

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

serialVersionUID: 1L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

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

clientAction

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


cursor

String cursor
The cursor to be displayed on the map control when this tool is active. e.g. cross hair


lineColor

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 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.data.tasks.validator

Class com.esri.adf.web.data.tasks.validator.DateValidator extends GenericValidator implements Serializable

serialVersionUID: 1L

Serialized Fields

dateFormat

SimpleDateFormat dateFormat

timeFormat

SimpleDateFormat timeFormat

Class com.esri.adf.web.data.tasks.validator.GenericValidator extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

validationRules

Properties validationRules
Stores the Dojo Dijit property/value.


invalidMessage

String invalidMessage
The message to display if value is invalid. read from the message file if not overridden.


promptMessage

String promptMessage
If defined, display this hint string immediately on focus to the textbox, if empty. Think of this like a tooltip that tells the user what to do, not an error message that tells the user what they've done wrong. Message disappears when user starts typing.


required

boolean required

Class com.esri.adf.web.data.tasks.validator.NumberSpinner extends NumberValidator implements Serializable

serialVersionUID: 1L

Serialized Fields

smallDelta

long smallDelta

largeDelta

long largeDelta

Class com.esri.adf.web.data.tasks.validator.NumberValidator extends GenericValidator implements Serializable

serialVersionUID: 1L

Serialized Fields

constraints

Map<K,V> constraints

className

String className

minValue

double minValue

maxValue

double maxValue

rangeMessage

String rangeMessage

Class com.esri.adf.web.data.tasks.validator.StringValidator extends GenericValidator implements Serializable

serialVersionUID: 1L

Serialized Fields

convertToLowerCase

boolean convertToLowerCase
Converts all the characters to lower case if true. Default is false.


convertToUpperCase

boolean convertToUpperCase
Converts all the characters to upper case if true. Default is false.


properCase

boolean properCase
Converts the first character of each word to upper case if true. Default is true.


trim

boolean trim
Removes leading and trailing whitespace(s) if true. Default is false.


regExp

String regExp
Regular expression string used to validate the input Do not specify both regExp and regExpGen.


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

String mapId

defaultImage

String defaultImage

hoverImage

String hoverImage

selectedImage

String selectedImage

clientAction

String clientAction

serverAction

String serverAction

styleClass

String styleClass

style

String style

disabled

boolean disabled

value

String value

type

String type

toolTip

String toolTip

onclick

String onclick

collectionId

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

String mapId

width

int width

widthSet

boolean widthSet

height

int height

heightSet

boolean heightSet

xslUrl

URL xslUrl

style

String style

styleClass

String styleClass

clientPostBack

boolean clientPostBack

clientPostBackSet

boolean clientPostBackSet

lineColor

String lineColor

lineWidth

int lineWidth

lineWidthSet

boolean lineWidthSet

staticImageUrl

String staticImageUrl

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

Map<K,V> parameters

The parameters of the current request

Class com.esri.adf.web.faces.event.ADFPhaseListener extends 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 Object implements Serializable

serialVersionUID: 1L

Serialized Fields

controlId

String controlId

requestParameters

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

Class com.esri.adf.web.faces.event.ContinuousPanPhaseListener extends 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 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 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 Object implements Serializable

serialVersionUID: 1L

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

serialVersionUID: 1L

Serialized Fields

task

Object task

action

TaskActionDescriptorModel action

Class com.esri.adf.web.faces.event.TaskRenderPhaseListener extends 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

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


contextMenuItemValue

String contextMenuItemValue
the value of the context menu item to be processed

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

serialVersionUID: 1L

Serialized Fields

checked

boolean checked

node

TocNode node

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

serialVersionUID: 1L

Serialized Fields

key

String key

actionClass

String actionClass

actionMethodExpr

String actionMethodExpr

taskControlId

String taskControlId

clientAction

String clientAction

showLoading

boolean showLoading

cursor

String cursor

attributes

Map<K,V> attributes

toolType

int toolType

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

serialVersionUID: 1L

Serialized Fields

name

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


description

String description
A text description of this collection.


collection

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


activeToolKey

String activeToolKey

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

serialVersionUID: 1L

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

serialVersionUID: 1L

Class com.esri.adf.web.faces.event.ZoomOutToolAction extends 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.UIComponentELTag implements Serializable

serialVersionUID: 1L

Serialized Fields

serverAction

javax.el.MethodExpression serverAction

mapId

javax.el.ValueExpression mapId

value

javax.el.ValueExpression value

defaultImage

javax.el.ValueExpression defaultImage

hoverImage

javax.el.ValueExpression hoverImage

selectedImage

javax.el.ValueExpression selectedImage

clientAction

javax.el.ValueExpression clientAction

styleClass

javax.el.ValueExpression styleClass

style

javax.el.ValueExpression style

disabled

javax.el.ValueExpression disabled

type

javax.el.ValueExpression type

toolTip

javax.el.ValueExpression toolTip

onclick

javax.el.ValueExpression onclick

collectionId

javax.el.ValueExpression 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

String taskName

resourceId

String resourceId

helpURL

String helpURL

showInfoWindow

boolean showInfoWindow

renderer

WebRenderer renderer

highlightRenderer

WebRenderer highlightRenderer

findButtonText

String findButtonText

findButtonToolTip

String findButtonToolTip

calloutTemplate

String calloutTemplate

fetchResultDetails

boolean fetchResultDetails

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

serialVersionUID: 1L

Serialized Fields

mWebContext

WebContext mWebContext

taskInfo

MapToolsTaskInfo taskInfo

taskConfig

MapToolsTaskConfig taskConfig

panAction

boolean panAction

hybridPan

boolean hybridPan

tools

String tools

layerDefinitions

List<E> layerDefinitions

showInfoWindow

boolean showInfoWindow

identifiableLayers

Map<K,V> identifiableLayers

actions

Map<K,V> actions

resource

GISResource resource

layerId

int layerId

roundFactor

double roundFactor

distanceUnitsID

int distanceUnitsID

areaUnitsID

int areaUnitsID

distanceUnitsList

Map<K,V> distanceUnitsList

areaUnitsList

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 Object implements Serializable

serialVersionUID: 1L

Serialized Fields

panAction

boolean panAction
Deprecated. 

tools

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.PrintableResult extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

isCDATA

boolean isCDATA

Class com.esri.adf.web.tasks.PrintTask extends 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

String mapSizeUnit

taskInfo

PrintTaskTaskInfo taskInfo
TaskInfo class


printMapTitle

String printMapTitle
stores map title


mapSizeHashMap

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


mapSize

double mapSize

mapQualityHashMap

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


mapQuality

int mapQuality

resultListStr

String resultListStr
stores the query result


resultMaps

Map<K,V> resultMaps

isPrintResultOnly

boolean isPrintResultOnly
map elements


printNorthArrow

boolean printNorthArrow

printScalebar

boolean printScalebar

printLegend

boolean printLegend

legendColumns

int legendColumns

copyrightText

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

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

String printMapId
the key to trace printing map in the WebSession


deepestLevel

int deepestLevel
the deepest level of toc tree;


legendLayerHashMap

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


legendLayerVisibilityList

String legendLayerVisibilityList

graphicsLegendFirstTime

boolean graphicsLegendFirstTime
controls the initialization of graphics legend


printButtonText

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

String errorMessage

displayName

String displayName

printableResults

List<E> printableResults
Maintain and store the printable result list


printTemplate

String printTemplate

preserveScale

boolean preserveScale

visibleClientFeatures

String[] visibleClientFeatures

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 Object implements Serializable

serialVersionUID: 1L

Serialized Fields

fieldName

String fieldName

fieldLabel

String fieldLabel

fieldOperator

String fieldOperator

fieldValue

String fieldValue

fieldValues

Map<K,V> fieldValues

fieldType

String fieldType

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

serialVersionUID: 1L

Serialized Fields

mWebContext

WebContext mWebContext

taskInfo

QueryAttributesTaskInfo taskInfo

taskConfig

QueryAttributesTaskConfig taskConfig

actions

Map<K,V> actions

displayName

String displayName

helpURL

String helpURL

findButtonText

String findButtonText

toolTip

String toolTip

resourceId

String resourceId

layerId

int layerId

fieldLabel

String fieldLabel

fieldName

String fieldName

fieldOperator

String fieldOperator

fieldValue

String fieldValue

fieldType

String fieldType

whereClause

String whereClause

expressions

List<E> expressions

whereClauseSet

boolean whereClauseSet

layerDefinition

LayerDefinition layerDefinition

showInfoWindow

boolean showInfoWindow

resource

GISResource resource

returnFields

String returnFields

maxRecordCount

int maxRecordCount

displayFieldName

String displayFieldName

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

serialVersionUID: 1L

Serialized Fields

displayName

String displayName
Deprecated. 

labelText

String labelText
Deprecated. 

toolTip

String toolTip
Deprecated. 

findButtonText

String findButtonText
Deprecated. 

resource

GISResource resource
Deprecated. 

layerId

int layerId
Deprecated. 

fieldName

String fieldName
Deprecated. 

operator

String operator
Deprecated. 

defaultValue

String defaultValue
Deprecated. 

fieldType

String fieldType
Deprecated. 

displayFieldName

String displayFieldName
Deprecated. 

returnFields

String returnFields
Deprecated. 

maxRecordCount

int maxRecordCount
Deprecated. 

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

serialVersionUID: 1L

Serialized Fields

taskClass

Class<T> taskClass

taskDesc

TaskDescriptor taskDesc

taskParams

TaskParamDescriptor[] taskParams

taskActions

TaskActionDescriptor[] taskActions

layout

TabularLayout[] layout

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

serialVersionUID: 1L

Serialized Fields

mWebContext

WebContext mWebContext

taskInfo

SearchAttributesTaskInfo taskInfo

taskConfig

SearchAttributesTaskConfig taskConfig

displayName

String displayName

helpURL

String helpURL

defaultSearchTextValue

String defaultSearchTextValue

labelText

String labelText

buttonText

String buttonText

toolTip

String toolTip

layers

Map<K,V> layers

resource

GISResource resource

layerId

int layerId

layerIndex

int layerIndex

maxRecordCount

int maxRecordCount

displayFieldName

String displayFieldName

returnFields

List<E> returnFields

searchFields

List<E> searchFields

layerDefinitions

List<E> layerDefinitions

showInfoWindow

boolean showInfoWindow

searchableLayers

Map<K,V> searchableLayers

actions

Map<K,V> actions

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

serialVersionUID: 1L

Serialized Fields

buttonText

String buttonText
Deprecated. 

defaultValue

String defaultValue
Deprecated. 

displayFieldName

String displayFieldName
Deprecated. 

displayName

String displayName
Deprecated. 

labelText

String labelText
Deprecated. 

layerId

int layerId
Deprecated. 

maxRecordCount

int maxRecordCount
Deprecated. 

resource

GISResource resource
Deprecated. 

returnFields

String returnFields
Deprecated. 

searchFields

String searchFields
Deprecated. 

toolTip

String toolTip
Deprecated. 

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

serialVersionUID: 1L

Serialized Fields

name

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

Logger logger

repository

String repository

threshold

int threshold

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

serialVersionUID: 1L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

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

poolSize

int poolSize

Package com.esri.adf.web.ve

Class com.esri.adf.web.ve.ADFVEException extends ADFException implements Serializable

serialVersionUID: 1L


Package com.esri.adf.web.ve.data

Class com.esri.adf.web.ve.data.VEResource extends GISResource implements Serializable

serialVersionUID: 7121211667567900078L

Serialized Fields

endPointURL

String endPointURL

appId

String appId

Class com.esri.adf.web.ve.data.VETile extends Object implements Serializable

serialVersionUID: 5784333005125439783L

Serialized Fields

column

int column

row

int row

Class com.esri.adf.web.ve.data.VETokenInfo extends Object implements Serializable

serialVersionUID: -803180180035839288L

Serialized Fields

url

String url

timeToLive

int timeToLive

ipAddress

String ipAddress

Class com.esri.adf.web.ve.data.VEUser extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

userName

String userName

password

String password

passwordEncrypted

boolean passwordEncrypted

Package com.esri.adf.web.ve.data.geocode

Class com.esri.adf.web.ve.data.geocode.VEGeocodeFunctionality extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

veGeocodeResource

VEGeocodeResource veGeocodeResource

fields

String[] fields

aliases

HashMap<K,V> aliases

address

HashMap<K,V> address

zoomFactor

double zoomFactor

scoreHigh

int scoreHigh

scoreMedium

int scoreMedium

scoreLow

int scoreLow

minScore

int minScore

Class com.esri.adf.web.ve.data.geocode.VEGeocodeResource extends VEResource implements Serializable

serialVersionUID: 7727800081724458219L


Package com.esri.adf.web.ve.data.imagery

Class com.esri.adf.web.ve.data.imagery.VEImageryFunctionality extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

mapScale

double mapScale

veResource

VEImageryResource veResource

currentExtent

WebExtent currentExtent

fullExtent

WebExtent fullExtent

initialExtent

WebExtent initialExtent

disabled

boolean disabled

transparency

double transparency

Class com.esri.adf.web.ve.data.imagery.VEImageryResource extends VEResource implements Serializable

serialVersionUID: 7121211667567900078L

Class com.esri.adf.web.ve.data.imagery.VEOverviewFunctionality extends Object implements Serializable

serialVersionUID: 6899892187772766478L

Serialized Fields

veImageryResource

VEImageryResource veImageryResource
The VEImageryResource this functionality pertains to


disabled

boolean disabled
Flag for enabling/disabling this functionality

Class com.esri.adf.web.ve.data.imagery.VETileFunctionality extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

veImageryRes

VEImageryResource veImageryRes

veFunc

VEImageryFunctionality veFunc

wmap

WebMap wmap

currOriginContainingTile

ContainingTile currOriginContainingTile

lodInfos

ArrayList<E> lodInfos

baseUrl

String baseUrl

mapStyle

String mapStyle

locale

String locale

tileWidth

int tileWidth

tileHeight

int tileHeight

origin

WebPoint origin

currLodInfo

WebLodInfo currLodInfo

tileImageFormat

String tileImageFormat

subDomain

String[] subDomain

Class com.esri.adf.web.ve.data.imagery.VETocFunctionality extends Object implements Serializable

serialVersionUID: 1504132402177261178L

Serialized Fields

veImageryResource

VEImageryResource veImageryResource
The VEImageryResource this functionality pertains to


mFunc

VETileFunctionality mFunc

updateOverviewOnMapStyleChange

boolean updateOverviewOnMapStyleChange

Class com.esri.adf.web.ve.data.imagery.VETocNodeContent extends TocNodeContent implements Serializable

serialVersionUID: 1L

Serialized Fields

contextMenu

ArrayList<E> contextMenu

tileFunc

VETileFunctionality tileFunc

tocFunc

VETocFunctionality tocFunc

Package com.esri.adf.web.ve.util

Class com.esri.adf.web.ve.util.VEUtil extends Object implements Serializable

serialVersionUID: 607109812249125227L


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 Object implements Serializable

serialVersionUID: 1L

Serialized Fields

wmsMapResource

WMSMapResource wmsMapResource

fullExtent

WebExtent fullExtent

initialExtent

WebExtent initialExtent

disabled

boolean disabled

transparency

double transparency

imageFormat

String imageFormat

contextCurrentExtent

WebExtent contextCurrentExtent

layers

List<E> layers

wmsResSr

com.esri.wms.client.SpatialReference wmsResSr

firstTime

boolean firstTime

urlAccessible

Boolean urlAccessible

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

serialVersionUID: 1L

Serialized Fields

wmsURL

String wmsURL

userName

String userName

password

String password

passwordEncrypted

boolean passwordEncrypted

wmsSvrConn

com.esri.wms.client.ServerConnection wmsSvrConn

wmsMap

com.esri.wms.client.Map wmsMap

wmsVersion

String wmsVersion

spatialReferenceId

int spatialReferenceId

Class com.esri.adf.web.wms.data.WMSOverviewFunctionality extends 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

String imageFormat

layers

List<E> layers

wmsResSr

com.esri.wms.client.SpatialReference wmsResSr

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

serialVersionUID: 1L

Serialized Fields

wmsResource

WMSMapResource wmsResource

mFunc

WMSMapFunctionality mFunc

mToc

WebToc mToc

showAllLayers

boolean showAllLayers

hideLayers

String hideLayers

initialVisibleLayerCount

int initialVisibleLayerCount

customLayerContentClassName

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


customLayerContentClass

Class<T> customLayerContentClass

isSecure

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 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