| Package | Description |
|---|---|
| nl.b3p.ogc.utils |
| Modifier and Type | Method and Description |
|---|---|
LayerSummary |
OGCScriptingRequest.splitLayerInParts(String fullLayerName)
Not supported in OGScriptingRequest
|
LayerSummary |
OGCCommunication.splitLayerInParts(String fullLayerName) |
LayerSummary |
OGCScriptingRequest.splitLayerInParts(String fullLayerName,
boolean splitName,
String defaultSp,
String defaultNs)
Not supported in OGScriptingRequest
|
LayerSummary |
OGCCommunication.splitLayerInParts(String fullLayerName,
boolean splitName,
String defaultSp,
String defaultNs) |
static LayerSummary |
OGCCommunication.splitLayerWithoutNsFix(String fullLayerName) |
static LayerSummary |
OGCCommunication.splitLayerWithoutNsFix(String fullLayerName,
boolean splitName)
parse full name of layer, use splitName boolean to parse layernames
known to not have a service provider in the name to prevend problems
with underscores in names.
|
static LayerSummary |
OGCCommunication.splitLayerWithoutNsFix(String fullLayerName,
boolean splitName,
String defaultSp,
String defaultNs) |
| Modifier and Type | Method and Description |
|---|---|
static List<LayerSummary> |
LayerSummary.createLayerSummaryList(List<String> layers,
String spInUrl,
boolean splitName) |
List<LayerSummary> |
SpLayerSummary.getLayers() |
| Modifier and Type | Method and Description |
|---|---|
void |
SpLayerSummary.addLayer(LayerSummary layerName) |
static String |
OGCCommunication.buildFullLayerName(LayerSummary m) |
static String |
OGCCommunication.buildLayerNameWithoutNs(LayerSummary m) |
static String |
OGCCommunication.buildLayerNameWithoutSp(LayerSummary m) |
| Modifier and Type | Method and Description |
|---|---|
void |
SpLayerSummary.addLayers(List<LayerSummary> lss) |
static String[] |
LayerSummary.getLayersAsArray(List<LayerSummary> lsl) |
String |
LayerSummary.getLayersAsString(List<LayerSummary> lsl) |
void |
SpLayerSummary.setLayers(List<LayerSummary> layers) |
Copyright © 2022 B3Partners B.V.. All rights reserved.