Uses of Interface
net.opengis.ows20.UnNamedDomainType
-
Packages that use UnNamedDomainType Package Description net.opengis.ows20 net.opengis.ows20.impl net.opengis.ows20.util -
-
Uses of UnNamedDomainType in net.opengis.ows20
Subinterfaces of UnNamedDomainType in net.opengis.ows20 Modifier and Type Interface Description interfaceDomainTypeA representation of the model object 'Domain Type'.Methods in net.opengis.ows20 that return UnNamedDomainType Modifier and Type Method Description UnNamedDomainTypeOws20Factory. createUnNamedDomainType()Returns a new object of class 'Un Named Domain Type'. -
Uses of UnNamedDomainType in net.opengis.ows20.impl
Classes in net.opengis.ows20.impl that implement UnNamedDomainType Modifier and Type Class Description classDomainTypeImplAn implementation of the model object 'Domain Type'.classUnNamedDomainTypeImplAn implementation of the model object 'Un Named Domain Type'.Methods in net.opengis.ows20.impl that return UnNamedDomainType Modifier and Type Method Description UnNamedDomainTypeOws20FactoryImpl. createUnNamedDomainType() -
Uses of UnNamedDomainType in net.opengis.ows20.util
Methods in net.opengis.ows20.util with parameters of type UnNamedDomainType Modifier and Type Method Description TOws20Switch. caseUnNamedDomainType(UnNamedDomainType object)Returns the result of interpreting the object as an instance of 'Un Named Domain Type'.booleanOws20Validator. validateUnNamedDomainType(UnNamedDomainType unNamedDomainType, DiagnosticChain diagnostics, Map<Object,Object> context)
-