Package gov.nasa.worldwind.ogc.wmts
Class OwsHttp
- java.lang.Object
-
- gov.nasa.worldwind.util.xml.XmlModel
-
- gov.nasa.worldwind.ogc.wmts.OwsHttp
-
public class OwsHttp extends XmlModel
-
-
Constructor Summary
Constructors Constructor Description OwsHttp()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<OwsHttpMethod>
getGetMethods()
java.util.List<OwsHttpMethod>
getPostMethods()
-
-
-
Method Detail
-
getGetMethods
public java.util.List<OwsHttpMethod> getGetMethods()
-
getPostMethods
public java.util.List<OwsHttpMethod> getPostMethods()
-
-