Uses of Interface
net.opengis.ogc.UnaryLogicOpType
-
Packages that use UnaryLogicOpType Package Description net.opengis.ogc net.opengis.ogc.impl -
-
Uses of UnaryLogicOpType in net.opengis.ogc
Methods in net.opengis.ogc that return UnaryLogicOpType Modifier and Type Method Description UnaryLogicOpTypeNotDocument. addNewNot()Appends and returns a new empty "Not" elementUnaryLogicOpTypeNotDocument. getNot()Gets the "Not" elementstatic UnaryLogicOpTypeUnaryLogicOpType.Factory. newInstance()static UnaryLogicOpTypeUnaryLogicOpType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static UnaryLogicOpTypeUnaryLogicOpType.Factory. parse(File file)static UnaryLogicOpTypeUnaryLogicOpType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static UnaryLogicOpTypeUnaryLogicOpType.Factory. parse(InputStream is)static UnaryLogicOpTypeUnaryLogicOpType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static UnaryLogicOpTypeUnaryLogicOpType.Factory. parse(Reader r)static UnaryLogicOpTypeUnaryLogicOpType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static UnaryLogicOpTypeUnaryLogicOpType.Factory. parse(String xmlAsString)static UnaryLogicOpTypeUnaryLogicOpType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static UnaryLogicOpTypeUnaryLogicOpType.Factory. parse(URL u)static UnaryLogicOpTypeUnaryLogicOpType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static UnaryLogicOpTypeUnaryLogicOpType.Factory. parse(XMLStreamReader sr)static UnaryLogicOpTypeUnaryLogicOpType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static UnaryLogicOpTypeUnaryLogicOpType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic UnaryLogicOpTypeUnaryLogicOpType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic UnaryLogicOpTypeUnaryLogicOpType.Factory. parse(Node node)static UnaryLogicOpTypeUnaryLogicOpType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.ogc with parameters of type UnaryLogicOpType Modifier and Type Method Description voidNotDocument. setNot(UnaryLogicOpType not)Sets the "Not" element -
Uses of UnaryLogicOpType in net.opengis.ogc.impl
Classes in net.opengis.ogc.impl that implement UnaryLogicOpType Modifier and Type Class Description classUnaryLogicOpTypeImplAn XML UnaryLogicOpType(@http://www.opengis.net/ogc).Methods in net.opengis.ogc.impl that return UnaryLogicOpType Modifier and Type Method Description UnaryLogicOpTypeNotDocumentImpl. addNewNot()Appends and returns a new empty "Not" elementUnaryLogicOpTypeNotDocumentImpl. getNot()Gets the "Not" elementMethods in net.opengis.ogc.impl with parameters of type UnaryLogicOpType Modifier and Type Method Description voidNotDocumentImpl. setNot(UnaryLogicOpType not)Sets the "Not" element
-