Uses of Interface
net.opengis.ows11.UnNamedDomainType
Packages that use UnNamedDomainType
Package
Description
-
Uses of UnNamedDomainType in net.opengis.ows11
Subinterfaces of UnNamedDomainType in net.opengis.ows11Modifier and TypeInterfaceDescriptioninterface
A representation of the model object 'Domain Type'.Methods in net.opengis.ows11 that return UnNamedDomainTypeModifier and TypeMethodDescriptionOws11Factory.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 UnNamedDomainTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Domain Type'.class
An implementation of the model object 'Un Named Domain Type'.Methods in net.opengis.ows11.impl that return UnNamedDomainType -
Uses of UnNamedDomainType in net.opengis.ows11.util
Methods in net.opengis.ows11.util with parameters of type UnNamedDomainTypeModifier and TypeMethodDescriptionOws11Switch.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 UnNamedDomainTypeModifier and TypeMethodDescriptionFieldType.getDefinition()
Returns the value of the 'Definition' containment reference.Methods in net.opengis.wcs11 with parameters of type UnNamedDomainTypeModifier and TypeMethodDescriptionvoid
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 UnNamedDomainTypeModifier and TypeFieldDescriptionprotected UnNamedDomainType
FieldTypeImpl.definition
The cached value of the 'Definition
' containment reference.Methods in net.opengis.wcs11.impl that return UnNamedDomainTypeMethods in net.opengis.wcs11.impl with parameters of type UnNamedDomainTypeModifier and TypeMethodDescriptionNotificationChain
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 UnNamedDomainTypeModifier and TypeMethodDescriptionboolean
FieldTypeValidator.validateDefinition
(UnNamedDomainType value)