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.ows20Methods in net.opengis.ows20 that return DomainType Modifier and Type Method Description DomainTypeOws20Factory. 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.implClasses in net.opengis.ows20.impl that implement DomainType Modifier and Type Class Description classDomainTypeImplAn 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. constraintThe cached value of the 'Constraint' containment reference list.protected EList<DomainType>OperationTypeImpl. constraintThe cached value of the 'Constraint' containment reference list.protected EList<DomainType>RequestMethodTypeImpl. constraintThe cached value of the 'Constraint' containment reference list.protected EList<DomainType>OperationsMetadataTypeImpl. parameterThe cached value of the 'Parameter' containment reference list.protected EList<DomainType>OperationTypeImpl. parameterThe cached value of the 'Parameter' containment reference list.Methods in net.opengis.ows20.impl that return DomainType Modifier and Type Method Description DomainTypeOws20FactoryImpl. 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.utilMethods in net.opengis.ows20.util with parameters of type DomainType Modifier and Type Method Description TOws20Switch. caseDomainType(DomainType object)Returns the result of interpreting the object as an instance of 'Domain Type'.booleanOws20Validator. validateDomainType(DomainType domainType, DiagnosticChain diagnostics, Map<Object,Object> context)
- 
Uses of DomainType in net.opengis.ows20.validationMethod parameters in net.opengis.ows20.validation with type arguments of type DomainType Modifier and Type Method Description booleanOperationsMetadataTypeValidator. validateConstraint(EList<DomainType> value)booleanOperationTypeValidator. validateConstraint(EList<DomainType> value)booleanRequestMethodTypeValidator. validateConstraint(EList<DomainType> value)booleanOperationsMetadataTypeValidator. validateParameter(EList<DomainType> value)booleanOperationTypeValidator. validateParameter(EList<DomainType> value)
 
-