| Package | Description |
|---|---|
| nl.b3p.ogc.utils | |
| nl.b3p.xml.wfs.v110 |
| Modifier and Type | Method and Description |
|---|---|
static GetFeature |
OgcWfsClient.getGetFeatureRequest(OGCRequest original)
Get the GetFeature request object.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
OgcWfsClient.addBboxFilter(GetFeature gf,
String attributeName,
double[] bbox,
String srsName,
FeatureType ft)
Voegt een bbox toe aan het GetFeature object.
|
static void |
OgcWfsClient.addCombinedAndFilter(GetFeature gf,
FeatureType ft,
Filter queryFilter,
Filter geomFilter) |
static void |
OgcWfsClient.addPolygonFilter(GetFeature gf,
String attributeName,
String polygon,
String srsName,
FeatureType ft) |
static void |
OgcWfsClient.addPropertyIsEqualToFilter(GetFeature gf,
String propertyName,
String compareValue) |
static void |
OgcWfsClient.addQueryFilter(GetFeature gf,
String adminQuery,
String srsName,
FeatureType ft) |
static Filter |
OgcWfsClient.createQueryFilter(GetFeature gf,
String query,
String srsName,
FeatureType feature) |
static ArrayList |
OgcWfsClient.getFeatureElements(GetFeature gf,
OGCRequest or) |
| Modifier and Type | Class and Description |
|---|---|
class |
GetFeature
The GetFeature element is used to request that a Web Feature
Service return feature type instances of one or more feature
types.
|
Copyright © 2022 B3Partners B.V.. All rights reserved.