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 RangeSetTypeWcs10Factory. createRangeSetType()Returns a new object of class 'Range Set Type'.RangeSetTypeRangeSetType1. getRangeSet()Returns the value of the 'Range Set' containment reference.RangeSetTypeDocumentRoot. 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 voidRangeSetType1. 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 RangeSetType Modifier and Type Class Description classRangeSetTypeImplAn implementation of the model object 'Range Set Type'.Fields in net.opengis.wcs10.impl declared as RangeSetType Modifier and Type Field Description protected RangeSetTypeRangeSetType1Impl. rangeSetThe cached value of the 'Range Set' containment reference.Methods in net.opengis.wcs10.impl that return RangeSetType Modifier and Type Method Description RangeSetTypeWcs10FactoryImpl. createRangeSetType()RangeSetTypeRangeSetType1Impl. getRangeSet()RangeSetTypeDocumentRootImpl. getRangeSet1()Methods in net.opengis.wcs10.impl with parameters of type RangeSetType Modifier and Type Method Description NotificationChainRangeSetType1Impl. 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 RangeSetType Modifier and Type Method Description ObjectWcs10Switch. 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 booleanRangeSetType1Validator. validateRangeSet(RangeSetType value)booleanDocumentRootValidator. validateRangeSet1(RangeSetType value)
-