Uses of Class
org.n52.shetland.ogc.wps.ProcessOffering
-
Packages that use ProcessOffering Package Description org.n52.shetland.ogc.wps org.n52.shetland.ogc.wps.ap -
-
Uses of ProcessOffering in org.n52.shetland.ogc.wps
Methods in org.n52.shetland.ogc.wps that return types with arguments of type ProcessOffering Modifier and Type Method Description SortedSet<ProcessOffering>ProcessOfferings. getOfferings()Iterator<ProcessOffering>ProcessOfferings. iterator()Methods in org.n52.shetland.ogc.wps with parameters of type ProcessOffering Modifier and Type Method Description intProcessOffering. compareTo(ProcessOffering o)Constructor parameters in org.n52.shetland.ogc.wps with type arguments of type ProcessOffering Constructor Description ProcessOfferings(Set<ProcessOffering> offerings) -
Uses of ProcessOffering in org.n52.shetland.ogc.wps.ap
Methods in org.n52.shetland.ogc.wps.ap that return ProcessOffering Modifier and Type Method Description ProcessOfferingApplicationPackage. getProcessDescription()Methods in org.n52.shetland.ogc.wps.ap with parameters of type ProcessOffering Modifier and Type Method Description voidApplicationPackage. setProcessDescription(ProcessOffering processDescription)
-