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.ows11
Subinterfaces of UnNamedDomainType in net.opengis.ows11 Modifier and Type Interface Description interface
DomainType
A representation of the model object 'Domain Type'.Methods in net.opengis.ows11 that return UnNamedDomainType Modifier and Type Method Description UnNamedDomainType
Ows11Factory. createUnNamedDomainType()
Returns a new object of class 'Un Named Domain Type'. -
Uses of UnNamedDomainType in net.opengis.ows11.impl
Classes in net.opengis.ows11.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.ows11.impl that return UnNamedDomainType Modifier and Type Method Description UnNamedDomainType
Ows11FactoryImpl. createUnNamedDomainType()
-
Uses of UnNamedDomainType in net.opengis.ows11.util
Methods in net.opengis.ows11.util with parameters of type UnNamedDomainType Modifier and Type Method Description Object
Ows11Switch. caseUnNamedDomainType(UnNamedDomainType object)
Returns the result of interpreting the object as an instance of 'Un Named Domain Type'.boolean
Ows11Validator. validateUnNamedDomainType(UnNamedDomainType unNamedDomainType, DiagnosticChain diagnostics, Map context)
-
Uses of UnNamedDomainType in net.opengis.wcs11
Methods in net.opengis.wcs11 that return UnNamedDomainType Modifier and Type Method Description UnNamedDomainType
FieldType. getDefinition()
Returns the value of the 'Definition' containment reference.Methods in net.opengis.wcs11 with parameters of type UnNamedDomainType Modifier and Type Method Description void
FieldType. setDefinition(UnNamedDomainType value)
Sets the value of the 'Definition
' containment reference. -
Uses of UnNamedDomainType in net.opengis.wcs11.impl
Fields in net.opengis.wcs11.impl declared as UnNamedDomainType Modifier and Type Field Description protected UnNamedDomainType
FieldTypeImpl. definition
The cached value of the 'Definition
' containment reference.Methods in net.opengis.wcs11.impl that return UnNamedDomainType Modifier and Type Method Description UnNamedDomainType
FieldTypeImpl. getDefinition()
Methods in net.opengis.wcs11.impl with parameters of type UnNamedDomainType Modifier and Type Method Description NotificationChain
FieldTypeImpl. basicSetDefinition(UnNamedDomainType newDefinition, NotificationChain msgs)
void
FieldTypeImpl. setDefinition(UnNamedDomainType newDefinition)
-
Uses of UnNamedDomainType in net.opengis.wcs11.validation
Methods in net.opengis.wcs11.validation with parameters of type UnNamedDomainType Modifier and Type Method Description boolean
FieldTypeValidator. validateDefinition(UnNamedDomainType value)
-