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

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

Uses of ViewType in net.opengis.eml.x001
 

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

Methods in net.opengis.eml.x001 with parameters of type ViewType
 void AbstractViewPatternType.setView(ViewType view)
          Sets the "View" element
 void ViewDocument.setView(ViewType view)
          Sets the "View" element
 

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

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

Methods in net.opengis.eml.x001.impl that return ViewType
 ViewType ViewDocumentImpl.addNewView()
          Appends and returns a new empty "View" element
 ViewType AbstractViewPatternTypeImpl.addNewView()
          Appends and returns a new empty "View" element
 ViewType ViewDocumentImpl.getView()
          Gets the "View" element
 ViewType AbstractViewPatternTypeImpl.getView()
          Gets the "View" element
 

Methods in net.opengis.eml.x001.impl with parameters of type ViewType
 void ViewDocumentImpl.setView(ViewType view)
          Sets the "View" element
 void AbstractViewPatternTypeImpl.setView(ViewType view)
          Sets the "View" element
 



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