Uses of Interface
net.opengis.eml.x001.ViewCapabilitiesType

Packages that use ViewCapabilitiesType
net.opengis.eml.x001   
net.opengis.eml.x001.impl   
 

Uses of ViewCapabilitiesType in net.opengis.eml.x001
 

Methods in net.opengis.eml.x001 that return ViewCapabilitiesType
 ViewCapabilitiesType ViewCapabilitiesDocument.addNewViewCapabilities()
          Appends and returns a new empty "View_Capabilities" element
 ViewCapabilitiesType EMLCapabilitiesType.addNewViewCapabilities()
          Appends and returns a new empty "View_Capabilities" element
 ViewCapabilitiesType ViewCapabilitiesDocument.getViewCapabilities()
          Gets the "View_Capabilities" element
 ViewCapabilitiesType EMLCapabilitiesType.getViewCapabilities()
          Gets the "View_Capabilities" element
static ViewCapabilitiesType ViewCapabilitiesType.Factory.newInstance()
           
static ViewCapabilitiesType ViewCapabilitiesType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static ViewCapabilitiesType ViewCapabilitiesType.Factory.parse(File file)
           
static ViewCapabilitiesType ViewCapabilitiesType.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static ViewCapabilitiesType ViewCapabilitiesType.Factory.parse(InputStream is)
           
static ViewCapabilitiesType ViewCapabilitiesType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static ViewCapabilitiesType ViewCapabilitiesType.Factory.parse(Node node)
           
static ViewCapabilitiesType ViewCapabilitiesType.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static ViewCapabilitiesType ViewCapabilitiesType.Factory.parse(Reader r)
           
static ViewCapabilitiesType ViewCapabilitiesType.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static ViewCapabilitiesType ViewCapabilitiesType.Factory.parse(String xmlAsString)
           
static ViewCapabilitiesType ViewCapabilitiesType.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static ViewCapabilitiesType ViewCapabilitiesType.Factory.parse(URL u)
           
static ViewCapabilitiesType ViewCapabilitiesType.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static ViewCapabilitiesType ViewCapabilitiesType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static ViewCapabilitiesType ViewCapabilitiesType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static ViewCapabilitiesType ViewCapabilitiesType.Factory.parse(XMLStreamReader sr)
           
static ViewCapabilitiesType ViewCapabilitiesType.Factory.parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Methods in net.opengis.eml.x001 with parameters of type ViewCapabilitiesType
 void ViewCapabilitiesDocument.setViewCapabilities(ViewCapabilitiesType viewCapabilities)
          Sets the "View_Capabilities" element
 void EMLCapabilitiesType.setViewCapabilities(ViewCapabilitiesType viewCapabilities)
          Sets the "View_Capabilities" element
 

Uses of ViewCapabilitiesType in net.opengis.eml.x001.impl
 

Classes in net.opengis.eml.x001.impl that implement ViewCapabilitiesType
 class ViewCapabilitiesTypeImpl
          An XML View_CapabilitiesType(@http://www.opengis.net/eml/0.0.1).
 

Methods in net.opengis.eml.x001.impl that return ViewCapabilitiesType
 ViewCapabilitiesType ViewCapabilitiesDocumentImpl.addNewViewCapabilities()
          Appends and returns a new empty "View_Capabilities" element
 ViewCapabilitiesType EMLCapabilitiesTypeImpl.addNewViewCapabilities()
          Appends and returns a new empty "View_Capabilities" element
 ViewCapabilitiesType ViewCapabilitiesDocumentImpl.getViewCapabilities()
          Gets the "View_Capabilities" element
 ViewCapabilitiesType EMLCapabilitiesTypeImpl.getViewCapabilities()
          Gets the "View_Capabilities" element
 

Methods in net.opengis.eml.x001.impl with parameters of type ViewCapabilitiesType
 void ViewCapabilitiesDocumentImpl.setViewCapabilities(ViewCapabilitiesType viewCapabilities)
          Sets the "View_Capabilities" element
 void EMLCapabilitiesTypeImpl.setViewCapabilities(ViewCapabilitiesType viewCapabilities)
          Sets the "View_Capabilities" element
 



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