Uses of Interface
net.opengis.ows20.RangeType
Packages that use RangeType
Package
Description
-
Uses of RangeType in net.opengis.ows20
Methods in net.opengis.ows20 that return RangeTypeModifier and TypeMethodDescriptionOws20Factory.createRangeType()
Returns a new object of class 'Range Type'.DocumentRoot.getRange()
Returns the value of the 'Range' containment reference.Methods in net.opengis.ows20 that return types with arguments of type RangeTypeModifier and TypeMethodDescriptionEList<RangeType>
AllowedValuesType.getRange()
Returns the value of the 'Range' containment reference list.Methods in net.opengis.ows20 with parameters of type RangeType -
Uses of RangeType in net.opengis.ows20.impl
Classes in net.opengis.ows20.impl that implement RangeTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Range Type'.Methods in net.opengis.ows20.impl that return RangeTypeMethods in net.opengis.ows20.impl that return types with arguments of type RangeTypeMethods in net.opengis.ows20.impl with parameters of type RangeTypeModifier and TypeMethodDescriptionNotificationChain
DocumentRootImpl.basicSetRange
(RangeType newRange, NotificationChain msgs) void
-
Uses of RangeType in net.opengis.ows20.util
Methods in net.opengis.ows20.util with parameters of type RangeTypeModifier and TypeMethodDescriptionOws20Switch.caseRangeType
(RangeType object) Returns the result of interpreting the object as an instance of 'Range Type'.boolean
Ows20Validator.validateRangeType
(RangeType rangeType, DiagnosticChain diagnostics, Map<Object, Object> context) -
Uses of RangeType in net.opengis.ows20.validation
Methods in net.opengis.ows20.validation with parameters of type RangeTypeMethod parameters in net.opengis.ows20.validation with type arguments of type RangeTypeModifier and TypeMethodDescriptionboolean
AllowedValuesTypeValidator.validateRange
(EList<RangeType> value)