Uses of Interface
net.opengis.ows11.UnNamedDomainType
- 
Packages that use UnNamedDomainType Package Description net.opengis.ows11 net.opengis.ows11.impl net.opengis.ows11.util net.opengis.wcs11 net.opengis.wcs11.impl net.opengis.wcs11.validation 
- 
- 
Uses of UnNamedDomainType in net.opengis.ows11Subinterfaces of UnNamedDomainType in net.opengis.ows11 Modifier and Type Interface Description interfaceDomainTypeA representation of the model object 'Domain Type'.Methods in net.opengis.ows11 that return UnNamedDomainType Modifier and Type Method Description UnNamedDomainTypeOws11Factory. createUnNamedDomainType()Returns a new object of class 'Un Named Domain Type'.
- 
Uses of UnNamedDomainType in net.opengis.ows11.implClasses in net.opengis.ows11.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.ows11.impl that return UnNamedDomainType Modifier and Type Method Description UnNamedDomainTypeOws11FactoryImpl. createUnNamedDomainType()
- 
Uses of UnNamedDomainType in net.opengis.ows11.utilMethods in net.opengis.ows11.util with parameters of type UnNamedDomainType Modifier and Type Method Description ObjectOws11Switch. caseUnNamedDomainType(UnNamedDomainType object)Returns the result of interpreting the object as an instance of 'Un Named Domain Type'.booleanOws11Validator. validateUnNamedDomainType(UnNamedDomainType unNamedDomainType, DiagnosticChain diagnostics, Map context)
- 
Uses of UnNamedDomainType in net.opengis.wcs11Methods in net.opengis.wcs11 that return UnNamedDomainType Modifier and Type Method Description UnNamedDomainTypeFieldType. getDefinition()Returns the value of the 'Definition' containment reference.Methods in net.opengis.wcs11 with parameters of type UnNamedDomainType Modifier and Type Method Description voidFieldType. setDefinition(UnNamedDomainType value)Sets the value of the 'Definition' containment reference.
- 
Uses of UnNamedDomainType in net.opengis.wcs11.implFields in net.opengis.wcs11.impl declared as UnNamedDomainType Modifier and Type Field Description protected UnNamedDomainTypeFieldTypeImpl. definitionThe cached value of the 'Definition' containment reference.Methods in net.opengis.wcs11.impl that return UnNamedDomainType Modifier and Type Method Description UnNamedDomainTypeFieldTypeImpl. getDefinition()Methods in net.opengis.wcs11.impl with parameters of type UnNamedDomainType Modifier and Type Method Description NotificationChainFieldTypeImpl. basicSetDefinition(UnNamedDomainType newDefinition, NotificationChain msgs)voidFieldTypeImpl. setDefinition(UnNamedDomainType newDefinition)
- 
Uses of UnNamedDomainType in net.opengis.wcs11.validationMethods in net.opengis.wcs11.validation with parameters of type UnNamedDomainType Modifier and Type Method Description booleanFieldTypeValidator. validateDefinition(UnNamedDomainType value)
 
-