Package thredds.server.wfs
Class WFSFeatureAttribute
java.lang.Object
thredds.server.wfs.WFSFeatureAttribute
A simple container for a WFS Feature Attribute
-
Constructor Summary
ConstructorsConstructorDescriptionWFSFeatureAttribute(String name, String type) Create a new feature attribute with the given name and type -
Method Summary
-
Constructor Details
-
WFSFeatureAttribute
Create a new feature attribute with the given name and type- Parameters:
name-type-
-
-
Method Details
-
getName
Gets the name of this WFS feature attribute.- Returns:
- name
-
getType
Gets the type of this WFS feature attribute.- Returns:
- type
-