Uses of Class
com.luciad.ogc.ows.model.TLcdOWSDomain
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 TLcdOWSDomain in com.luciad.ogc.ows.model
Modifier and TypeMethodDescriptionTLcdOWSOperation.getConstraint
(int aIndex) Returns the constraint at the given index.TLcdOWSOperationsMetadata.getConstraint
(int aIndex) Returns the constraint at the given index.TLcdOWSRequestMethod.getConstraint
(int aIndex) Returns the constraint at the given index.TLcdOWSOperationsMetadata.getConstraintByName
(String aName) Returns a constraint associated to the given name ornull
if no constraint can be found with that name.TLcdOWSOperation.getParameter
(int aIndex) Returns the parameter at the given index.TLcdOWSOperationsMetadata.getParameter
(int aIndex) Returns the parameter at the given index.TLcdOWSOperationsMetadata.getParameterByName
(String aName) Returns a parameter associated to the given name ornull
if no parameter can be found with that name.Modifier and TypeMethodDescriptionvoid
TLcdOWSOperation.addConstraint
(TLcdOWSDomain aConstraint) Adds a constraint to this operation.void
TLcdOWSOperationsMetadata.addConstraint
(TLcdOWSDomain aConstraint) Adds a constraint.void
TLcdOWSRequestMethod.addConstraint
(TLcdOWSDomain aConstraint) Adds a constraint to this request method.void
TLcdOWSOperation.addParameter
(TLcdOWSDomain aParameter) Adds a parameter to this operation.void
TLcdOWSOperationsMetadata.addParameter
(TLcdOWSDomain aParameter) Adds a parameter.