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 TypeMethodDescriptionvoidContentsType.setExtension(ExtensionType value) Sets the value of the 'Extension' containment reference.voidDocumentRoot.setExtension(ExtensionType value) Sets the value of the 'Extension' containment reference.voidRequestBaseType.setExtension(ExtensionType value) Sets the value of the 'Extension' containment reference.voidServiceMetadataType.setExtension(ExtensionType value) Sets the value of the 'Extension' containment reference.voidServiceParametersType.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 TypeClassDescriptionclassAn implementation of the model object 'Extension Type'.Fields in net.opengis.wcs20.impl declared as ExtensionTypeModifier and TypeFieldDescriptionprotected ExtensionTypeContentsTypeImpl.extensionThe cached value of the 'Extension' containment reference.protected ExtensionTypeRequestBaseTypeImpl.extensionThe cached value of the 'Extension' containment reference.protected ExtensionTypeServiceMetadataTypeImpl.extensionThe cached value of the 'Extension' containment reference.protected ExtensionTypeServiceParametersTypeImpl.extensionThe 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 TypeMethodDescriptionNotificationChainContentsTypeImpl.basicSetExtension(ExtensionType newExtension, NotificationChain msgs) NotificationChainDocumentRootImpl.basicSetExtension(ExtensionType newExtension, NotificationChain msgs) NotificationChainRequestBaseTypeImpl.basicSetExtension(ExtensionType newExtension, NotificationChain msgs) NotificationChainServiceMetadataTypeImpl.basicSetExtension(ExtensionType newExtension, NotificationChain msgs) NotificationChainServiceParametersTypeImpl.basicSetExtension(ExtensionType newExtension, NotificationChain msgs) voidContentsTypeImpl.setExtension(ExtensionType newExtension) voidDocumentRootImpl.setExtension(ExtensionType newExtension) voidRequestBaseTypeImpl.setExtension(ExtensionType newExtension) voidServiceMetadataTypeImpl.setExtension(ExtensionType newExtension) voidServiceParametersTypeImpl.setExtension(ExtensionType newExtension) -
Uses of ExtensionType in net.opengis.wcs20.util
Methods in net.opengis.wcs20.util with parameters of type ExtensionTypeModifier and TypeMethodDescriptionbooleanWcs20Validator.validateExtensionType(ExtensionType extensionType, DiagnosticChain diagnostics, Map<Object, Object> context)