| Package | Description |
|---|---|
| nl.b3p.ogc.utils | |
| nl.b3p.xml.wfs | |
| nl.b3p.xml.wfs.v100.capabilities |
| Modifier and Type | Method and Description |
|---|---|
static FeatureType |
OgcWfsClient.getCapabilitieFeatureType(WFS_Capabilities cap,
String name)
Get the feature in the capabilities with given name.
|
| 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.addQueryFilter(GetFeature gf,
String adminQuery,
String srsName,
FeatureType ft) |
static Filter |
OgcWfsClient.createBboxFilter(String attributeName,
double[] bbox,
String srsName,
FeatureType feature)
Creates a bbox filter
|
static Filter |
OgcWfsClient.createPolygonFilter(String attributeName,
String polygon,
String srsName,
FeatureType feature) |
static Filter |
OgcWfsClient.createQueryFilter(GetFeature gf,
String query,
String srsName,
FeatureType feature) |
| Modifier and Type | Method and Description |
|---|---|
FeatureType[] |
FeatureTypeList.getFeatureType() |
FeatureType |
FeatureTypeList.getFeatureType(int index) |
| Modifier and Type | Class and Description |
|---|---|
class |
FeatureType
Class FeatureType.
|
Copyright © 2020 B3Partners B.V.. All rights reserved.