Uses of Interface
net.opengis.wcs20.DimensionTrimType
-
Packages that use DimensionTrimType Package Description net.opengis.wcs20 net.opengis.wcs20.impl net.opengis.wcs20.util -
-
Uses of DimensionTrimType in net.opengis.wcs20
Methods in net.opengis.wcs20 that return DimensionTrimType Modifier and Type Method Description DimensionTrimType
Wcs20Factory. createDimensionTrimType()
Returns a new object of class 'Dimension Trim Type'.DimensionTrimType
DocumentRoot. getDimensionTrim()
Returns the value of the 'Dimension Trim' containment reference.Methods in net.opengis.wcs20 that return types with arguments of type DimensionTrimType Modifier and Type Method Description EList<DimensionTrimType>
DescribeEOCoverageSetType. getDimensionTrim()
Methods in net.opengis.wcs20 with parameters of type DimensionTrimType Modifier and Type Method Description void
DocumentRoot. setDimensionTrim(DimensionTrimType value)
Sets the value of the 'Dimension Trim
' containment reference. -
Uses of DimensionTrimType in net.opengis.wcs20.impl
Classes in net.opengis.wcs20.impl that implement DimensionTrimType Modifier and Type Class Description class
DimensionTrimTypeImpl
An implementation of the model object 'Dimension Trim Type'.Fields in net.opengis.wcs20.impl with type parameters of type DimensionTrimType Modifier and Type Field Description protected EList<DimensionTrimType>
DescribeEOCoverageSetTypeImpl. dimensionTrim
The cached value of the 'Dimension Trim
' reference list.Methods in net.opengis.wcs20.impl that return DimensionTrimType Modifier and Type Method Description DimensionTrimType
Wcs20FactoryImpl. createDimensionTrimType()
DimensionTrimType
DocumentRootImpl. getDimensionTrim()
Methods in net.opengis.wcs20.impl that return types with arguments of type DimensionTrimType Modifier and Type Method Description EList<DimensionTrimType>
DescribeEOCoverageSetTypeImpl. getDimensionTrim()
Methods in net.opengis.wcs20.impl with parameters of type DimensionTrimType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetDimensionTrim(DimensionTrimType newDimensionTrim, NotificationChain msgs)
void
DocumentRootImpl. setDimensionTrim(DimensionTrimType newDimensionTrim)
-
Uses of DimensionTrimType in net.opengis.wcs20.util
Methods in net.opengis.wcs20.util with parameters of type DimensionTrimType Modifier and Type Method Description boolean
Wcs20Validator. validateDimensionTrimType(DimensionTrimType dimensionTrimType, DiagnosticChain diagnostics, Map<Object,Object> context)
-