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 interface
DimensionSliceType
A representation of the model object 'Dimension Slice Type'.interface
DimensionTrimType
A representation of the model object 'Dimension Trim Type'.Methods in net.opengis.wcs20 that return DimensionSubsetType Modifier and Type Method Description DimensionSubsetType
DocumentRoot. 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 class
DimensionSliceTypeImpl
An implementation of the model object 'Dimension Slice Type'.class
DimensionSubsetTypeImpl
An implementation of the model object 'Dimension Subset Type'.class
DimensionTrimTypeImpl
An implementation of the model object 'Dimension Trim Type'.Methods in net.opengis.wcs20.impl that return DimensionSubsetType Modifier and Type Method Description DimensionSubsetType
DocumentRootImpl. 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 NotificationChain
DocumentRootImpl. 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 boolean
Wcs20Validator. validateDimensionSubsetType(DimensionSubsetType dimensionSubsetType, DiagnosticChain diagnostics, Map<Object,Object> context)
-