Uses of Interface
net.opengis.ogc.UpperBoundaryType

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

Uses of UpperBoundaryType in net.opengis.ogc
 

Methods in net.opengis.ogc that return UpperBoundaryType
 UpperBoundaryType PropertyIsBetweenType.addNewUpperBoundary()
          Appends and returns a new empty "UpperBoundary" element
 UpperBoundaryType PropertyIsBetweenType.getUpperBoundary()
          Gets the "UpperBoundary" element
static UpperBoundaryType UpperBoundaryType.Factory.newInstance()
           
static UpperBoundaryType UpperBoundaryType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static UpperBoundaryType UpperBoundaryType.Factory.parse(File file)
           
static UpperBoundaryType UpperBoundaryType.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static UpperBoundaryType UpperBoundaryType.Factory.parse(InputStream is)
           
static UpperBoundaryType UpperBoundaryType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static UpperBoundaryType UpperBoundaryType.Factory.parse(Node node)
           
static UpperBoundaryType UpperBoundaryType.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static UpperBoundaryType UpperBoundaryType.Factory.parse(Reader r)
           
static UpperBoundaryType UpperBoundaryType.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static UpperBoundaryType UpperBoundaryType.Factory.parse(String xmlAsString)
           
static UpperBoundaryType UpperBoundaryType.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static UpperBoundaryType UpperBoundaryType.Factory.parse(URL u)
           
static UpperBoundaryType UpperBoundaryType.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static UpperBoundaryType UpperBoundaryType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static UpperBoundaryType UpperBoundaryType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static UpperBoundaryType UpperBoundaryType.Factory.parse(XMLStreamReader sr)
           
static UpperBoundaryType UpperBoundaryType.Factory.parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Methods in net.opengis.ogc with parameters of type UpperBoundaryType
 void PropertyIsBetweenType.setUpperBoundary(UpperBoundaryType upperBoundary)
          Sets the "UpperBoundary" element
 

Uses of UpperBoundaryType in net.opengis.ogc.impl
 

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

Methods in net.opengis.ogc.impl that return UpperBoundaryType
 UpperBoundaryType PropertyIsBetweenTypeImpl.addNewUpperBoundary()
          Appends and returns a new empty "UpperBoundary" element
 UpperBoundaryType PropertyIsBetweenTypeImpl.getUpperBoundary()
          Gets the "UpperBoundary" element
 

Methods in net.opengis.ogc.impl with parameters of type UpperBoundaryType
 void PropertyIsBetweenTypeImpl.setUpperBoundary(UpperBoundaryType upperBoundary)
          Sets the "UpperBoundary" element
 



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