Uses of Class
org.n52.shetland.ogc.sos.SosOffering
-
Packages that use SosOffering Package Description org.n52.shetland.ogc.sos org.n52.shetland.ogc.sos.request -
-
Uses of SosOffering in org.n52.shetland.ogc.sos
Methods in org.n52.shetland.ogc.sos that return SosOffering Modifier and Type Method Description static SosOfferingSosOffering. from(SweAbstractSimpleType<?> type)Creates a set of SosOfferings from SWE simple type.SosOfferingSosObservationOffering. getOffering()Methods in org.n52.shetland.ogc.sos that return types with arguments of type SosOffering Modifier and Type Method Description static Set<SosOffering>SosOffering. fromMap(Map<String,String> map)Creates a set of SosOfferings from a map containing identifiers as keys and names as values.static Set<SosOffering>SosOffering. fromSet(Set<SweAbstractSimpleType<?>> set)Creates a set of SosOfferings from a set containing identifiers as keys and names as values.Set<SosOffering>SosProcedureDescription. getOfferings()Methods in org.n52.shetland.ogc.sos with parameters of type SosOffering Modifier and Type Method Description SosProcedureDescription<T>SosProcedureDescription. addOffering(SosOffering offering)intSosOffering. compareTo(SosOffering o)voidSosObservationOffering. setOffering(SosOffering offering)Method parameters in org.n52.shetland.ogc.sos with type arguments of type SosOffering Modifier and Type Method Description SosProcedureDescription<T>SosProcedureDescription. addOfferings(Collection<SosOffering> offerings) -
Uses of SosOffering in org.n52.shetland.ogc.sos.request
Methods in org.n52.shetland.ogc.sos.request that return SosOffering Modifier and Type Method Description SosOfferingInsertSensorRequest. getFirstAssignedOffering()Methods in org.n52.shetland.ogc.sos.request that return types with arguments of type SosOffering Modifier and Type Method Description List<SosOffering>InsertSensorRequest. getAssignedOfferings()Method parameters in org.n52.shetland.ogc.sos.request with type arguments of type SosOffering Modifier and Type Method Description InsertSensorRequestInsertSensorRequest. setAssignedOfferings(Collection<SosOffering> assignedOfferings)
-