Uses of Class
org.n52.shetland.ogc.ows.extension.Extensions
-
Packages that use Extensions Package Description org.n52.shetland.aqd org.n52.shetland.ogc.ows org.n52.shetland.ogc.ows.extension org.n52.shetland.ogc.ows.service org.n52.shetland.ogc.swes -
-
Uses of Extensions in org.n52.shetland.aqd
Methods in org.n52.shetland.aqd with parameters of type Extensions Modifier and Type Method Description static ReportObligationTypeReportObligations. getFlow(Extensions extensions)static booleanReportObligations. hasFlow(Extensions extensions) -
Uses of Extensions in org.n52.shetland.ogc.ows
Methods in org.n52.shetland.ogc.ows that return Extensions Modifier and Type Method Description ExtensionsHasExtension. getExtensions()Get theExtensionsMethods in org.n52.shetland.ogc.ows with parameters of type Extensions Modifier and Type Method Description default THasExtension. addExtensions(Extensions extensions)Add aExtensionsto this objectTHasExtension. setExtensions(Extensions extensions)Set theExtensionsobject -
Uses of Extensions in org.n52.shetland.ogc.ows.extension
Methods in org.n52.shetland.ogc.ows.extension with parameters of type Extensions Modifier and Type Method Description booleanExtensions. addExtension(Extensions extensions) -
Uses of Extensions in org.n52.shetland.ogc.ows.service
Methods in org.n52.shetland.ogc.ows.service that return Extensions Modifier and Type Method Description ExtensionsOwsServiceRequest. getExtensions()ExtensionsOwsServiceResponse. getExtensions()Methods in org.n52.shetland.ogc.ows.service with parameters of type Extensions Modifier and Type Method Description OwsServiceRequestOwsServiceRequest. setExtensions(Extensions extensions)OwsServiceResponseOwsServiceResponse. setExtensions(Extensions extensions) -
Uses of Extensions in org.n52.shetland.ogc.swes
Methods in org.n52.shetland.ogc.swes that return Extensions Modifier and Type Method Description ExtensionsAbstractSWES. getExtensions()Methods in org.n52.shetland.ogc.swes with parameters of type Extensions Modifier and Type Method Description AbstractSWESAbstractSWES. setExtensions(Extensions extensions)
-