Interface WfsMetadata<T>
- Type Parameters:
T- - typically a FeatureTypeType describing FeatureMember fields.
public interface WfsMetadata<T>
Provides a description of the structure of the WFS response XML.
This code is experimental. While this interface is functional and tested, it may change or be removed in a future version of the library.
-
Method Summary
Modifier and TypeMethodDescriptiongetId()voidsetActiveFeatureMemberNodeName(String featureMemberNodeName)
-
Method Details
-
getId
String getId()- Returns:
- The value to be used as an Id on the metacard
-
getCoordinateOrder
String getCoordinateOrder()- Returns:
- The order of the coordinates returned by the source
-
getDescriptors
Collection<T> getDescriptors()- Returns:
- an unmodifiable list of objects describing the FeatureMember
-
getFeatureMemberNodeNames
- Returns:
- list of all feature node names in this WFS GetCapabilities
-
getActiveFeatureMemberNodeName
String getActiveFeatureMemberNodeName()- Returns:
- the name of the XML response node containing a single feature member
-
setActiveFeatureMemberNodeName
-