| Modifier and Type | Method and Description |
|---|---|
static Object[][] |
provideFeatureTypeNodes(org.opengis.cite.iso19142.ProtocolBinding protocolBinding,
Document wfsCapabilities)
Parses all FeatureType elements from the WFS 2.0 capabilities document.
|
static Object[][] |
provideStoredQueryDescriptionNodes(org.opengis.cite.iso19142.ProtocolBinding protocolBinding,
Document describeStoredQueryResponse)
Parses all StoredQueryDescription nodes from a WFS 2.0 DescribeStoredQueries response document.
|
public static Object[][] provideFeatureTypeNodes(org.opengis.cite.iso19142.ProtocolBinding protocolBinding, Document wfsCapabilities) throws XPathExpressionException
protocolBinding - used to retrieve the data, never nullwfsCapabilities - the capabilities document (wfs:WFS_Capabilities), never nullnullXPathExpressionException - if the xpath expression could not be evaluatedpublic static Object[][] provideStoredQueryDescriptionNodes(org.opengis.cite.iso19142.ProtocolBinding protocolBinding, Document describeStoredQueryResponse) throws XPathExpressionException
protocolBinding - used to retrieve the data, never nulldescribeStoredQueryResponse - the DescribeStoredQueries response document, never nullnullXPathExpressionException - if the xpath expression could not be evaluatedCopyright © 2022 Open Geospatial Consortium. All rights reserved.