Class WFSFeatureAttribute


  • public class WFSFeatureAttribute
    extends Object
    A simple container for a WFS Feature Attribute
    • Constructor Detail

      • WFSFeatureAttribute

        public WFSFeatureAttribute​(String name,
                                   String type)
        Create a new feature attribute with the given name and type
        Parameters:
        name -
        type -
    • Method Detail

      • getName

        public String getName()
        Gets the name of this WFS feature attribute.
        Returns:
        name
      • getType

        public String getType()
        Gets the type of this WFS feature attribute.
        Returns:
        type