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 interface
DomainType
A representation of the model object 'Domain Type'.Methods in net.opengis.ows20 that return UnNamedDomainType Modifier and Type Method Description UnNamedDomainType
Ows20Factory. 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 class
DomainTypeImpl
An implementation of the model object 'Domain Type'.class
UnNamedDomainTypeImpl
An implementation of the model object 'Un Named Domain Type'.Methods in net.opengis.ows20.impl that return UnNamedDomainType Modifier and Type Method Description UnNamedDomainType
Ows20FactoryImpl. 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 T
Ows20Switch. caseUnNamedDomainType(UnNamedDomainType object)
Returns the result of interpreting the object as an instance of 'Un Named Domain Type'.boolean
Ows20Validator. validateUnNamedDomainType(UnNamedDomainType unNamedDomainType, DiagnosticChain diagnostics, Map<Object,Object> context)
-