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.ows11Methods in net.opengis.ows11 that return RangeType Modifier and Type Method Description RangeTypeOws11Factory. createRangeType()Returns a new object of class 'Range Type'.RangeTypeDocumentRoot. getRange()Returns the value of the 'Range' containment reference.Methods in net.opengis.ows11 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.ows11.implClasses in net.opengis.ows11.impl that implement RangeType Modifier and Type Class Description classRangeTypeImplAn implementation of the model object 'Range Type'.Methods in net.opengis.ows11.impl that return RangeType Modifier and Type Method Description RangeTypeOws11FactoryImpl. createRangeType()RangeTypeDocumentRootImpl. getRange()Methods in net.opengis.ows11.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.ows11.utilMethods in net.opengis.ows11.util with parameters of type RangeType Modifier and Type Method Description ObjectOws11Switch. caseRangeType(RangeType object)Returns the result of interpreting the object as an instance of 'Range Type'.booleanOws11Validator. validateRangeType(RangeType rangeType, DiagnosticChain diagnostics, Map context)
- 
Uses of RangeType in net.opengis.ows11.validationMethods in net.opengis.ows11.validation with parameters of type RangeType Modifier and Type Method Description booleanDocumentRootValidator. validateRange(RangeType value)
 
-