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 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

      List<String> 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

      void setActiveFeatureMemberNodeName(String featureMemberNodeName)