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.wcs20Methods in net.opengis.wcs20 that return DimensionTrimType Modifier and Type Method Description DimensionTrimTypeWcs20Factory. createDimensionTrimType()Returns a new object of class 'Dimension Trim Type'.DimensionTrimTypeDocumentRoot. 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 voidDocumentRoot. setDimensionTrim(DimensionTrimType value)Sets the value of the 'Dimension Trim' containment reference.
- 
Uses of DimensionTrimType in net.opengis.wcs20.implClasses in net.opengis.wcs20.impl that implement DimensionTrimType Modifier and Type Class Description classDimensionTrimTypeImplAn 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. dimensionTrimThe cached value of the 'Dimension Trim' reference list.Methods in net.opengis.wcs20.impl that return DimensionTrimType Modifier and Type Method Description DimensionTrimTypeWcs20FactoryImpl. createDimensionTrimType()DimensionTrimTypeDocumentRootImpl. 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 NotificationChainDocumentRootImpl. basicSetDimensionTrim(DimensionTrimType newDimensionTrim, NotificationChain msgs)voidDocumentRootImpl. setDimensionTrim(DimensionTrimType newDimensionTrim)
- 
Uses of DimensionTrimType in net.opengis.wcs20.utilMethods in net.opengis.wcs20.util with parameters of type DimensionTrimType Modifier and Type Method Description booleanWcs20Validator. validateDimensionTrimType(DimensionTrimType dimensionTrimType, DiagnosticChain diagnostics, Map<Object,Object> context)
 
-