Uses of Interface
net.opengis.ows11.DomainType
- 
Packages that use DomainType Package Description net.opengis.fes20 net.opengis.fes20.impl net.opengis.ows11 net.opengis.ows11.impl net.opengis.ows11.util 
- 
- 
Uses of DomainType in net.opengis.fes20Methods in net.opengis.fes20 that return types with arguments of type DomainType Modifier and Type Method Description EList<DomainType>ConformanceType. getConstraint()Returns the value of the 'Constraint' containment reference list.
- 
Uses of DomainType in net.opengis.fes20.implFields in net.opengis.fes20.impl with type parameters of type DomainType Modifier and Type Field Description protected EList<DomainType>ConformanceTypeImpl. constraintThe cached value of the 'Constraint' containment reference list.Methods in net.opengis.fes20.impl that return types with arguments of type DomainType Modifier and Type Method Description EList<DomainType>ConformanceTypeImpl. getConstraint()
- 
Uses of DomainType in net.opengis.ows11Methods in net.opengis.ows11 that return DomainType Modifier and Type Method Description DomainTypeOws11Factory. createDomainType()Returns a new object of class 'Domain Type'.
- 
Uses of DomainType in net.opengis.ows11.implClasses in net.opengis.ows11.impl that implement DomainType Modifier and Type Class Description classDomainTypeImplAn implementation of the model object 'Domain Type'.Methods in net.opengis.ows11.impl that return DomainType Modifier and Type Method Description DomainTypeOws11FactoryImpl. createDomainType()
- 
Uses of DomainType in net.opengis.ows11.utilMethods in net.opengis.ows11.util with parameters of type DomainType Modifier and Type Method Description ObjectOws11Switch. caseDomainType(DomainType object)Returns the result of interpreting the object as an instance of 'Domain Type'.booleanOws11Validator. validateDomainType(DomainType domainType, DiagnosticChain diagnostics, Map context)
 
-