Uses of Class
com.luciad.ogc.ows.model.TLcdOWSRequestMethod
Packages that use TLcdOWSRequestMethod
Package
Description
This package contains an implementation of the OGC Web Service (OWS) common specification
version 1.0 and 1.1.0, as described respectively in OGC documents 05-008c1 and 06-121r3.
-
Uses of TLcdOWSRequestMethod in com.luciad.ogc.ows.model
Methods in com.luciad.ogc.ows.model that return TLcdOWSRequestMethodModifier and TypeMethodDescriptionTLcdOWSHTTP.getGet
(int aIndex) Gets the connect point URL for the HTTP "Get" request method at a given position.TLcdOWSHTTP.getPost
(int aIndex) Gets the connect point URL for the HTTP "POST" request method.Methods in com.luciad.ogc.ows.model with parameters of type TLcdOWSRequestMethodModifier and TypeMethodDescriptionvoid
TLcdOWSHTTP.addGet
(TLcdOWSRequestMethod aGet) Adds a connect point URL prefix and any constraints for the HTTP "Get" request method.void
TLcdOWSHTTP.addPost
(TLcdOWSRequestMethod aPost) Adds a connect point URL for the HTTP "POST" request method.