Uses of Interface
net.opengis.ogc.DistanceBufferType

Packages that use DistanceBufferType
net.opengis.ogc   
net.opengis.ogc.impl   
 

Uses of DistanceBufferType in net.opengis.ogc
 

Methods in net.opengis.ogc that return DistanceBufferType
 DistanceBufferType BeyondDocument.addNewBeyond()
          Appends and returns a new empty "Beyond" element
 DistanceBufferType DWithinDocument.addNewDWithin()
          Appends and returns a new empty "DWithin" element
 DistanceBufferType BeyondDocument.getBeyond()
          Gets the "Beyond" element
 DistanceBufferType DWithinDocument.getDWithin()
          Gets the "DWithin" element
static DistanceBufferType DistanceBufferType.Factory.newInstance()
           
static DistanceBufferType DistanceBufferType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static DistanceBufferType DistanceBufferType.Factory.parse(File file)
           
static DistanceBufferType DistanceBufferType.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static DistanceBufferType DistanceBufferType.Factory.parse(InputStream is)
           
static DistanceBufferType DistanceBufferType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static DistanceBufferType DistanceBufferType.Factory.parse(Node node)
           
static DistanceBufferType DistanceBufferType.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static DistanceBufferType DistanceBufferType.Factory.parse(Reader r)
           
static DistanceBufferType DistanceBufferType.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static DistanceBufferType DistanceBufferType.Factory.parse(String xmlAsString)
           
static DistanceBufferType DistanceBufferType.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static DistanceBufferType DistanceBufferType.Factory.parse(URL u)
           
static DistanceBufferType DistanceBufferType.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static DistanceBufferType DistanceBufferType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static DistanceBufferType DistanceBufferType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static DistanceBufferType DistanceBufferType.Factory.parse(XMLStreamReader sr)
           
static DistanceBufferType DistanceBufferType.Factory.parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Methods in net.opengis.ogc with parameters of type DistanceBufferType
 void BeyondDocument.setBeyond(DistanceBufferType beyond)
          Sets the "Beyond" element
 void DWithinDocument.setDWithin(DistanceBufferType dWithin)
          Sets the "DWithin" element
 

Uses of DistanceBufferType in net.opengis.ogc.impl
 

Classes in net.opengis.ogc.impl that implement DistanceBufferType
 class DistanceBufferTypeImpl
          An XML DistanceBufferType(@http://www.opengis.net/ogc).
 

Methods in net.opengis.ogc.impl that return DistanceBufferType
 DistanceBufferType BeyondDocumentImpl.addNewBeyond()
          Appends and returns a new empty "Beyond" element
 DistanceBufferType DWithinDocumentImpl.addNewDWithin()
          Appends and returns a new empty "DWithin" element
 DistanceBufferType BeyondDocumentImpl.getBeyond()
          Gets the "Beyond" element
 DistanceBufferType DWithinDocumentImpl.getDWithin()
          Gets the "DWithin" element
 

Methods in net.opengis.ogc.impl with parameters of type DistanceBufferType
 void BeyondDocumentImpl.setBeyond(DistanceBufferType beyond)
          Sets the "Beyond" element
 void DWithinDocumentImpl.setDWithin(DistanceBufferType dWithin)
          Sets the "DWithin" element
 



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