Uses of Interface
net.opengis.wcs10.RangeSetType
Packages that use RangeSetType
Package
Description
-
Uses of RangeSetType in net.opengis.wcs10
Methods in net.opengis.wcs10 that return RangeSetTypeModifier and TypeMethodDescriptionWcs10Factory.createRangeSetType()Returns a new object of class 'Range Set Type'.RangeSetType1.getRangeSet()Returns the value of the 'Range Set' containment reference.DocumentRoot.getRangeSet1()Returns the value of the 'Range Set1' containment reference.Methods in net.opengis.wcs10 with parameters of type RangeSetTypeModifier and TypeMethodDescriptionvoidRangeSetType1.setRangeSet(RangeSetType value) Sets the value of the 'Range Set' containment reference.voidDocumentRoot.setRangeSet1(RangeSetType value) Sets the value of the 'Range Set1' containment reference. -
Uses of RangeSetType in net.opengis.wcs10.impl
Classes in net.opengis.wcs10.impl that implement RangeSetTypeModifier and TypeClassDescriptionclassAn implementation of the model object 'Range Set Type'.Fields in net.opengis.wcs10.impl declared as RangeSetTypeModifier and TypeFieldDescriptionprotected RangeSetTypeRangeSetType1Impl.rangeSetThe cached value of the 'Range Set' containment reference.Methods in net.opengis.wcs10.impl that return RangeSetTypeModifier and TypeMethodDescriptionWcs10FactoryImpl.createRangeSetType()RangeSetType1Impl.getRangeSet()DocumentRootImpl.getRangeSet1()Methods in net.opengis.wcs10.impl with parameters of type RangeSetTypeModifier and TypeMethodDescriptionNotificationChainRangeSetType1Impl.basicSetRangeSet(RangeSetType newRangeSet, NotificationChain msgs) NotificationChainDocumentRootImpl.basicSetRangeSet1(RangeSetType newRangeSet1, NotificationChain msgs) voidRangeSetType1Impl.setRangeSet(RangeSetType newRangeSet) voidDocumentRootImpl.setRangeSet1(RangeSetType newRangeSet1) -
Uses of RangeSetType in net.opengis.wcs10.util
Methods in net.opengis.wcs10.util with parameters of type RangeSetTypeModifier and TypeMethodDescriptionWcs10Switch.caseRangeSetType(RangeSetType object) Returns the result of interpreting the object as an instance of 'Range Set Type'. -
Uses of RangeSetType in net.opengis.wcs10.validation
Methods in net.opengis.wcs10.validation with parameters of type RangeSetTypeModifier and TypeMethodDescriptionbooleanRangeSetType1Validator.validateRangeSet(RangeSetType value) booleanDocumentRootValidator.validateRangeSet1(RangeSetType value)