public class WFSSelectionAndCapabilities extends Object
| Constructor and Description |
|---|
WFSSelectionAndCapabilities(FeatureType feature)
Deprecated.
the constructor with the FeatureType array should be used instead
|
WFSSelectionAndCapabilities(FeatureType[] features,
boolean reverseAxisOrder)
Creates a new WFSSelectionAndCapabilities object.
|
| Modifier and Type | Method and Description |
|---|---|
Vector<FeatureServiceAttribute> |
getAttributes()
Deprecated.
getFeatures()[0].getFeatureAttributes() should be used
|
FeatureType |
getFeature()
Deprecated.
getFeatures()[0] should be used
|
FeatureType[] |
getFeatures()
DOCUMENT ME!
|
String |
getHost()
Deprecated.
getFeatures()[0].getWfsCapabilities().getURL().toString() should be used
|
String |
getIdentifier()
DOCUMENT ME!
|
String |
getName()
Deprecated.
getFeatures()[0].getPrefixedNameString() should be used
|
org.jdom.Element |
getQuery()
Deprecated.
getFeatures()[0].getWFSQuery() should be used
|
boolean |
isReverseAxisOrder()
DOCUMENT ME!
|
void |
setReverseAxisOrder(boolean reversedAxisOrder)
DOCUMENT ME!
|
public WFSSelectionAndCapabilities(FeatureType feature)
feature - DOCUMENT ME!public WFSSelectionAndCapabilities(FeatureType[] features, boolean reverseAxisOrder)
features - DOCUMENT ME!reverseAxisOrder - DOCUMENT ME!public FeatureType[] getFeatures()
public String getName()
public String getHost()
public org.jdom.Element getQuery()
public String getIdentifier()
public FeatureType getFeature()
public Vector<FeatureServiceAttribute> getAttributes()
public boolean isReverseAxisOrder()
public void setReverseAxisOrder(boolean reversedAxisOrder)
reversedAxisOrder - the reversedAxisOrder to setCopyright © 2012–2025 cismet GmbH. All rights reserved.