Serialized Form


Package com.esri.wms.client

Class com.esri.wms.client.Envelope extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

minX

double minX

minY

double minY

maxX

double maxX

maxY

double maxY

spatialReference

SpatialReference spatialReference

Class com.esri.wms.client.Feature extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

fields

ArrayList<E> fields

Class com.esri.wms.client.Field extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

name

String name

value

String value

Class com.esri.wms.client.GenericRequest extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

request

Map<K,V> request
The Map handling the request key/value pairs.

Class com.esri.wms.client.ImageURL extends ResourceURL implements Serializable

serialVersionUID: 1L

Serialized Fields

width

Integer width
The image width in pixels.


height

Integer height
The image height in pixels.

Class com.esri.wms.client.Layer extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

layers

List<E> layers
Sub-layers of the layer.


validStyles

List<E> validStyles
Zero or more Styles may be advertised for a Layer or collection of layers using Style elements, each of which shall have Name and Title elements. The style's Name is used in the Map request STYLES parameter. The Title is a human-readable string. If only a single style is available, that style is known as the "default" style and need not be advertised by the server.


spatialReferences

List<E> spatialReferences
Supported spatial reference of the layer.


name

String name
If, and only if, a layer has a Name, then it is a map layer that can be requested by using that Name in the LAYERS parameter of a GetMap request. A Layer that contains a Name element is referred to as a "named layer" in this International Standard. If the layer has a Title but no Name, then that layer is only a category title for all the layers nested within.


title

String title
A Title is mandatory for all layers; it is a human-readable string for presentation in a menu. The Title is not inherited by child Layers.


abstractInfo

String abstractInfo
The abstract information of the layer.


queryable

boolean queryable
True if the layer supports GetFeatureInfo operation.


cascaded

boolean cascaded
True if the layer has not been retransmitted by a Cascading Map Server.


noSubsets

boolean noSubsets
false: WMS can map a subset of the full bounding box. true: WMS can only map the entire bounding box.


fixedWidth

Integer fixedWidth
0: WMS can produce map of arbitrary width. nonzero: value is fixed map width that cannot be changed by the WMS.


fixedHeight

Integer fixedHeight
0: WMS can produce map of arbitrary height. nonzero: value is fixed map height that cannot be changed by the WMS.


opaque

boolean opaque
false: map data represents vector features that probably do not completely fill space. true: map data are mostly or completely opaque.


minScale

double minScale
Defines the lower range of scales for which it is appropriate to display the layer.


maxScale

double maxScale
Defines the upper range of scales for which it is appropriate to display the layer.


extents

List<E> extents
The BoundingBoxs of the layer.


fullExtent

Envelope fullExtent
The full extent of the layer.


style

NamedStyle style
Different than validStyles, this property is the layer style for GetMap operation. Set it to null to use the default style.


visible

boolean visible
True if the layer is visible.


disabled

boolean disabled

Class com.esri.wms.client.Map extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

layer

Layer layer

wmsServer

ServerConnection wmsServer

fullExtent

Envelope fullExtent

transparent

Boolean transparent

width

int width

height

int height

backgroundColor

Color backgroundColor

extent

Envelope extent

defaultSpatialReference

SpatialReference defaultSpatialReference

cachedFilter

List<E> cachedFilter

Class com.esri.wms.client.MapURL extends ImageURL implements Serializable

serialVersionUID: 1L

Serialized Fields

extent

Envelope extent
The map extent.

Class com.esri.wms.client.NamedStyle extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

name

String name
The style's Name is used in the Map request STYLES parameter. The Title is a human-readable string.


title

String title
The style's Name is used in the Map request STYLES parameter. The Title is a human-readable string.


abstractInfo

String abstractInfo
Provides a narrative description.


legendURLs

ArrayList<E> legendURLs
LegendURL contains the location of an image of a map legend appropriate to the enclosing style.


styleSheetURL

ResourceURL styleSheetURL
style sheet URL of the style.


m_styleURL

ResourceURL m_styleURL
style URL of the style.

Class com.esri.wms.client.Point extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

m_x

double m_x

m_y

double m_y

m_spatialReference

SpatialReference m_spatialReference

Class com.esri.wms.client.RequestHandler extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

respListeners

List<E> respListeners
The response listener list.


reqListener

RequestListener reqListener
The Request Listener.


httpConn

HttpConnectionChannel httpConn

Class com.esri.wms.client.ResourceURL extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

typeMIME

String typeMIME
URL MIME type.


URL

String URL
The URL string.

Class com.esri.wms.client.ServerConnection extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

defaultMapRef

SpatialReference defaultMapRef
The default spatial reference of the maps associated with this server. It is specified by the server.


requestHandler

RequestHandler requestHandler

svrURL

String svrURL

exceptionFormat

String exceptionFormat

serverVersion

String serverVersion

httpReferrer

String httpReferrer

userName

String userName

password

String password

featureInfoFormats

ArrayList<E> featureInfoFormats

mapFormats

ArrayList<E> mapFormats

capsFormats

ArrayList<E> capsFormats

exceptionFormats

ArrayList<E> exceptionFormats

mapServiceURL

String mapServiceURL

featureInfoServiceURL

String featureInfoServiceURL

capabilitiesServiceURL

String capabilitiesServiceURL

serverName

String serverName

serverTitle

String serverTitle

serverAbstract

String serverAbstract

serverMap

Map serverMap

Class com.esri.wms.client.ServiceException extends RuntimeException implements Serializable

serialVersionUID: 1L

Class com.esri.wms.client.SpatialReference extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

name

String name

Package com.esri.wms.http

Class com.esri.wms.http.HttpClientConnectionChannelImpl extends HttpConnectionChannel 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

Class com.esri.wms.http.HttpConnectionChannel extends Object implements Serializable

Class com.esri.wms.http.URLConnectionChannelImpl extends HttpConnectionChannel implements Serializable

serialVersionUID: 1L