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 ExtensionType
Wcs20Factory. createExtensionType()
Returns a new object of class 'Extension Type'.ExtensionType
ContentsType. getExtension()
Returns the value of the 'Extension' containment reference.ExtensionType
DocumentRoot. getExtension()
Returns the value of the 'Extension' containment reference.ExtensionType
RequestBaseType. getExtension()
Returns the value of the 'Extension' containment reference.ExtensionType
ServiceMetadataType. getExtension()
Returns the value of the 'Extension' containment reference.ExtensionType
ServiceParametersType. getExtension()
Returns the value of the 'Extension' containment reference.Methods in net.opengis.wcs20 with parameters of type ExtensionType Modifier and Type Method Description void
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 ExtensionType Modifier and Type Class Description class
ExtensionTypeImpl
An implementation of the model object 'Extension Type'.Fields in net.opengis.wcs20.impl declared as ExtensionType Modifier and Type Field Description protected 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 ExtensionType Modifier and Type Method Description ExtensionType
Wcs20FactoryImpl. createExtensionType()
ExtensionType
ContentsTypeImpl. getExtension()
ExtensionType
DocumentRootImpl. getExtension()
ExtensionType
RequestBaseTypeImpl. getExtension()
ExtensionType
ServiceMetadataTypeImpl. getExtension()
ExtensionType
ServiceParametersTypeImpl. getExtension()
Methods in net.opengis.wcs20.impl with parameters of type ExtensionType Modifier and Type Method Description NotificationChain
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 ExtensionType Modifier and Type Method Description boolean
Wcs20Validator. validateExtensionType(ExtensionType extensionType, DiagnosticChain diagnostics, Map<Object,Object> context)
-