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

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

Uses of AcceptFormatsType in net.opengis.ows.x11
 

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

Methods in net.opengis.ows.x11 with parameters of type AcceptFormatsType
 void GetCapabilitiesType.setAcceptFormats(AcceptFormatsType acceptFormats)
          Sets the "AcceptFormats" element
 

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

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

Methods in net.opengis.ows.x11.impl that return AcceptFormatsType
 AcceptFormatsType GetCapabilitiesTypeImpl.addNewAcceptFormats()
          Appends and returns a new empty "AcceptFormats" element
 AcceptFormatsType GetCapabilitiesTypeImpl.getAcceptFormats()
          Gets the "AcceptFormats" element
 

Methods in net.opengis.ows.x11.impl with parameters of type AcceptFormatsType
 void GetCapabilitiesTypeImpl.setAcceptFormats(AcceptFormatsType acceptFormats)
          Sets the "AcceptFormats" element
 



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