Uses of Interface
net.opengis.ogc.LowerBoundaryType

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

Uses of LowerBoundaryType in net.opengis.ogc
 

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

Methods in net.opengis.ogc with parameters of type LowerBoundaryType
 void PropertyIsBetweenType.setLowerBoundary(LowerBoundaryType lowerBoundary)
          Sets the "LowerBoundary" element
 

Uses of LowerBoundaryType in net.opengis.ogc.impl
 

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

Methods in net.opengis.ogc.impl that return LowerBoundaryType
 LowerBoundaryType PropertyIsBetweenTypeImpl.addNewLowerBoundary()
          Appends and returns a new empty "LowerBoundary" element
 LowerBoundaryType PropertyIsBetweenTypeImpl.getLowerBoundary()
          Gets the "LowerBoundary" element
 

Methods in net.opengis.ogc.impl with parameters of type LowerBoundaryType
 void PropertyIsBetweenTypeImpl.setLowerBoundary(LowerBoundaryType lowerBoundary)
          Sets the "LowerBoundary" element
 



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