Uses of Interface
net.opengis.ogc.UnaryLogicOpType

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

Uses of UnaryLogicOpType in net.opengis.ogc
 

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

Methods in net.opengis.ogc with parameters of type UnaryLogicOpType
 void NotDocument.setNot(UnaryLogicOpType not)
          Sets the "Not" element
 

Uses of UnaryLogicOpType in net.opengis.ogc.impl
 

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

Methods in net.opengis.ogc.impl that return UnaryLogicOpType
 UnaryLogicOpType NotDocumentImpl.addNewNot()
          Appends and returns a new empty "Not" element
 UnaryLogicOpType NotDocumentImpl.getNot()
          Gets the "Not" element
 

Methods in net.opengis.ogc.impl with parameters of type UnaryLogicOpType
 void NotDocumentImpl.setNot(UnaryLogicOpType not)
          Sets the "Not" element
 



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