Uses of Class
org.n52.shetland.ogc.ows.OwsServiceIdentification
-
Packages that use OwsServiceIdentification Package Description org.n52.shetland.ogc.ows org.n52.shetland.ogc.sos org.n52.shetland.ogc.wps -
-
Uses of OwsServiceIdentification in org.n52.shetland.ogc.ows
Methods in org.n52.shetland.ogc.ows that return types with arguments of type OwsServiceIdentification Modifier and Type Method Description Optional<OwsServiceIdentification>OwsCapabilities. getServiceIdentification()Methods in org.n52.shetland.ogc.ows with parameters of type OwsServiceIdentification Modifier and Type Method Description voidOwsCapabilities. setServiceIdentification(OwsServiceIdentification serviceIdentification)Constructors in org.n52.shetland.ogc.ows with parameters of type OwsServiceIdentification Constructor Description OwsCapabilities(String service, String version, String updateSequence, OwsServiceIdentification serviceIdentification, OwsServiceProvider serviceProvider, OwsOperationsMetadata operationsMetadata, Collection<String> languages, Collection<OwsCapabilitiesExtension> extensions) -
Uses of OwsServiceIdentification in org.n52.shetland.ogc.sos
Constructors in org.n52.shetland.ogc.sos with parameters of type OwsServiceIdentification Constructor Description SosCapabilities(String service, String version, String updateSequence, OwsServiceIdentification serviceIdentification, OwsServiceProvider serviceProvider, OwsOperationsMetadata operationsMetadata, Set<String> languages, FilterCapabilities filterCapabilities, Collection<SosObservationOffering> contents, Collection<OwsCapabilitiesExtension> extensions) -
Uses of OwsServiceIdentification in org.n52.shetland.ogc.wps
Constructors in org.n52.shetland.ogc.wps with parameters of type OwsServiceIdentification 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)
-