Uses of Class
org.n52.shetland.ogc.wps.ProcessOfferings
-
Packages that use ProcessOfferings Package Description org.n52.shetland.ogc.wps org.n52.shetland.ogc.wps.response -
-
Uses of ProcessOfferings in org.n52.shetland.ogc.wps
Methods in org.n52.shetland.ogc.wps that return types with arguments of type ProcessOfferings Modifier and Type Method Description Optional<ProcessOfferings>WPSCapabilities. getProcessOfferings()Constructors in org.n52.shetland.ogc.wps with parameters of type ProcessOfferings Constructor Description WPSCapabilities(String service, String version, String updateSequence, OwsServiceIdentification serviceIdentification, OwsServiceProvider serviceProvider, OwsOperationsMetadata operationsMetadata, Collection<String> languages, Collection<OwsCapabilitiesExtension> extension, ProcessOfferings processOfferings)WPSCapabilities(String version, String updateSequence, OwsServiceIdentification serviceIdentification, OwsServiceProvider serviceProvider, OwsOperationsMetadata operationsMetadata, Collection<String> languages, Collection<OwsCapabilitiesExtension> extension, ProcessOfferings processOfferings)WPSCapabilities(OwsCapabilities other, ProcessOfferings processOfferings) -
Uses of ProcessOfferings in org.n52.shetland.ogc.wps.response
Methods in org.n52.shetland.ogc.wps.response that return ProcessOfferings Modifier and Type Method Description ProcessOfferingsDescribeProcessResponse. getProcessOfferings()Methods in org.n52.shetland.ogc.wps.response with parameters of type ProcessOfferings Modifier and Type Method Description voidDescribeProcessResponse. setOfferings(ProcessOfferings offerings)Constructors in org.n52.shetland.ogc.wps.response with parameters of type ProcessOfferings Constructor Description DescribeProcessResponse(String service, String version, ProcessOfferings offerings)
-