Uses of Interface
net.opengis.wcs10.RangeSubsetType
-
Packages that use RangeSubsetType Package Description net.opengis.wcs10 net.opengis.wcs10.impl net.opengis.wcs10.util net.opengis.wcs10.validation -
-
Uses of RangeSubsetType in net.opengis.wcs10
Methods in net.opengis.wcs10 that return RangeSubsetType Modifier and Type Method Description RangeSubsetType
Wcs10Factory. createRangeSubsetType()
Returns a new object of class 'Range Subset Type'.RangeSubsetType
GetCoverageType. getRangeSubset()
Returns the value of the 'Range Subset' containment reference.Methods in net.opengis.wcs10 with parameters of type RangeSubsetType Modifier and Type Method Description void
GetCoverageType. setRangeSubset(RangeSubsetType value)
Sets the value of the 'Range Subset
' containment reference. -
Uses of RangeSubsetType in net.opengis.wcs10.impl
Classes in net.opengis.wcs10.impl that implement RangeSubsetType Modifier and Type Class Description class
RangeSubsetTypeImpl
An implementation of the model object 'Range Subset Type'.Fields in net.opengis.wcs10.impl declared as RangeSubsetType Modifier and Type Field Description protected RangeSubsetType
GetCoverageTypeImpl. rangeSubset
The cached value of the 'Range Subset
' containment reference.Methods in net.opengis.wcs10.impl that return RangeSubsetType Modifier and Type Method Description RangeSubsetType
Wcs10FactoryImpl. createRangeSubsetType()
RangeSubsetType
GetCoverageTypeImpl. getRangeSubset()
Methods in net.opengis.wcs10.impl with parameters of type RangeSubsetType Modifier and Type Method Description NotificationChain
GetCoverageTypeImpl. basicSetRangeSubset(RangeSubsetType newRangeSubset, NotificationChain msgs)
void
GetCoverageTypeImpl. setRangeSubset(RangeSubsetType newRangeSubset)
-
Uses of RangeSubsetType in net.opengis.wcs10.util
Methods in net.opengis.wcs10.util with parameters of type RangeSubsetType Modifier and Type Method Description Object
Wcs10Switch. caseRangeSubsetType(RangeSubsetType object)
Returns the result of interpreting the object as an instance of 'Range Subset Type'. -
Uses of RangeSubsetType in net.opengis.wcs10.validation
Methods in net.opengis.wcs10.validation with parameters of type RangeSubsetType Modifier and Type Method Description boolean
GetCoverageTypeValidator. validateRangeSubset(RangeSubsetType value)
-