Uses of Interface
net.opengis.ows20.DomainType
-
Packages that use DomainType Package Description net.opengis.ows20 net.opengis.ows20.impl net.opengis.ows20.util net.opengis.ows20.validation -
-
Uses of DomainType in net.opengis.ows20
Methods in net.opengis.ows20 that return DomainType Modifier and Type Method Description DomainType
Ows20Factory. createDomainType()
Returns a new object of class 'Domain Type'.Methods in net.opengis.ows20 that return types with arguments of type DomainType Modifier and Type Method Description EList<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 DomainType Modifier and Type Class Description class
DomainTypeImpl
An implementation of the model object 'Domain Type'.Fields in net.opengis.ows20.impl with type parameters of type DomainType Modifier and Type Field Description protected 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 DomainType Modifier and Type Method Description DomainType
Ows20FactoryImpl. createDomainType()
Methods in net.opengis.ows20.impl that return types with arguments of type DomainType Modifier and Type Method Description EList<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 DomainType Modifier and Type Method Description T
Ows20Switch. 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 DomainType Modifier and Type Method Description boolean
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)
-