Uses of Class
com.luciad.ogc.ows.model.TLcdOWSDomain
Packages that use 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
Methods in com.luciad.ogc.ows.model that return TLcdOWSDomainModifier 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 ornullif 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 ornullif no parameter can be found with that name.Methods in com.luciad.ogc.ows.model with parameters of type TLcdOWSDomainModifier and TypeMethodDescriptionvoidTLcdOWSOperation.addConstraint(TLcdOWSDomain aConstraint) Adds a constraint to this operation.voidTLcdOWSOperationsMetadata.addConstraint(TLcdOWSDomain aConstraint) Adds a constraint.voidTLcdOWSRequestMethod.addConstraint(TLcdOWSDomain aConstraint) Adds a constraint to this request method.voidTLcdOWSOperation.addParameter(TLcdOWSDomain aParameter) Adds a parameter to this operation.voidTLcdOWSOperationsMetadata.addParameter(TLcdOWSDomain aParameter) Adds a parameter.