Uses of Interface
net.opengis.ows10.RequestMethodType
-
Packages that use RequestMethodType Package Description net.opengis.ows10 net.opengis.ows10.impl -
-
Uses of RequestMethodType in net.opengis.ows10
Methods in net.opengis.ows10 that return RequestMethodType Modifier and Type Method Description RequestMethodType
Ows10Factory. createRequestMethodType()
Returns a new object of class 'Request Method Type'.Methods in net.opengis.ows10 that return types with arguments of type RequestMethodType Modifier and Type Method Description EList<RequestMethodType>
HTTPType. getGet()
Returns the value of the 'Get' containment reference list.EList<RequestMethodType>
HTTPType. getPost()
Returns the value of the 'Post' containment reference list. -
Uses of RequestMethodType in net.opengis.ows10.impl
Classes in net.opengis.ows10.impl that implement RequestMethodType Modifier and Type Class Description class
RequestMethodTypeImpl
An implementation of the model object 'Request Method Type'.Methods in net.opengis.ows10.impl that return RequestMethodType Modifier and Type Method Description RequestMethodType
Ows10FactoryImpl. createRequestMethodType()
Methods in net.opengis.ows10.impl that return types with arguments of type RequestMethodType Modifier and Type Method Description EList<RequestMethodType>
HTTPTypeImpl. getGet()
EList<RequestMethodType>
HTTPTypeImpl. getPost()
-