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.wcs20
Methods in net.opengis.wcs20 that return DimensionSliceType Modifier and Type Method Description DimensionSliceType
Wcs20Factory. createDimensionSliceType()
Returns a new object of class 'Dimension Slice Type'.DimensionSliceType
DocumentRoot. 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 void
DocumentRoot. setDimensionSlice(DimensionSliceType value)
Sets the value of the 'Dimension Slice
' containment reference. -
Uses of DimensionSliceType in net.opengis.wcs20.impl
Classes in net.opengis.wcs20.impl that implement DimensionSliceType Modifier and Type Class Description class
DimensionSliceTypeImpl
An implementation of the model object 'Dimension Slice Type'.Methods in net.opengis.wcs20.impl that return DimensionSliceType Modifier and Type Method Description DimensionSliceType
Wcs20FactoryImpl. createDimensionSliceType()
DimensionSliceType
DocumentRootImpl. getDimensionSlice()
Methods in net.opengis.wcs20.impl with parameters of type DimensionSliceType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetDimensionSlice(DimensionSliceType newDimensionSlice, NotificationChain msgs)
void
DocumentRootImpl. setDimensionSlice(DimensionSliceType newDimensionSlice)
-
Uses of DimensionSliceType in net.opengis.wcs20.util
Methods in net.opengis.wcs20.util with parameters of type DimensionSliceType Modifier and Type Method Description boolean
Wcs20Validator. validateDimensionSliceType(DimensionSliceType dimensionSliceType, DiagnosticChain diagnostics, Map<Object,Object> context)
-