Uses of Interface
net.opengis.wcs11.RangeSubsetType
- 
Packages that use RangeSubsetType Package Description net.opengis.wcs11 net.opengis.wcs11.impl net.opengis.wcs11.util net.opengis.wcs11.validation 
- 
- 
Uses of RangeSubsetType in net.opengis.wcs11Methods in net.opengis.wcs11 that return RangeSubsetType Modifier and Type Method Description RangeSubsetTypeWcs111Factory. createRangeSubsetType()Returns a new object of class 'Range Subset Type'.RangeSubsetTypeWcs11Factory. createRangeSubsetType()Returns a new object of class 'Range Subset Type'.RangeSubsetTypeGetCoverageType. getRangeSubset()Returns the value of the 'Range Subset' containment reference.Methods in net.opengis.wcs11 with parameters of type RangeSubsetType Modifier and Type Method Description voidGetCoverageType. setRangeSubset(RangeSubsetType value)Sets the value of the 'Range Subset' containment reference.
- 
Uses of RangeSubsetType in net.opengis.wcs11.implClasses in net.opengis.wcs11.impl that implement RangeSubsetType Modifier and Type Class Description classRangeSubsetTypeImplAn implementation of the model object 'Range Subset Type'.Fields in net.opengis.wcs11.impl declared as RangeSubsetType Modifier and Type Field Description protected RangeSubsetTypeGetCoverageTypeImpl. rangeSubsetThe cached value of the 'Range Subset' containment reference.Methods in net.opengis.wcs11.impl that return RangeSubsetType Modifier and Type Method Description RangeSubsetTypeWcs111FactoryImpl. createRangeSubsetType()RangeSubsetTypeWcs11FactoryImpl. createRangeSubsetType()RangeSubsetTypeGetCoverageTypeImpl. getRangeSubset()Methods in net.opengis.wcs11.impl with parameters of type RangeSubsetType Modifier and Type Method Description NotificationChainGetCoverageTypeImpl. basicSetRangeSubset(RangeSubsetType newRangeSubset, NotificationChain msgs)voidGetCoverageTypeImpl. setRangeSubset(RangeSubsetType newRangeSubset)
- 
Uses of RangeSubsetType in net.opengis.wcs11.utilMethods in net.opengis.wcs11.util with parameters of type RangeSubsetType Modifier and Type Method Description ObjectWcs111Switch. caseRangeSubsetType(RangeSubsetType object)Returns the result of interpreting the object as an instance of 'Range Subset Type'.ObjectWcs11Switch. caseRangeSubsetType(RangeSubsetType object)Returns the result of interpreting the object as an instance of 'Range Subset Type'.booleanWcs111Validator. validateRangeSubsetType(RangeSubsetType rangeSubsetType, DiagnosticChain diagnostics, Map context)booleanWcs11Validator. validateRangeSubsetType(RangeSubsetType rangeSubsetType, DiagnosticChain diagnostics, Map context)
- 
Uses of RangeSubsetType in net.opengis.wcs11.validationMethods in net.opengis.wcs11.validation with parameters of type RangeSubsetType Modifier and Type Method Description booleanGetCoverageTypeValidator. validateRangeSubset(RangeSubsetType value)
 
-