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

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

Uses of SupportedCRSDocument in net.opengis.ows.x11
 

Methods in net.opengis.ows.x11 that return SupportedCRSDocument
static SupportedCRSDocument SupportedCRSDocument.Factory.newInstance()
           
static SupportedCRSDocument SupportedCRSDocument.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static SupportedCRSDocument SupportedCRSDocument.Factory.parse(File file)
           
static SupportedCRSDocument SupportedCRSDocument.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static SupportedCRSDocument SupportedCRSDocument.Factory.parse(InputStream is)
           
static SupportedCRSDocument SupportedCRSDocument.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static SupportedCRSDocument SupportedCRSDocument.Factory.parse(Node node)
           
static SupportedCRSDocument SupportedCRSDocument.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static SupportedCRSDocument SupportedCRSDocument.Factory.parse(Reader r)
           
static SupportedCRSDocument SupportedCRSDocument.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static SupportedCRSDocument SupportedCRSDocument.Factory.parse(String xmlAsString)
           
static SupportedCRSDocument SupportedCRSDocument.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static SupportedCRSDocument SupportedCRSDocument.Factory.parse(URL u)
           
static SupportedCRSDocument SupportedCRSDocument.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static SupportedCRSDocument SupportedCRSDocument.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static SupportedCRSDocument SupportedCRSDocument.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static SupportedCRSDocument SupportedCRSDocument.Factory.parse(XMLStreamReader sr)
           
static SupportedCRSDocument SupportedCRSDocument.Factory.parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

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

Classes in net.opengis.ows.x11.impl that implement SupportedCRSDocument
 class SupportedCRSDocumentImpl
          A document containing one SupportedCRS(@http://www.opengis.net/ows/1.1) element.
 



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