Uses of Interface
net.opengis.ows20.RangeType
-
Packages that use RangeType Package Description net.opengis.ows20 net.opengis.ows20.impl net.opengis.ows20.util net.opengis.ows20.validation -
-
Uses of RangeType in net.opengis.ows20
Methods in net.opengis.ows20 that return RangeType Modifier and Type Method Description RangeTypeOws20Factory. createRangeType()Returns a new object of class 'Range Type'.RangeTypeDocumentRoot. getRange()Returns the value of the 'Range' containment reference.Methods in net.opengis.ows20 that return types with arguments of type RangeType Modifier and Type Method Description EList<RangeType>AllowedValuesType. getRange()Returns the value of the 'Range' containment reference list.Methods in net.opengis.ows20 with parameters of type RangeType Modifier and Type Method Description voidDocumentRoot. setRange(RangeType value)Sets the value of the 'Range' containment reference. -
Uses of RangeType in net.opengis.ows20.impl
Classes in net.opengis.ows20.impl that implement RangeType Modifier and Type Class Description classRangeTypeImplAn implementation of the model object 'Range Type'.Methods in net.opengis.ows20.impl that return RangeType Modifier and Type Method Description RangeTypeOws20FactoryImpl. createRangeType()RangeTypeDocumentRootImpl. getRange()Methods in net.opengis.ows20.impl that return types with arguments of type RangeType Modifier and Type Method Description EList<RangeType>AllowedValuesTypeImpl. getRange()Methods in net.opengis.ows20.impl with parameters of type RangeType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetRange(RangeType newRange, NotificationChain msgs)voidDocumentRootImpl. setRange(RangeType newRange) -
Uses of RangeType in net.opengis.ows20.util
Methods in net.opengis.ows20.util with parameters of type RangeType Modifier and Type Method Description TOws20Switch. caseRangeType(RangeType object)Returns the result of interpreting the object as an instance of 'Range Type'.booleanOws20Validator. 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 RangeType Modifier and Type Method Description booleanDocumentRootValidator. validateRange(RangeType value)Method parameters in net.opengis.ows20.validation with type arguments of type RangeType Modifier and Type Method Description booleanAllowedValuesTypeValidator. validateRange(EList<RangeType> value)
-