Uses of Interface
net.opengis.ogc.PropertyIsBetweenType

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

Uses of PropertyIsBetweenType in net.opengis.ogc
 

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

Methods in net.opengis.ogc with parameters of type PropertyIsBetweenType
 void PropertyIsBetweenDocument.setPropertyIsBetween(PropertyIsBetweenType propertyIsBetween)
          Sets the "PropertyIsBetween" element
 

Uses of PropertyIsBetweenType in net.opengis.ogc.impl
 

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

Methods in net.opengis.ogc.impl that return PropertyIsBetweenType
 PropertyIsBetweenType PropertyIsBetweenDocumentImpl.addNewPropertyIsBetween()
          Appends and returns a new empty "PropertyIsBetween" element
 PropertyIsBetweenType PropertyIsBetweenDocumentImpl.getPropertyIsBetween()
          Gets the "PropertyIsBetween" element
 

Methods in net.opengis.ogc.impl with parameters of type PropertyIsBetweenType
 void PropertyIsBetweenDocumentImpl.setPropertyIsBetween(PropertyIsBetweenType propertyIsBetween)
          Sets the "PropertyIsBetween" element
 



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