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 RangeType
Ows20Factory. createRangeType()
Returns a new object of class 'Range Type'.RangeType
DocumentRoot. 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 void
DocumentRoot. 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 class
RangeTypeImpl
An implementation of the model object 'Range Type'.Methods in net.opengis.ows20.impl that return RangeType Modifier and Type Method Description RangeType
Ows20FactoryImpl. createRangeType()
RangeType
DocumentRootImpl. 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 NotificationChain
DocumentRootImpl. basicSetRange(RangeType newRange, NotificationChain msgs)
void
DocumentRootImpl. 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 T
Ows20Switch. 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 RangeType Modifier and Type Method Description boolean
DocumentRootValidator. validateRange(RangeType value)
Method parameters in net.opengis.ows20.validation with type arguments of type RangeType Modifier and Type Method Description boolean
AllowedValuesTypeValidator. validateRange(EList<RangeType> value)
-