Uses of Interface
net.opengis.wcs20.ExtensionItemType
-
Packages that use ExtensionItemType Package Description net.opengis.wcs20 net.opengis.wcs20.impl net.opengis.wcs20.util -
-
Uses of ExtensionItemType in net.opengis.wcs20
Methods in net.opengis.wcs20 that return ExtensionItemType Modifier and Type Method Description ExtensionItemType
Wcs20Factory. createExtensionItemType()
Returns a new object of class 'Extension Item Type'.Methods in net.opengis.wcs20 that return types with arguments of type ExtensionItemType Modifier and Type Method Description EList<ExtensionItemType>
ExtensionType. getContents()
Returns the value of the 'Contents' reference list. -
Uses of ExtensionItemType in net.opengis.wcs20.impl
Classes in net.opengis.wcs20.impl that implement ExtensionItemType Modifier and Type Class Description class
ExtensionItemTypeImpl
An implementation of the model object 'Extension Item Type'.Fields in net.opengis.wcs20.impl with type parameters of type ExtensionItemType Modifier and Type Field Description protected EList<ExtensionItemType>
ExtensionTypeImpl. contents
The cached value of the 'Contents
' reference list.Methods in net.opengis.wcs20.impl that return ExtensionItemType Modifier and Type Method Description ExtensionItemType
Wcs20FactoryImpl. createExtensionItemType()
Methods in net.opengis.wcs20.impl that return types with arguments of type ExtensionItemType Modifier and Type Method Description EList<ExtensionItemType>
ExtensionTypeImpl. getContents()
-
Uses of ExtensionItemType in net.opengis.wcs20.util
Methods in net.opengis.wcs20.util with parameters of type ExtensionItemType Modifier and Type Method Description boolean
Wcs20Validator. validateExtensionItemType(ExtensionItemType extensionItemType, DiagnosticChain diagnostics, Map<Object,Object> context)
-