Uses of Interface
net.opengis.ows20.DomainType
Packages that use DomainType
Package
Description
-
Uses of DomainType in net.opengis.ows20
Methods in net.opengis.ows20 that return DomainTypeModifier and TypeMethodDescriptionOws20Factory.createDomainType()
Returns a new object of class 'Domain Type'.Methods in net.opengis.ows20 that return types with arguments of type DomainTypeModifier and TypeMethodDescriptionEList<DomainType>
OperationsMetadataType.getConstraint()
Returns the value of the 'Constraint' containment reference list.EList<DomainType>
OperationType.getConstraint()
Returns the value of the 'Constraint' containment reference list.EList<DomainType>
RequestMethodType.getConstraint()
Returns the value of the 'Constraint' containment reference list.EList<DomainType>
OperationsMetadataType.getParameter()
Returns the value of the 'Parameter' containment reference list.EList<DomainType>
OperationType.getParameter()
Returns the value of the 'Parameter' containment reference list. -
Uses of DomainType in net.opengis.ows20.impl
Classes in net.opengis.ows20.impl that implement DomainTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Domain Type'.Fields in net.opengis.ows20.impl with type parameters of type DomainTypeModifier and TypeFieldDescriptionprotected EList<DomainType>
OperationsMetadataTypeImpl.constraint
The cached value of the 'Constraint
' containment reference list.protected EList<DomainType>
OperationTypeImpl.constraint
The cached value of the 'Constraint
' containment reference list.protected EList<DomainType>
RequestMethodTypeImpl.constraint
The cached value of the 'Constraint
' containment reference list.protected EList<DomainType>
OperationsMetadataTypeImpl.parameter
The cached value of the 'Parameter
' containment reference list.protected EList<DomainType>
OperationTypeImpl.parameter
The cached value of the 'Parameter
' containment reference list.Methods in net.opengis.ows20.impl that return DomainTypeMethods in net.opengis.ows20.impl that return types with arguments of type DomainTypeModifier and TypeMethodDescriptionEList<DomainType>
OperationsMetadataTypeImpl.getConstraint()
EList<DomainType>
OperationTypeImpl.getConstraint()
EList<DomainType>
RequestMethodTypeImpl.getConstraint()
EList<DomainType>
OperationsMetadataTypeImpl.getParameter()
EList<DomainType>
OperationTypeImpl.getParameter()
-
Uses of DomainType in net.opengis.ows20.util
Methods in net.opengis.ows20.util with parameters of type DomainTypeModifier and TypeMethodDescriptionOws20Switch.caseDomainType
(DomainType object) Returns the result of interpreting the object as an instance of 'Domain Type'.boolean
Ows20Validator.validateDomainType
(DomainType domainType, DiagnosticChain diagnostics, Map<Object, Object> context) -
Uses of DomainType in net.opengis.ows20.validation
Method parameters in net.opengis.ows20.validation with type arguments of type DomainTypeModifier and TypeMethodDescriptionboolean
OperationsMetadataTypeValidator.validateConstraint
(EList<DomainType> value) boolean
OperationTypeValidator.validateConstraint
(EList<DomainType> value) boolean
RequestMethodTypeValidator.validateConstraint
(EList<DomainType> value) boolean
OperationsMetadataTypeValidator.validateParameter
(EList<DomainType> value) boolean
OperationTypeValidator.validateParameter
(EList<DomainType> value)