Uses of Class
org.n52.shetland.ogc.sos.SosInsertionMetadata
-
Packages that use SosInsertionMetadata Package Description org.n52.shetland.ogc.sos org.n52.shetland.ogc.sos.request -
-
Uses of SosInsertionMetadata in org.n52.shetland.ogc.sos
Methods in org.n52.shetland.ogc.sos that return SosInsertionMetadata Modifier and Type Method Description SosInsertionMetadataSosInsertionMetadata. setFeatureOfInterestTypes(Collection<String> featureOfInterestTypes)SosInsertionMetadataSosInsertionMetadata. setObservationTypes(Collection<String> observationTypes) -
Uses of SosInsertionMetadata in org.n52.shetland.ogc.sos.request
Methods in org.n52.shetland.ogc.sos.request that return SosInsertionMetadata Modifier and Type Method Description SosInsertionMetadataInsertSensorRequest. getMetadata()Get the metadata contained in request.Methods in org.n52.shetland.ogc.sos.request with parameters of type SosInsertionMetadata Modifier and Type Method Description InsertSensorRequestInsertSensorRequest. setMetadata(SosInsertionMetadata metadata)Set the metadata contained in request.
-