Overview
Package
Class
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
L
M
N
O
P
Q
R
S
T
U
V
W
S
sendURLRequest(String)
- Method in class com.esri.wms.http.
HttpClientConnectionChannelImpl
sendURLRequest(String, String)
- Method in class com.esri.wms.http.
HttpClientConnectionChannelImpl
sendURLRequest(String, String, String, String)
- Method in class com.esri.wms.http.
HttpClientConnectionChannelImpl
sendURLRequest(String)
- Method in class com.esri.wms.http.
HttpConnectionChannel
Send the URL request using the HTTP Connection channel available
sendURLRequest(String, String)
- Method in class com.esri.wms.http.
HttpConnectionChannel
Send the URL request using the HTTP Connection channel available
sendURLRequest(String, String, String, String)
- Method in class com.esri.wms.http.
HttpConnectionChannel
Send the URL request using the HTTP Connection channel available
sendURLRequest(String)
- Method in class com.esri.wms.http.
URLConnectionChannelImpl
sendURLRequest(String, String)
- Method in class com.esri.wms.http.
URLConnectionChannelImpl
sendURLRequest(String, String, String, String)
- Method in class com.esri.wms.http.
URLConnectionChannelImpl
ServerConnection
- Class in
com.esri.wms.client
ServerConnection is an entry point of the client API.
ServerConnection()
- Constructor for class com.esri.wms.client.
ServerConnection
Instantiates an empty ServerConnection.
ServerConnection(String)
- Constructor for class com.esri.wms.client.
ServerConnection
Instantiates an object of ServerConnection.
ServerConnection(String, String)
- Constructor for class com.esri.wms.client.
ServerConnection
Instantiates an object of ServerConnection with the given version.
ServerConnection(String, String, RequestHandler)
- Constructor for class com.esri.wms.client.
ServerConnection
Instantiates an object of ServerConnection with a given RequestHandler.
ServiceException
- Exception in
com.esri.wms.client
Defines WMS services exceptions.
ServiceException(String)
- Constructor for exception com.esri.wms.client.
ServiceException
Constructs an instance of ServiceException with given message.
serviceProperties
- Static variable in class com.esri.wms.client.
SpatialReference
The serviceProperties is persisted in the "services.properties" file.
setBackgroundColor(Color)
- Method in class com.esri.wms.client.
Map
Sets the background color of the Map.
setCapabilitiesServiceURL(String)
- Method in class com.esri.wms.client.
RequestHandler
Sets the URL of the GetCapabilities service.
setDefaultMapRef(SpatialReference)
- Method in class com.esri.wms.client.
RequestHandler
Set the default Map Spatial reference.
setDefaultSpatialReference(SpatialReference)
- Method in class com.esri.wms.client.
Map
Sets the default spatial reference for the map rendering.
setDisabled(boolean)
- Method in class com.esri.wms.client.
Layer
Sets whether the layer should be disabled.
setExceptionFormat(String)
- Method in class com.esri.wms.client.
ServerConnection
Sets the format of exception for the communication.
setExtent(Envelope)
- Method in class com.esri.wms.client.
Map
Sets the extend of the map.
setFeatureInfoServiceURL(String)
- Method in class com.esri.wms.client.
RequestHandler
Sets the URL of the GetFeatureInfo service.
setHeight(int)
- Method in class com.esri.wms.client.
Map
Sets the height of the map.
setHttpReferrer(String)
- Method in class com.esri.wms.client.
ServerConnection
Sets the HTTP Referrer URL used while connecting WMS Service.
setLoggerLevel(Level)
- Static method in class com.esri.wms.client.
ServerConnection
Sets the logger level of the API.
setMapServiceURL(String)
- Method in class com.esri.wms.client.
RequestHandler
Sets the URL of the GetMap service.
setMaxX(double)
- Method in class com.esri.wms.client.
Envelope
Sets the maximum x coordinate value of the envelope objects.
setMaxY(double)
- Method in class com.esri.wms.client.
Envelope
Sets the maximum y coordinate value of the envelope objects.
setMinX(double)
- Method in class com.esri.wms.client.
Envelope
Sets the minimum x coordinate value of the envelope objects.
setMinY(double)
- Method in class com.esri.wms.client.
Envelope
Sets the minimum y coordinate value of the envelope objects.
setName(String)
- Method in class com.esri.wms.client.
Field
Sets the name of the field.
setName(String)
- Method in class com.esri.wms.client.
NamedStyle
Sets the name of the style.
setName(String)
- Method in class com.esri.wms.client.
SpatialReference
Sets the name of the SpatialReference.
setPassword(String)
- Method in class com.esri.wms.client.
ServerConnection
Sets password while connecting WMS Service.
setRequestHandler(RequestHandler)
- Method in class com.esri.wms.client.
ServerConnection
Overrides the default RequestHandler with the given one.
setRequestListener(RequestListener)
- Method in class com.esri.wms.client.
RequestHandler
Sets the request listener.
setRequestParameters(Map<String, String>)
- Method in class com.esri.wms.client.
GenericRequest
Replaces the request by the given one.
setServer(ServerConnection)
- Method in class com.esri.wms.client.
RequestHandler
Sets the server associated with the handler.
setServerAbstract(String)
- Method in class com.esri.wms.client.
RequestHandler
Sets the server abstract information.
setServerName(String)
- Method in class com.esri.wms.client.
RequestHandler
Sets the name of the server.
setServerTitle(String)
- Method in class com.esri.wms.client.
RequestHandler
Sets the title of the server.
setServerVersion(String)
- Method in class com.esri.wms.client.
RequestHandler
Set the version of the communication.
setServerVersion(String)
- Method in class com.esri.wms.client.
ServerConnection
Sets the version to which the instance connect.
setSpatialReference(SpatialReference)
- Method in class com.esri.wms.client.
Envelope
Sets the spatial reference of the envelope.
setSpatialReference(SpatialReference)
- Method in class com.esri.wms.client.
Point
Sets the spatial reference of the point.
setStyle(NamedStyle)
- Method in class com.esri.wms.client.
Layer
Sets the style of the Layer.
setTransparent(Boolean)
- Method in class com.esri.wms.client.
Map
Sets to true if the map has a transparent background.
setUserName(String)
- Method in class com.esri.wms.client.
ServerConnection
Sets username while connecting WMS Service.
setValue(String)
- Method in class com.esri.wms.client.
Field
Sets the new value of the field.
setVisible(boolean)
- Method in class com.esri.wms.client.
Layer
Sets to true if the layer is visible.
setWidth(int)
- Method in class com.esri.wms.client.
Map
Sets the width of the Map.
setX(double)
- Method in class com.esri.wms.client.
Point
Sets the Point x coordinate location value.
setY(double)
- Method in class com.esri.wms.client.
Point
Sets the Point y coordinate location value.
SpatialReference
- Class in
com.esri.wms.client
Defines a CRS or a SRS.
SpatialReference()
- Constructor for class com.esri.wms.client.
SpatialReference
Instantiates an object of SpatialReference.
SpatialReference(String)
- Constructor for class com.esri.wms.client.
SpatialReference
Instantiates an object of SpatialReference with the given name.
spatialReferences
- Variable in class com.esri.wms.client.
Layer
Supported spatial reference of the layer.
SPEC_VER_1_0_0
- Static variable in class com.esri.wms.client.
ServerConnection
WMS version 1.0.0
SPEC_VER_1_1_0
- Static variable in class com.esri.wms.client.
ServerConnection
WMS version 1.1.0
SPEC_VER_1_1_1
- Static variable in class com.esri.wms.client.
ServerConnection
WMS version 1.1.1
SPEC_VER_1_3_0
- Static variable in class com.esri.wms.client.
ServerConnection
WMS version 1.3.0
startElement(ResponseListener.Service, String, String, String, Attributes)
- Method in interface com.esri.wms.client.
ResponseListener
Receives notification of the start of an element.
style
- Variable in class com.esri.wms.client.
Layer
Different than validStyles, this property is the layer style for GetMap operation.
styleSheetURL
- Variable in class com.esri.wms.client.
NamedStyle
style sheet URL of the style.
supportedVersion
- Static variable in class com.esri.wms.client.
ServerConnection
All supported versions.
SWAP_AXIS_ENABLED
- Static variable in class com.esri.wms.client.
SpatialReference
Sets to false to disable the axis swap.
swapAxis()
- Method in class com.esri.wms.client.
Envelope
Swaps the x y axis of the envelope.
swapAxis(String)
- Method in class com.esri.wms.client.
SpatialReference
Return true if the SpatialReference need to swap x, y axis.
Overview
Package
Class
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
L
M
N
O
P
Q
R
S
T
U
V
W