Uses of Interface
net.opengis.wcs20.DimensionSliceType
- 
Packages that use DimensionSliceType Package Description net.opengis.wcs20 net.opengis.wcs20.impl net.opengis.wcs20.util 
- 
- 
Uses of DimensionSliceType in net.opengis.wcs20Methods in net.opengis.wcs20 that return DimensionSliceType Modifier and Type Method Description DimensionSliceTypeWcs20Factory. createDimensionSliceType()Returns a new object of class 'Dimension Slice Type'.DimensionSliceTypeDocumentRoot. getDimensionSlice()Returns the value of the 'Dimension Slice' containment reference.Methods in net.opengis.wcs20 with parameters of type DimensionSliceType Modifier and Type Method Description voidDocumentRoot. setDimensionSlice(DimensionSliceType value)Sets the value of the 'Dimension Slice' containment reference.
- 
Uses of DimensionSliceType in net.opengis.wcs20.implClasses in net.opengis.wcs20.impl that implement DimensionSliceType Modifier and Type Class Description classDimensionSliceTypeImplAn implementation of the model object 'Dimension Slice Type'.Methods in net.opengis.wcs20.impl that return DimensionSliceType Modifier and Type Method Description DimensionSliceTypeWcs20FactoryImpl. createDimensionSliceType()DimensionSliceTypeDocumentRootImpl. getDimensionSlice()Methods in net.opengis.wcs20.impl with parameters of type DimensionSliceType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetDimensionSlice(DimensionSliceType newDimensionSlice, NotificationChain msgs)voidDocumentRootImpl. setDimensionSlice(DimensionSliceType newDimensionSlice)
- 
Uses of DimensionSliceType in net.opengis.wcs20.utilMethods in net.opengis.wcs20.util with parameters of type DimensionSliceType Modifier and Type Method Description booleanWcs20Validator. validateDimensionSliceType(DimensionSliceType dimensionSliceType, DiagnosticChain diagnostics, Map<Object,Object> context)
 
-