Uses of Interface
net.opengis.wcs10.RangeSetType1
Packages that use RangeSetType1
Package
Description
-
Uses of RangeSetType1 in net.opengis.wcs10
Methods in net.opengis.wcs10 that return RangeSetType1Modifier and TypeMethodDescriptionWcs10Factory.createRangeSetType1()
Returns a new object of class 'Range Set Type1'.CoverageOfferingType.getRangeSet()
Returns the value of the 'Range Set' containment reference.DocumentRoot.getRangeSet()
Returns the value of the 'Range Set' containment reference.Methods in net.opengis.wcs10 with parameters of type RangeSetType1Modifier and TypeMethodDescriptionvoid
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 RangeSetType1Modifier and TypeClassDescriptionclass
An implementation of the model object 'Range Set Type1'.Fields in net.opengis.wcs10.impl declared as RangeSetType1Modifier and TypeFieldDescriptionprotected RangeSetType1
CoverageOfferingTypeImpl.rangeSet
The cached value of the 'Range Set
' containment reference.Methods in net.opengis.wcs10.impl that return RangeSetType1Modifier and TypeMethodDescriptionWcs10FactoryImpl.createRangeSetType1()
CoverageOfferingTypeImpl.getRangeSet()
DocumentRootImpl.getRangeSet()
Methods in net.opengis.wcs10.impl with parameters of type RangeSetType1Modifier and TypeMethodDescriptionNotificationChain
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 RangeSetType1Modifier and TypeMethodDescriptionWcs10Switch.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 RangeSetType1Modifier and TypeMethodDescriptionboolean
CoverageOfferingTypeValidator.validateRangeSet
(RangeSetType1 value) boolean
DocumentRootValidator.validateRangeSet
(RangeSetType1 value)