public class MapServer extends Service
FORMAT_PARAMETER| Modifier | Constructor and Description |
|---|---|
protected |
MapServer() |
| Modifier and Type | Method and Description |
|---|---|
BoundingBoxDoubleGf |
getBoundingBox(int zoomLevel,
int tileX,
int tileY) |
String |
getCapabilities() |
String |
getCopyrightText() |
String |
getDescription() |
Map<String,String> |
getDocumentInfo() |
BoundingBox |
getFullExtent() |
BoundingBox |
getInitialExtent() |
List<LayerDescription> |
getLayers() |
String |
getMapName() |
double |
getResolution(int zoomLevel) |
Boolean |
getSingleFusedMapCache() |
String |
getSupportedImageFormatTypes() |
List<TableDescription> |
getTables() |
BufferedImage |
getTileImage(int zoomLevel,
int tileX,
int tileY) |
TileInfo |
getTileInfo() |
String |
getTileUrl(int zoomLevel,
int tileX,
int tileY) |
int |
getTileX(int zoomLevel,
double x) |
int |
getTileY(int zoomLevel,
double y) |
TimeInfo |
getTimeInfo() |
String |
getUnits() |
int |
getZoomLevel(double metresPerPixel) |
getServiceDescription, getServiceName, getServiceType, setServiceNamegetCurrentVersion, getPath, getServiceUrl, getValues, init, setCatalog, setName, setServiceUrlgetBoundingBox, getDoubleValue, getIntValue, getList, getObject, getSpatialReference, getValue, setValues, toStringpublic BoundingBoxDoubleGf getBoundingBox(int zoomLevel, int tileX, int tileY)
public String getCapabilities()
public String getCopyrightText()
public String getDescription()
public BoundingBox getFullExtent()
public BoundingBox getInitialExtent()
public List<LayerDescription> getLayers()
public String getMapName()
public double getResolution(int zoomLevel)
public Boolean getSingleFusedMapCache()
public String getSupportedImageFormatTypes()
public List<TableDescription> getTables()
public BufferedImage getTileImage(int zoomLevel, int tileX, int tileY)
public TileInfo getTileInfo()
public String getTileUrl(int zoomLevel, int tileX, int tileY)
public int getTileX(int zoomLevel,
double x)
public int getTileY(int zoomLevel,
double y)
public TimeInfo getTimeInfo()
public String getUnits()
public int getZoomLevel(double metresPerPixel)
Copyright © 2015 Revolution Systems Inc.. All rights reserved.