Class WFSFeatureAttribute

java.lang.Object
thredds.server.wfs.WFSFeatureAttribute

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

    • WFSFeatureAttribute

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

    • 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