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.wcs11
Methods in net.opengis.wcs11 that return RangeType Modifier and Type Method Description RangeType
Wcs111Factory. createRangeType()
Returns a new object of class 'Range Type'.RangeType
Wcs11Factory. createRangeType()
Returns a new object of class 'Range Type'.RangeType
CoverageDescriptionType. getRange()
Returns the value of the 'Range' containment reference.Methods in net.opengis.wcs11 with parameters of type RangeType Modifier and Type Method Description void
CoverageDescriptionType. setRange(RangeType value)
Sets the value of the 'Range
' containment reference. -
Uses of RangeType in net.opengis.wcs11.impl
Classes in net.opengis.wcs11.impl that implement RangeType Modifier and Type Class Description class
RangeTypeImpl
An implementation of the model object 'Range Type'.Fields in net.opengis.wcs11.impl declared as RangeType Modifier and Type Field Description protected RangeType
CoverageDescriptionTypeImpl. range
The cached value of the 'Range
' containment reference.Methods in net.opengis.wcs11.impl that return RangeType Modifier and Type Method Description RangeType
Wcs111FactoryImpl. createRangeType()
RangeType
Wcs11FactoryImpl. createRangeType()
RangeType
CoverageDescriptionTypeImpl. getRange()
Methods in net.opengis.wcs11.impl with parameters of type RangeType Modifier and Type Method Description NotificationChain
CoverageDescriptionTypeImpl. basicSetRange(RangeType newRange, NotificationChain msgs)
void
CoverageDescriptionTypeImpl. setRange(RangeType newRange)
-
Uses of RangeType in net.opengis.wcs11.util
Methods in net.opengis.wcs11.util with parameters of type RangeType Modifier and Type Method Description Object
Wcs111Switch. caseRangeType(RangeType object)
Returns the result of interpreting the object as an instance of 'Range Type'.Object
Wcs11Switch. caseRangeType(RangeType object)
Returns the result of interpreting the object as an instance of 'Range Type'.boolean
Wcs111Validator. validateRangeType(RangeType rangeType, DiagnosticChain diagnostics, Map context)
boolean
Wcs11Validator. validateRangeType(RangeType rangeType, DiagnosticChain diagnostics, Map context)
-
Uses of RangeType in net.opengis.wcs11.validation
Methods in net.opengis.wcs11.validation with parameters of type RangeType Modifier and Type Method Description boolean
CoverageDescriptionTypeValidator. validateRange(RangeType value)
-