Uses of Interface
net.opengis.swes.x20.FeatureRelationshipDocument

Packages that use FeatureRelationshipDocument
net.opengis.swes.x20   
net.opengis.swes.x20.impl   
 

Uses of FeatureRelationshipDocument in net.opengis.swes.x20
 

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

Uses of FeatureRelationshipDocument in net.opengis.swes.x20.impl
 

Classes in net.opengis.swes.x20.impl that implement FeatureRelationshipDocument
 class FeatureRelationshipDocumentImpl
          A document containing one FeatureRelationship(@http://www.opengis.net/swes/2.0) element.
 



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