Uses of Class
org.n52.shetland.ogc.ows.OwsCapabilities
-
Packages that use OwsCapabilities Package Description org.n52.shetland.ogc.ows org.n52.shetland.ogc.ows.service org.n52.shetland.ogc.sos org.n52.shetland.ogc.wps -
-
Uses of OwsCapabilities in org.n52.shetland.ogc.ows
Constructors in org.n52.shetland.ogc.ows with parameters of type OwsCapabilities Constructor Description OwsCapabilities(OwsCapabilities other) -
Uses of OwsCapabilities in org.n52.shetland.ogc.ows.service
Methods in org.n52.shetland.ogc.ows.service that return OwsCapabilities Modifier and Type Method Description OwsCapabilitiesGetCapabilitiesResponse. getCapabilities()Methods in org.n52.shetland.ogc.ows.service with parameters of type OwsCapabilities Modifier and Type Method Description GetCapabilitiesResponseGetCapabilitiesResponse. setCapabilities(OwsCapabilities capabilities)SetOwsCapabilities. -
Uses of OwsCapabilities in org.n52.shetland.ogc.sos
Subclasses of OwsCapabilities in org.n52.shetland.ogc.sos Modifier and Type Class Description classSosCapabilitiesClass which represents the Capabilities.Constructors in org.n52.shetland.ogc.sos with parameters of type OwsCapabilities Constructor Description SosCapabilities(OwsCapabilities owsCapabilities)SosCapabilities(OwsCapabilities owsCapabilities, FilterCapabilities filterCapabilities, Collection<SosObservationOffering> contents) -
Uses of OwsCapabilities in org.n52.shetland.ogc.wps
Subclasses of OwsCapabilities in org.n52.shetland.ogc.wps Modifier and Type Class Description classWPSCapabilitiesConstructors in org.n52.shetland.ogc.wps with parameters of type OwsCapabilities Constructor Description WPSCapabilities(OwsCapabilities other, ProcessOfferings processOfferings)
-