Uses of Class
com.luciad.ogc.ows.model.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
Modifier 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.Modifier 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.