Uses of Interface
net.opengis.ows11.SectionsType

Packages that use SectionsType
net.opengis.ows11   
net.opengis.ows11.impl   
net.opengis.ows11.util   
net.opengis.ows11.validation   
 

Uses of SectionsType in net.opengis.ows11
 

Methods in net.opengis.ows11 that return SectionsType
 SectionsType Ows11Factory.createSectionsType()
          Returns a new object of class 'Sections Type'.
 SectionsType GetCapabilitiesType.getSections()
          Returns the value of the 'Sections' containment reference.
 

Methods in net.opengis.ows11 with parameters of type SectionsType
 void GetCapabilitiesType.setSections(SectionsType value)
          Sets the value of the 'Sections' containment reference.
 

Uses of SectionsType in net.opengis.ows11.impl
 

Classes in net.opengis.ows11.impl that implement SectionsType
 class SectionsTypeImpl
          An implementation of the model object 'Sections Type'.
 

Fields in net.opengis.ows11.impl declared as SectionsType
protected  SectionsType GetCapabilitiesTypeImpl.sections
          The cached value of the 'Sections' containment reference.
 

Methods in net.opengis.ows11.impl that return SectionsType
 SectionsType Ows11FactoryImpl.createSectionsType()
           
 SectionsType GetCapabilitiesTypeImpl.getSections()
           
 

Methods in net.opengis.ows11.impl with parameters of type SectionsType
 org.eclipse.emf.common.notify.NotificationChain GetCapabilitiesTypeImpl.basicSetSections(SectionsType newSections, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void GetCapabilitiesTypeImpl.setSections(SectionsType newSections)
           
 

Uses of SectionsType in net.opengis.ows11.util
 

Methods in net.opengis.ows11.util with parameters of type SectionsType
 java.lang.Object Ows11Switch.caseSectionsType(SectionsType object)
          Returns the result of interpreting the object as an instance of 'Sections Type'.
 boolean Ows11Validator.validateSectionsType(SectionsType sectionsType, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)
           
 

Uses of SectionsType in net.opengis.ows11.validation
 

Methods in net.opengis.ows11.validation with parameters of type SectionsType
 boolean GetCapabilitiesTypeValidator.validateSections(SectionsType value)
           
 



Copyright © 1996-2010 Geotools. All Rights Reserved.