Uses of Interface
net.opengis.wcs10.RangeSetType1
-
Packages that use RangeSetType1 Package Description net.opengis.wcs10 net.opengis.wcs10.impl net.opengis.wcs10.util net.opengis.wcs10.validation -
-
Uses of RangeSetType1 in net.opengis.wcs10
Methods in net.opengis.wcs10 that return RangeSetType1 Modifier and Type Method Description RangeSetType1
Wcs10Factory. createRangeSetType1()
Returns a new object of class 'Range Set Type1'.RangeSetType1
CoverageOfferingType. getRangeSet()
Returns the value of the 'Range Set' containment reference.RangeSetType1
DocumentRoot. getRangeSet()
Returns the value of the 'Range Set' containment reference.Methods in net.opengis.wcs10 with parameters of type RangeSetType1 Modifier and Type Method Description void
CoverageOfferingType. setRangeSet(RangeSetType1 value)
Sets the value of the 'Range Set
' containment reference.void
DocumentRoot. setRangeSet(RangeSetType1 value)
Sets the value of the 'Range Set
' containment reference. -
Uses of RangeSetType1 in net.opengis.wcs10.impl
Classes in net.opengis.wcs10.impl that implement RangeSetType1 Modifier and Type Class Description class
RangeSetType1Impl
An implementation of the model object 'Range Set Type1'.Fields in net.opengis.wcs10.impl declared as RangeSetType1 Modifier and Type Field Description protected RangeSetType1
CoverageOfferingTypeImpl. rangeSet
The cached value of the 'Range Set
' containment reference.Methods in net.opengis.wcs10.impl that return RangeSetType1 Modifier and Type Method Description RangeSetType1
Wcs10FactoryImpl. createRangeSetType1()
RangeSetType1
CoverageOfferingTypeImpl. getRangeSet()
RangeSetType1
DocumentRootImpl. getRangeSet()
Methods in net.opengis.wcs10.impl with parameters of type RangeSetType1 Modifier and Type Method Description NotificationChain
CoverageOfferingTypeImpl. basicSetRangeSet(RangeSetType1 newRangeSet, NotificationChain msgs)
NotificationChain
DocumentRootImpl. basicSetRangeSet(RangeSetType1 newRangeSet, NotificationChain msgs)
void
CoverageOfferingTypeImpl. setRangeSet(RangeSetType1 newRangeSet)
void
DocumentRootImpl. setRangeSet(RangeSetType1 newRangeSet)
-
Uses of RangeSetType1 in net.opengis.wcs10.util
Methods in net.opengis.wcs10.util with parameters of type RangeSetType1 Modifier and Type Method Description Object
Wcs10Switch. caseRangeSetType1(RangeSetType1 object)
Returns the result of interpreting the object as an instance of 'Range Set Type1'. -
Uses of RangeSetType1 in net.opengis.wcs10.validation
Methods in net.opengis.wcs10.validation with parameters of type RangeSetType1 Modifier and Type Method Description boolean
CoverageOfferingTypeValidator. validateRangeSet(RangeSetType1 value)
boolean
DocumentRootValidator. validateRangeSet(RangeSetType1 value)
-