public class ArcGISTiledMapServiceLayer extends TiledMapServiceLayer
Modifier and Type | Class and Description |
---|---|
static class |
ArcGISTiledMapServiceLayer.Options
Optional parameters for constructor
|
Modifier and Type | Method and Description |
---|---|
static ArcGISTiledMapServiceLayer |
create(java.lang.String uri)
Creates a new ArcGISTiledMapServiceLayer object.
|
static ArcGISTiledMapServiceLayer |
create(java.lang.String uri,
ArcGISTiledMapServiceLayer.Options options)
Creates a new ArcGISTiledMapServiceLayer object.
|
java.lang.String |
getCapabilites()
Capabilities of the map service, possible values are Map, Query and Data.
|
java.lang.String |
getCopyright()
Copyright string as defined by the map service.
|
java.lang.String |
getDescription()
Map description as defined by the map service.
|
com.google.gwt.core.client.JsArray<LayerInfo> |
getLayerInfos()
Returns the available layers in service and their default visibility.
|
int |
getMaxImageHeight()
The maximum image height , in pixels, that the map service will export.
|
int |
getMaxImageWidth()
The maximum image width, in pixels, that the map service will export.
|
int |
getMaxRecordCount()
The maximum number of results that can be returned from query, identify and find operations.
|
com.google.gwt.core.client.JsArray<TimeInfo> |
getTimeInfo()
Temporal information for the layer, such as time extent.
|
java.lang.String |
getUnits()
Default units of the layer as defined by the service.
|
double |
getVersion()
The version of ArcGIS Server where the map service is published.
|
getFullExtent, getInitialExtent, getSpatialReference, getTileInfo, getTileUrl, refresh
addErrorHandler, addLoadHandler, addOpacityChangeHandler, addUpdateEndHandler, addUpdateHandler, addUpdateStartHandler, addVisibilityChangeHandler, getCredential, getId, getOpacity, getUrl, hide, isloaded, isVisible, setOpacity, setVisibility, show
public static ArcGISTiledMapServiceLayer create(java.lang.String uri)
uri
- - URL to the ArcGIS Server REST resource at represents a map service.public static ArcGISTiledMapServiceLayer create(java.lang.String uri, ArcGISTiledMapServiceLayer.Options options)
uri
- - URL to the ArcGIS Server REST resource at represents a map service.options
- - Optional parameters.public final java.lang.String getCapabilites()
public final java.lang.String getCopyright()
public final java.lang.String getDescription()
public final com.google.gwt.core.client.JsArray<LayerInfo> getLayerInfos()
public final com.google.gwt.core.client.JsArray<TimeInfo> getTimeInfo()
public final int getMaxImageHeight()
public final int getMaxImageWidth()
public final int getMaxRecordCount()
public final java.lang.String getUnits()
public final double getVersion()