Uses of Interface
net.opengis.wcs20.DimensionSubsetType
-
Packages that use DimensionSubsetType Package Description net.opengis.wcs20 net.opengis.wcs20.impl net.opengis.wcs20.util -
-
Uses of DimensionSubsetType in net.opengis.wcs20
Subinterfaces of DimensionSubsetType in net.opengis.wcs20 Modifier and Type Interface Description interfaceDimensionSliceTypeA representation of the model object 'Dimension Slice Type'.interfaceDimensionTrimTypeA representation of the model object 'Dimension Trim Type'.Methods in net.opengis.wcs20 that return DimensionSubsetType Modifier and Type Method Description DimensionSubsetTypeDocumentRoot. getDimensionSubset()Returns the value of the 'Dimension Subset' containment reference.Methods in net.opengis.wcs20 that return types with arguments of type DimensionSubsetType Modifier and Type Method Description EList<DimensionSubsetType>GetCoverageType. getDimensionSubset()Returns the value of the 'Dimension Subset' containment reference list. -
Uses of DimensionSubsetType in net.opengis.wcs20.impl
Classes in net.opengis.wcs20.impl that implement DimensionSubsetType Modifier and Type Class Description classDimensionSliceTypeImplAn implementation of the model object 'Dimension Slice Type'.classDimensionSubsetTypeImplAn implementation of the model object 'Dimension Subset Type'.classDimensionTrimTypeImplAn implementation of the model object 'Dimension Trim Type'.Methods in net.opengis.wcs20.impl that return DimensionSubsetType Modifier and Type Method Description DimensionSubsetTypeDocumentRootImpl. getDimensionSubset()Methods in net.opengis.wcs20.impl that return types with arguments of type DimensionSubsetType Modifier and Type Method Description EList<DimensionSubsetType>GetCoverageTypeImpl. getDimensionSubset()Methods in net.opengis.wcs20.impl with parameters of type DimensionSubsetType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetDimensionSubset(DimensionSubsetType newDimensionSubset, NotificationChain msgs) -
Uses of DimensionSubsetType in net.opengis.wcs20.util
Methods in net.opengis.wcs20.util with parameters of type DimensionSubsetType Modifier and Type Method Description booleanWcs20Validator. validateDimensionSubsetType(DimensionSubsetType dimensionSubsetType, DiagnosticChain diagnostics, Map<Object,Object> context)
-