Uses of Interface
net.opengis.wcs10.RangeSetType
-
Packages that use RangeSetType Package Description net.opengis.wcs10 net.opengis.wcs10.impl net.opengis.wcs10.util net.opengis.wcs10.validation -
-
Uses of RangeSetType in net.opengis.wcs10
Methods in net.opengis.wcs10 that return RangeSetType Modifier and Type Method Description RangeSetType
Wcs10Factory. createRangeSetType()
Returns a new object of class 'Range Set Type'.RangeSetType
RangeSetType1. getRangeSet()
Returns the value of the 'Range Set' containment reference.RangeSetType
DocumentRoot. getRangeSet1()
Returns the value of the 'Range Set1' containment reference.Methods in net.opengis.wcs10 with parameters of type RangeSetType Modifier and Type Method Description void
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 RangeSetType Modifier and Type Class Description class
RangeSetTypeImpl
An implementation of the model object 'Range Set Type'.Fields in net.opengis.wcs10.impl declared as RangeSetType Modifier and Type Field Description protected RangeSetType
RangeSetType1Impl. rangeSet
The cached value of the 'Range Set
' containment reference.Methods in net.opengis.wcs10.impl that return RangeSetType Modifier and Type Method Description RangeSetType
Wcs10FactoryImpl. createRangeSetType()
RangeSetType
RangeSetType1Impl. getRangeSet()
RangeSetType
DocumentRootImpl. getRangeSet1()
Methods in net.opengis.wcs10.impl with parameters of type RangeSetType Modifier and Type Method Description NotificationChain
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 RangeSetType Modifier and Type Method Description Object
Wcs10Switch. 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 RangeSetType Modifier and Type Method Description boolean
RangeSetType1Validator. validateRangeSet(RangeSetType value)
boolean
DocumentRootValidator. validateRangeSet1(RangeSetType value)
-