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.fes20
Methods 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.impl
Fields in net.opengis.fes20.impl with type parameters of type DomainType Modifier and Type Field Description protected EList<DomainType>
ConformanceTypeImpl. constraint
The 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.ows11
Methods in net.opengis.ows11 that return DomainType Modifier and Type Method Description DomainType
Ows11Factory. createDomainType()
Returns a new object of class 'Domain Type'. -
Uses of DomainType in net.opengis.ows11.impl
Classes in net.opengis.ows11.impl that implement DomainType Modifier and Type Class Description class
DomainTypeImpl
An implementation of the model object 'Domain Type'.Methods in net.opengis.ows11.impl that return DomainType Modifier and Type Method Description DomainType
Ows11FactoryImpl. createDomainType()
-
Uses of DomainType in net.opengis.ows11.util
Methods in net.opengis.ows11.util with parameters of type DomainType Modifier and Type Method Description Object
Ows11Switch. caseDomainType(DomainType object)
Returns the result of interpreting the object as an instance of 'Domain Type'.boolean
Ows11Validator. validateDomainType(DomainType domainType, DiagnosticChain diagnostics, Map context)
-