Uses of Interface
net.opengis.wcs20.ExtensionType
-
Packages that use ExtensionType Package Description net.opengis.wcs20 net.opengis.wcs20.impl net.opengis.wcs20.util -
-
Uses of ExtensionType in net.opengis.wcs20
Methods in net.opengis.wcs20 that return ExtensionType Modifier and Type Method Description ExtensionTypeWcs20Factory. createExtensionType()Returns a new object of class 'Extension Type'.ExtensionTypeContentsType. getExtension()Returns the value of the 'Extension' containment reference.ExtensionTypeDocumentRoot. getExtension()Returns the value of the 'Extension' containment reference.ExtensionTypeRequestBaseType. getExtension()Returns the value of the 'Extension' containment reference.ExtensionTypeServiceMetadataType. getExtension()Returns the value of the 'Extension' containment reference.ExtensionTypeServiceParametersType. getExtension()Returns the value of the 'Extension' containment reference.Methods in net.opengis.wcs20 with parameters of type ExtensionType Modifier and Type Method Description voidContentsType. 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 ExtensionType Modifier and Type Class Description classExtensionTypeImplAn implementation of the model object 'Extension Type'.Fields in net.opengis.wcs20.impl declared as ExtensionType Modifier and Type Field Description protected 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 ExtensionType Modifier and Type Method Description ExtensionTypeWcs20FactoryImpl. createExtensionType()ExtensionTypeContentsTypeImpl. getExtension()ExtensionTypeDocumentRootImpl. getExtension()ExtensionTypeRequestBaseTypeImpl. getExtension()ExtensionTypeServiceMetadataTypeImpl. getExtension()ExtensionTypeServiceParametersTypeImpl. getExtension()Methods in net.opengis.wcs20.impl with parameters of type ExtensionType Modifier and Type Method Description NotificationChainContentsTypeImpl. 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 ExtensionType Modifier and Type Method Description booleanWcs20Validator. validateExtensionType(ExtensionType extensionType, DiagnosticChain diagnostics, Map<Object,Object> context)
-