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 RangeSetType1Wcs10Factory. createRangeSetType1()Returns a new object of class 'Range Set Type1'.RangeSetType1CoverageOfferingType. getRangeSet()Returns the value of the 'Range Set' containment reference.RangeSetType1DocumentRoot. 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 voidCoverageOfferingType. setRangeSet(RangeSetType1 value)Sets the value of the 'Range Set' containment reference.voidDocumentRoot. 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 classRangeSetType1ImplAn implementation of the model object 'Range Set Type1'.Fields in net.opengis.wcs10.impl declared as RangeSetType1 Modifier and Type Field Description protected RangeSetType1CoverageOfferingTypeImpl. rangeSetThe cached value of the 'Range Set' containment reference.Methods in net.opengis.wcs10.impl that return RangeSetType1 Modifier and Type Method Description RangeSetType1Wcs10FactoryImpl. createRangeSetType1()RangeSetType1CoverageOfferingTypeImpl. getRangeSet()RangeSetType1DocumentRootImpl. getRangeSet()Methods in net.opengis.wcs10.impl with parameters of type RangeSetType1 Modifier and Type Method Description NotificationChainCoverageOfferingTypeImpl. basicSetRangeSet(RangeSetType1 newRangeSet, NotificationChain msgs)NotificationChainDocumentRootImpl. basicSetRangeSet(RangeSetType1 newRangeSet, NotificationChain msgs)voidCoverageOfferingTypeImpl. setRangeSet(RangeSetType1 newRangeSet)voidDocumentRootImpl. 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 ObjectWcs10Switch. 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 booleanCoverageOfferingTypeValidator. validateRangeSet(RangeSetType1 value)booleanDocumentRootValidator. validateRangeSet(RangeSetType1 value)
-