Uses of Interface
net.opengis.ows11.RangeType

Packages that use RangeType
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
 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
 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
 class RangeTypeImpl
          An implementation of the model object 'Range Type'.
 

Methods in net.opengis.ows11.impl that return RangeType
 RangeType Ows11FactoryImpl.createRangeType()
           
 RangeType DocumentRootImpl.getRange()
           
 

Methods in net.opengis.ows11.impl with parameters of type RangeType
 org.eclipse.emf.common.notify.NotificationChain DocumentRootImpl.basicSetRange(RangeType newRange, org.eclipse.emf.common.notify.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
 java.lang.Object Ows11Switch.caseRangeType(RangeType object)
          Returns the result of interpreting the object as an instance of 'Range Type'.
 boolean Ows11Validator.validateRangeType(RangeType rangeType, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)
           
 

Uses of RangeType in net.opengis.ows11.validation
 

Methods in net.opengis.ows11.validation with parameters of type RangeType
 boolean DocumentRootValidator.validateRange(RangeType value)
           
 



Copyright © 1996-2010 Geotools. All Rights Reserved.