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

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

Uses of ReferenceType in net.opengis.ows.x11
 

Subinterfaces of ReferenceType in net.opengis.ows.x11
 interface ServiceReferenceType
          An XML ServiceReferenceType(@http://www.opengis.net/ows/1.1).
 

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

Methods in net.opengis.ows.x11 with parameters of type ReferenceType
 void ReferenceDocument.setReference(ReferenceType reference)
          Sets the "Reference" element
 

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

Classes in net.opengis.ows.x11.impl that implement ReferenceType
 class ReferenceTypeImpl
          An XML ReferenceType(@http://www.opengis.net/ows/1.1).
 class ServiceReferenceTypeImpl
          An XML ServiceReferenceType(@http://www.opengis.net/ows/1.1).
 

Methods in net.opengis.ows.x11.impl that return ReferenceType
 ReferenceType ReferenceDocumentImpl.addNewReference()
          Appends and returns a new empty "Reference" element
 ReferenceType ReferenceDocumentImpl.getReference()
          Gets the "Reference" element
 

Methods in net.opengis.ows.x11.impl with parameters of type ReferenceType
 void ReferenceDocumentImpl.setReference(ReferenceType reference)
          Sets the "Reference" element
 



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