Package thredds.server.wfs
Class WFSFeatureAttribute
- java.lang.Object
-
- thredds.server.wfs.WFSFeatureAttribute
-
public class WFSFeatureAttribute extends Object
A simple container for a WFS Feature Attribute
-
-
Constructor Summary
Constructors Constructor Description WFSFeatureAttribute(String name, String type)Create a new feature attribute with the given name and type
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetName()Gets the name of this WFS feature attribute.StringgetType()Gets the type of this WFS feature attribute.
-