Package org.n52.shetland.ogc.sos
Class SosInsertionMetadata
- java.lang.Object
-
- org.n52.shetland.ogc.sos.SosInsertionMetadata
-
public class SosInsertionMetadata extends Object
SOS internal representation of SOS insertion metadata- Since:
- 1.0.0
-
-
Constructor Summary
Constructors Constructor Description SosInsertionMetadata()constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<String>getFeatureOfInterestTypes()Set<String>getObservationTypes()SosInsertionMetadatasetFeatureOfInterestTypes(Collection<String> featureOfInterestTypes)SosInsertionMetadatasetObservationTypes(Collection<String> observationTypes)
-
-
-
Method Detail
-
getFeatureOfInterestTypes
public Set<String> getFeatureOfInterestTypes()
- Returns:
- the featureOfInterestTypes
-
setFeatureOfInterestTypes
public SosInsertionMetadata setFeatureOfInterestTypes(Collection<String> featureOfInterestTypes)
- Parameters:
featureOfInterestTypes- the featureOfInterestTypes to set
-
setObservationTypes
public SosInsertionMetadata setObservationTypes(Collection<String> observationTypes)
- Parameters:
observationTypes- the observationTypes to set
-
-