Uses of Interface
net.opengis.gml311.RangeSetType
Packages that use RangeSetType
-
Uses of RangeSetType in net.opengis.gml311
Methods in net.opengis.gml311 that return RangeSetTypeModifier and TypeMethodDescriptionGml311Factory.createRangeSetType()
Returns a new object of class 'Range Set Type'.AbstractCoverageType.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.gml311 with parameters of type RangeSetTypeModifier and TypeMethodDescriptionvoid
AbstractCoverageType.setRangeSet
(RangeSetType value) Sets the value of the 'Range Set
' containment reference.void
DocumentRoot.setRangeSet
(RangeSetType value) Sets the value of the 'Range Set
' containment reference. -
Uses of RangeSetType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement RangeSetTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Range Set Type'.Fields in net.opengis.gml311.impl declared as RangeSetTypeModifier and TypeFieldDescriptionprotected RangeSetType
AbstractCoverageTypeImpl.rangeSet
The cached value of the 'Range Set
' containment reference.Methods in net.opengis.gml311.impl that return RangeSetTypeModifier and TypeMethodDescriptionGml311FactoryImpl.createRangeSetType()
AbstractCoverageTypeImpl.getRangeSet()
DocumentRootImpl.getRangeSet()
Methods in net.opengis.gml311.impl with parameters of type RangeSetTypeModifier and TypeMethodDescriptionNotificationChain
AbstractCoverageTypeImpl.basicSetRangeSet
(RangeSetType newRangeSet, NotificationChain msgs) NotificationChain
DocumentRootImpl.basicSetRangeSet
(RangeSetType newRangeSet, NotificationChain msgs) void
AbstractCoverageTypeImpl.setRangeSet
(RangeSetType newRangeSet) void
DocumentRootImpl.setRangeSet
(RangeSetType newRangeSet) -
Uses of RangeSetType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type RangeSetTypeModifier and TypeMethodDescriptionGml311Switch.caseRangeSetType
(RangeSetType object) Returns the result of interpreting the object as an instance of 'Range Set Type'.boolean
Gml311Validator.validateRangeSetType
(RangeSetType rangeSetType, DiagnosticChain diagnostics, Map<Object, Object> context)