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 TypeMethodDescriptionvoid
RangeSetType1.setRangeSet
(RangeSetType value) Sets the value of the 'Range Set
' containment reference.void
DocumentRoot.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 TypeClassDescriptionclass
An implementation of the model object 'Range Set Type'.Fields in net.opengis.wcs10.impl declared as RangeSetTypeModifier and TypeFieldDescriptionprotected RangeSetType
RangeSetType1Impl.rangeSet
The 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 TypeMethodDescriptionNotificationChain
RangeSetType1Impl.basicSetRangeSet
(RangeSetType newRangeSet, NotificationChain msgs) NotificationChain
DocumentRootImpl.basicSetRangeSet1
(RangeSetType newRangeSet1, NotificationChain msgs) void
RangeSetType1Impl.setRangeSet
(RangeSetType newRangeSet) void
DocumentRootImpl.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 TypeMethodDescriptionboolean
RangeSetType1Validator.validateRangeSet
(RangeSetType value) boolean
DocumentRootValidator.validateRangeSet1
(RangeSetType value)