Package org.n52.shetland.ogc.gml
Interface FeatureWith.FeatureWithFeatureType
-
- All Known Implementing Classes:
AbstractMonitoringFeature,AbstractSamplingFeature,SamplingFeature,SfSpecimen,TsmlMonitoringFeature,WmlMonitoringPoint
- Enclosing interface:
- FeatureWith
public static interface FeatureWith.FeatureWithFeatureType
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description StringgetFeatureType()Get feature typedefault booleanisSetFeatureType()Check whether feature type is setvoidsetFeatureType(String featureType)Set feature type
-
-
-
Method Detail
-
getFeatureType
String getFeatureType()
Get feature type- Returns:
- Type of this feature
-
setFeatureType
void setFeatureType(String featureType)
Set feature type- Parameters:
featureType- Type of this feature
-
isSetFeatureType
default boolean isSetFeatureType()
Check whether feature type is set- Returns:
true, if feature type is set
-
-