Uses of Interface
net.opengis.ows11.RangeType
-
Packages that use RangeType Package Description net.opengis.ows11 net.opengis.ows11.impl net.opengis.ows11.util net.opengis.ows11.validation -
-
Uses of RangeType in net.opengis.ows11
Methods in net.opengis.ows11 that return RangeType Modifier and Type Method Description RangeType
Ows11Factory. createRangeType()
Returns a new object of class 'Range Type'.RangeType
DocumentRoot. getRange()
Returns the value of the 'Range' containment reference.Methods in net.opengis.ows11 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.ows11.impl
Classes in net.opengis.ows11.impl that implement RangeType Modifier and Type Class Description class
RangeTypeImpl
An implementation of the model object 'Range Type'.Methods in net.opengis.ows11.impl that return RangeType Modifier and Type Method Description RangeType
Ows11FactoryImpl. createRangeType()
RangeType
DocumentRootImpl. getRange()
Methods in net.opengis.ows11.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.ows11.util
Methods in net.opengis.ows11.util with parameters of type RangeType Modifier and Type Method Description Object
Ows11Switch. caseRangeType(RangeType object)
Returns the result of interpreting the object as an instance of 'Range Type'.boolean
Ows11Validator. validateRangeType(RangeType rangeType, DiagnosticChain diagnostics, Map context)
-
Uses of RangeType in net.opengis.ows11.validation
Methods in net.opengis.ows11.validation with parameters of type RangeType Modifier and Type Method Description boolean
DocumentRootValidator. validateRange(RangeType value)
-