Uses of Interface
net.opengis.ows10.RequestMethodType
Packages that use RequestMethodType
-
Uses of RequestMethodType in net.opengis.ows10
Methods in net.opengis.ows10 that return RequestMethodTypeModifier and TypeMethodDescriptionOws10Factory.createRequestMethodType()
Returns a new object of class 'Request Method Type'.Methods in net.opengis.ows10 that return types with arguments of type RequestMethodTypeModifier and TypeMethodDescriptionEList<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 RequestMethodTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Request Method Type'.Methods in net.opengis.ows10.impl that return RequestMethodTypeMethods in net.opengis.ows10.impl that return types with arguments of type RequestMethodTypeModifier and TypeMethodDescriptionEList<RequestMethodType>
HTTPTypeImpl.getGet()
EList<RequestMethodType>
HTTPTypeImpl.getPost()