Package org.n52.shetland.ogc.ows
Interface OwsDCP
-
- All Superinterfaces:
Comparable<OwsDCP>
- All Known Implementing Classes:
OwsHttp
public interface OwsDCP extends Comparable<OwsDCP>
TODO JavaDoc
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default OwsHttpasHTTP()default booleanisHTTP()-
Methods inherited from interface java.lang.Comparable
compareTo
-
-
-
-
Method Detail
-
isHTTP
default boolean isHTTP()
-
asHTTP
default OwsHttp asHTTP()
-
-