| Package | Description |
|---|---|
| nl.b3p.ogc.utils |
| Modifier and Type | Class and Description |
|---|---|
class |
OGCScriptingRequest |
| Modifier and Type | Method and Description |
|---|---|
static WFS_Capabilities |
OgcWfsClient.getCapabilities(OGCRequest original)
Doe een getCapabilities request naar de host aangegeven in de OGCRequest die meegegeven wordt
|
static Element |
OgcWfsClient.getDescribeFeatureType(OGCRequest original)
Doe een getDescribeFeatureType request naar de host aangegeven in de OGCRequest die meegegeven wordt
|
static DescribeFeatureType |
OgcWfsClient.getDescribeFeatureTypeRequest(OGCRequest original)
Get the DescribeFeaturetype Request object.
|
static ArrayList |
OgcWfsClient.getFeatureElements(GetFeature gf,
OGCRequest or) |
static GetCapabilities |
OgcWfsClient.getGetCapabilitiesRequest(OGCRequest or)
Get the GetCapabilities request object
|
static GetFeature |
OgcWfsClient.getGetFeatureRequest(OGCRequest original)
Get the GetFeature request object.
|
static String |
OgcWfsClient.getRequestBody(OGCRequest or)
The request parameter of the OGCRequest must be filled because it is used to choose the body returned.
|
String |
WFSGetFeatureResponse.getResponseBody(List<SpLayerSummary> layers,
OGCRequest ogcrequest,
String encoding) |
String |
WFSGetCapabilitiesResponse.getResponseBody(List<SpLayerSummary> layers,
OGCRequest ogcrequest,
String encoding) |
String |
WFSTransactionResponse.getResponseBody(List<SpLayerSummary> layers,
OGCRequest ogcrequest,
String encoding) |
abstract String |
OGCResponse.getResponseBody(List<SpLayerSummary> layers,
OGCRequest ogcrequest,
String encoding)
In dit deel wordt dus niet de naam van kaartlaag/featuretype aangepast,
dit moet al in de methode rebuildResponse zijn gebeurd
|
String |
WFSDescribeFeatureTypeResponse.getResponseBody(List<SpLayerSummary> layers,
OGCRequest ogcrequest,
String encoding) |
static Transaction |
OgcWfsClient.getTransactionRequest(OGCRequest original) |
void |
OGCResponse.rebuildOwsV100ErrorResponse(Document doc,
OGCRequest request,
String prefix) |
void |
WFSGetFeatureResponse.rebuildResponse(Document doc,
OGCRequest request,
String prefix) |
void |
WFSGetCapabilitiesResponse.rebuildResponse(Document doc,
OGCRequest request,
String prefix) |
void |
WFSTransactionResponse.rebuildResponse(Document doc,
OGCRequest request,
String prefix) |
abstract void |
OGCResponse.rebuildResponse(Document doc,
OGCRequest request,
String prefix)
In dit deel wordt ook de naam van de kaartlaag/featuretype aangepast
aan de gebruikte naam in het request.
|
void |
WFSDescribeFeatureTypeResponse.rebuildResponse(Document doc,
OGCRequest request,
String prefix) |
void |
OGCResponse.rebuildWfsV100ErrorResponse(Document doc,
OGCRequest request,
String prefix)
Nu wordt alleen laatste fout weggeschreven, nog verbeteren indien
mogelijk dat fouten bij elkaar worden opgeteld.
|
Copyright © 2022 B3Partners B.V.. All rights reserved.