Uses of Interface
net.opengis.wcs11.RangeType
- 
Packages that use RangeType Package Description net.opengis.wcs11 net.opengis.wcs11.impl net.opengis.wcs11.util net.opengis.wcs11.validation 
- 
- 
Uses of RangeType in net.opengis.wcs11Methods in net.opengis.wcs11 that return RangeType Modifier and Type Method Description RangeTypeWcs111Factory. createRangeType()Returns a new object of class 'Range Type'.RangeTypeWcs11Factory. createRangeType()Returns a new object of class 'Range Type'.RangeTypeCoverageDescriptionType. getRange()Returns the value of the 'Range' containment reference.Methods in net.opengis.wcs11 with parameters of type RangeType Modifier and Type Method Description voidCoverageDescriptionType. setRange(RangeType value)Sets the value of the 'Range' containment reference.
- 
Uses of RangeType in net.opengis.wcs11.implClasses in net.opengis.wcs11.impl that implement RangeType Modifier and Type Class Description classRangeTypeImplAn implementation of the model object 'Range Type'.Fields in net.opengis.wcs11.impl declared as RangeType Modifier and Type Field Description protected RangeTypeCoverageDescriptionTypeImpl. rangeThe cached value of the 'Range' containment reference.Methods in net.opengis.wcs11.impl that return RangeType Modifier and Type Method Description RangeTypeWcs111FactoryImpl. createRangeType()RangeTypeWcs11FactoryImpl. createRangeType()RangeTypeCoverageDescriptionTypeImpl. getRange()Methods in net.opengis.wcs11.impl with parameters of type RangeType Modifier and Type Method Description NotificationChainCoverageDescriptionTypeImpl. basicSetRange(RangeType newRange, NotificationChain msgs)voidCoverageDescriptionTypeImpl. setRange(RangeType newRange)
- 
Uses of RangeType in net.opengis.wcs11.utilMethods in net.opengis.wcs11.util with parameters of type RangeType Modifier and Type Method Description ObjectWcs111Switch. caseRangeType(RangeType object)Returns the result of interpreting the object as an instance of 'Range Type'.ObjectWcs11Switch. caseRangeType(RangeType object)Returns the result of interpreting the object as an instance of 'Range Type'.booleanWcs111Validator. validateRangeType(RangeType rangeType, DiagnosticChain diagnostics, Map context)booleanWcs11Validator. validateRangeType(RangeType rangeType, DiagnosticChain diagnostics, Map context)
- 
Uses of RangeType in net.opengis.wcs11.validationMethods in net.opengis.wcs11.validation with parameters of type RangeType Modifier and Type Method Description booleanCoverageDescriptionTypeValidator. validateRange(RangeType value)
 
-