Uses of Interface
net.opengis.wcs20.ExtensionType
Packages that use ExtensionType
-
Uses of ExtensionType in net.opengis.wcs20
Methods in net.opengis.wcs20 that return ExtensionTypeModifier and TypeMethodDescriptionWcs20Factory.createExtensionType()
Returns a new object of class 'Extension Type'.ContentsType.getExtension()
Returns the value of the 'Extension' containment reference.DocumentRoot.getExtension()
Returns the value of the 'Extension' containment reference.RequestBaseType.getExtension()
Returns the value of the 'Extension' containment reference.ServiceMetadataType.getExtension()
Returns the value of the 'Extension' containment reference.ServiceParametersType.getExtension()
Returns the value of the 'Extension' containment reference.Methods in net.opengis.wcs20 with parameters of type ExtensionTypeModifier and TypeMethodDescriptionvoid
ContentsType.setExtension
(ExtensionType value) Sets the value of the 'Extension
' containment reference.void
DocumentRoot.setExtension
(ExtensionType value) Sets the value of the 'Extension
' containment reference.void
RequestBaseType.setExtension
(ExtensionType value) Sets the value of the 'Extension
' containment reference.void
ServiceMetadataType.setExtension
(ExtensionType value) Sets the value of the 'Extension
' containment reference.void
ServiceParametersType.setExtension
(ExtensionType value) Sets the value of the 'Extension
' containment reference. -
Uses of ExtensionType in net.opengis.wcs20.impl
Classes in net.opengis.wcs20.impl that implement ExtensionTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Extension Type'.Fields in net.opengis.wcs20.impl declared as ExtensionTypeModifier and TypeFieldDescriptionprotected ExtensionType
ContentsTypeImpl.extension
The cached value of the 'Extension
' containment reference.protected ExtensionType
RequestBaseTypeImpl.extension
The cached value of the 'Extension
' containment reference.protected ExtensionType
ServiceMetadataTypeImpl.extension
The cached value of the 'Extension
' containment reference.protected ExtensionType
ServiceParametersTypeImpl.extension
The cached value of the 'Extension
' containment reference.Methods in net.opengis.wcs20.impl that return ExtensionTypeModifier and TypeMethodDescriptionWcs20FactoryImpl.createExtensionType()
ContentsTypeImpl.getExtension()
DocumentRootImpl.getExtension()
RequestBaseTypeImpl.getExtension()
ServiceMetadataTypeImpl.getExtension()
ServiceParametersTypeImpl.getExtension()
Methods in net.opengis.wcs20.impl with parameters of type ExtensionTypeModifier and TypeMethodDescriptionNotificationChain
ContentsTypeImpl.basicSetExtension
(ExtensionType newExtension, NotificationChain msgs) NotificationChain
DocumentRootImpl.basicSetExtension
(ExtensionType newExtension, NotificationChain msgs) NotificationChain
RequestBaseTypeImpl.basicSetExtension
(ExtensionType newExtension, NotificationChain msgs) NotificationChain
ServiceMetadataTypeImpl.basicSetExtension
(ExtensionType newExtension, NotificationChain msgs) NotificationChain
ServiceParametersTypeImpl.basicSetExtension
(ExtensionType newExtension, NotificationChain msgs) void
ContentsTypeImpl.setExtension
(ExtensionType newExtension) void
DocumentRootImpl.setExtension
(ExtensionType newExtension) void
RequestBaseTypeImpl.setExtension
(ExtensionType newExtension) void
ServiceMetadataTypeImpl.setExtension
(ExtensionType newExtension) void
ServiceParametersTypeImpl.setExtension
(ExtensionType newExtension) -
Uses of ExtensionType in net.opengis.wcs20.util
Methods in net.opengis.wcs20.util with parameters of type ExtensionTypeModifier and TypeMethodDescriptionboolean
Wcs20Validator.validateExtensionType
(ExtensionType extensionType, DiagnosticChain diagnostics, Map<Object, Object> context)