Uses of Interface
net.opengis.ows.x11.SectionsType

Packages that use SectionsType
net.opengis.ows.x11   
net.opengis.ows.x11.impl   
 

Uses of SectionsType in net.opengis.ows.x11
 

Methods in net.opengis.ows.x11 that return SectionsType
 SectionsType GetCapabilitiesType.addNewSections()
          Appends and returns a new empty "Sections" element
 SectionsType GetCapabilitiesType.getSections()
          Gets the "Sections" element
static SectionsType SectionsType.Factory.newInstance()
           
static SectionsType SectionsType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static SectionsType SectionsType.Factory.parse(File file)
           
static SectionsType SectionsType.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static SectionsType SectionsType.Factory.parse(InputStream is)
           
static SectionsType SectionsType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static SectionsType SectionsType.Factory.parse(Node node)
           
static SectionsType SectionsType.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static SectionsType SectionsType.Factory.parse(Reader r)
           
static SectionsType SectionsType.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static SectionsType SectionsType.Factory.parse(String xmlAsString)
           
static SectionsType SectionsType.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static SectionsType SectionsType.Factory.parse(URL u)
           
static SectionsType SectionsType.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static SectionsType SectionsType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static SectionsType SectionsType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static SectionsType SectionsType.Factory.parse(XMLStreamReader sr)
           
static SectionsType SectionsType.Factory.parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Methods in net.opengis.ows.x11 with parameters of type SectionsType
 void GetCapabilitiesType.setSections(SectionsType sections)
          Sets the "Sections" element
 

Uses of SectionsType in net.opengis.ows.x11.impl
 

Classes in net.opengis.ows.x11.impl that implement SectionsType
 class SectionsTypeImpl
          An XML SectionsType(@http://www.opengis.net/ows/1.1).
 

Methods in net.opengis.ows.x11.impl that return SectionsType
 SectionsType GetCapabilitiesTypeImpl.addNewSections()
          Appends and returns a new empty "Sections" element
 SectionsType GetCapabilitiesTypeImpl.getSections()
          Gets the "Sections" element
 

Methods in net.opengis.ows.x11.impl with parameters of type SectionsType
 void GetCapabilitiesTypeImpl.setSections(SectionsType sections)
          Sets the "Sections" element
 



Copyright © 2004-2012 52north.org. All Rights Reserved.