@Entity public class TileService extends GeoService
| Modifier and Type | Field and Description |
|---|---|
static String |
PARAM_CRS |
static String |
PARAM_IMAGEEXTENSION |
static String |
PARAM_RESOLUTIONS |
static String |
PARAM_SERVICEBBOX |
static String |
PARAM_SERVICENAME |
static String |
PARAM_TILESIZE |
static String |
PARAM_TILINGPROTOCOL |
static String |
PROTOCOL |
DETAIL_ORIGINAL_NAME, DETAIL_OVERRIDDEN_URL, DETAIL_USE_INTERSECT, DETAIL_USE_PROXY, PARAM_MUST_LOGIN, PARAM_ONLINE_CHECK_ONLY, PARAM_PASSWORD, PARAM_USERNAME| Constructor and Description |
|---|
TileService() |
| Modifier and Type | Method and Description |
|---|---|
void |
checkOnline(javax.persistence.EntityManager em) |
Layer |
getTilingLayer()
Get the layer that contains the tiling settings etc.
|
String |
getTilingProtocol() |
GeoService |
loadFromUrl(String url,
Map params,
WaitPageStatus status,
javax.persistence.EntityManager em) |
void |
setTilingProtocol(String tilingProtocol) |
org.json.JSONObject |
toJSONObject(boolean flatten,
Set<String> layersToInclude,
boolean validXmlTags,
boolean includeAuthorizations,
javax.persistence.EntityManager em) |
org.json.JSONObject |
toJSONObject(boolean flatten,
Set<String> layersToInclude,
boolean validXmlTags,
javax.persistence.EntityManager em) |
authorizationsModified, getAuthorizationsModified, getCategory, getDetails, getId, getKeywords, getLayer, getLayerChildrenCache, getName, getPassword, getProtocol, getSingleLayer, getStyleLibraries, getTopLayer, getUrl, getUsername, initLayerCollectionsForUpdate, isMonitoringEnabled, isMonitoringStatusOK, loadFromUrl, loadLayerTree, removeAllLayers, setAllChildrenDetail, setAuthorizationsModified, setCategory, setDetails, setId, setKeywords, setMonitoringEnabled, setMonitoringStatusOK, setName, setPassword, setStyleLibraries, setTopLayer, setUrl, setUsername, toJSONObjectpublic static final String PROTOCOL
public static final String PARAM_RESOLUTIONS
public static final String PARAM_TILESIZE
public static final String PARAM_TILINGPROTOCOL
public static final String PARAM_SERVICENAME
public static final String PARAM_SERVICEBBOX
public static final String PARAM_IMAGEEXTENSION
public static final String PARAM_CRS
public String getTilingProtocol()
public void setTilingProtocol(String tilingProtocol)
public void checkOnline(javax.persistence.EntityManager em)
throws Exception
checkOnline in class GeoServiceExceptionpublic GeoService loadFromUrl(String url, Map params, WaitPageStatus status, javax.persistence.EntityManager em)
loadFromUrl in class GeoServicepublic Layer getTilingLayer()
public org.json.JSONObject toJSONObject(boolean flatten,
Set<String> layersToInclude,
boolean validXmlTags,
javax.persistence.EntityManager em)
throws org.json.JSONException
toJSONObject in class GeoServiceorg.json.JSONExceptionpublic org.json.JSONObject toJSONObject(boolean flatten,
Set<String> layersToInclude,
boolean validXmlTags,
boolean includeAuthorizations,
javax.persistence.EntityManager em)
throws org.json.JSONException
toJSONObject in class GeoServiceorg.json.JSONExceptionCopyright © 2016. All rights reserved.