public class LayerTreeSupport extends Object
| Constructor and Description |
|---|
LayerTreeSupport() |
| Modifier and Type | Method and Description |
|---|---|
static org.json.JSONObject |
createTree(javax.persistence.EntityManager em,
String rootName,
Set organizationLayers,
boolean checkLayers) |
static org.json.JSONObject |
createTreeList(Set layers,
Set organizationLayers,
org.json.JSONObject parent,
boolean checkLayers) |
static org.json.JSONObject |
createWfsTree(javax.persistence.EntityManager em,
String rootName,
Set organizationLayers,
boolean checkLayers) |
static org.json.JSONObject |
createWfsTreeList(Set layers,
Set organizationLayers,
org.json.JSONObject parent,
boolean checkLayers) |
static nl.b3p.wms.capabilities.Layer |
getLayerByUniqueName(javax.persistence.EntityManager em,
String uniqueName) |
static nl.b3p.ogc.wfs.v110.WfsLayer |
getWfsLayerByUniqueName(javax.persistence.EntityManager em,
String uniqueName) |
static boolean |
hasVisibility(nl.b3p.wms.capabilities.Layer layer,
Set organizationLayers) |
static boolean |
hasVisibility(nl.b3p.ogc.wfs.v110.WfsLayer layer,
Set organizationLayers) |
static org.json.JSONObject |
serviceProviderToJSON(nl.b3p.wms.capabilities.ServiceProvider serviceProvider) |
static org.json.JSONObject |
serviceProviderToJSON(nl.b3p.ogc.wfs.v110.WfsServiceProvider serviceProvider) |
public static boolean hasVisibility(nl.b3p.wms.capabilities.Layer layer,
Set organizationLayers)
public static boolean hasVisibility(nl.b3p.ogc.wfs.v110.WfsLayer layer,
Set organizationLayers)
public static org.json.JSONObject createTreeList(Set layers, Set organizationLayers, org.json.JSONObject parent, boolean checkLayers) throws org.json.JSONException
org.json.JSONExceptionpublic static org.json.JSONObject createWfsTreeList(Set layers, Set organizationLayers, org.json.JSONObject parent, boolean checkLayers) throws org.json.JSONException
org.json.JSONExceptionpublic static org.json.JSONObject serviceProviderToJSON(nl.b3p.ogc.wfs.v110.WfsServiceProvider serviceProvider)
throws org.json.JSONException
org.json.JSONExceptionpublic static org.json.JSONObject serviceProviderToJSON(nl.b3p.wms.capabilities.ServiceProvider serviceProvider)
throws org.json.JSONException
org.json.JSONExceptionpublic static nl.b3p.wms.capabilities.Layer getLayerByUniqueName(javax.persistence.EntityManager em,
String uniqueName)
throws Exception
Exceptionpublic static nl.b3p.ogc.wfs.v110.WfsLayer getWfsLayerByUniqueName(javax.persistence.EntityManager em,
String uniqueName)
throws Exception
Exceptionpublic static org.json.JSONObject createTree(javax.persistence.EntityManager em,
String rootName,
Set organizationLayers,
boolean checkLayers)
throws Exception
ExceptionCopyright © 2016. All rights reserved.