Uses of Interface
net.opengis.ogc.BinaryLogicOpType
-
Packages that use BinaryLogicOpType Package Description net.opengis.ogc net.opengis.ogc.impl -
-
Uses of BinaryLogicOpType in net.opengis.ogc
Methods in net.opengis.ogc that return BinaryLogicOpType Modifier and Type Method Description BinaryLogicOpTypeAndDocument. addNewAnd()Appends and returns a new empty "And" elementBinaryLogicOpTypeOrDocument. addNewOr()Appends and returns a new empty "Or" elementBinaryLogicOpTypeAndDocument. getAnd()Gets the "And" elementBinaryLogicOpTypeOrDocument. getOr()Gets the "Or" elementstatic BinaryLogicOpTypeBinaryLogicOpType.Factory. newInstance()static BinaryLogicOpTypeBinaryLogicOpType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static BinaryLogicOpTypeBinaryLogicOpType.Factory. parse(File file)static BinaryLogicOpTypeBinaryLogicOpType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static BinaryLogicOpTypeBinaryLogicOpType.Factory. parse(InputStream is)static BinaryLogicOpTypeBinaryLogicOpType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static BinaryLogicOpTypeBinaryLogicOpType.Factory. parse(Reader r)static BinaryLogicOpTypeBinaryLogicOpType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static BinaryLogicOpTypeBinaryLogicOpType.Factory. parse(String xmlAsString)static BinaryLogicOpTypeBinaryLogicOpType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static BinaryLogicOpTypeBinaryLogicOpType.Factory. parse(URL u)static BinaryLogicOpTypeBinaryLogicOpType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static BinaryLogicOpTypeBinaryLogicOpType.Factory. parse(XMLStreamReader sr)static BinaryLogicOpTypeBinaryLogicOpType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static BinaryLogicOpTypeBinaryLogicOpType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic BinaryLogicOpTypeBinaryLogicOpType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic BinaryLogicOpTypeBinaryLogicOpType.Factory. parse(Node node)static BinaryLogicOpTypeBinaryLogicOpType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.ogc with parameters of type BinaryLogicOpType Modifier and Type Method Description voidAndDocument. setAnd(BinaryLogicOpType and)Sets the "And" elementvoidOrDocument. setOr(BinaryLogicOpType or)Sets the "Or" element -
Uses of BinaryLogicOpType in net.opengis.ogc.impl
Classes in net.opengis.ogc.impl that implement BinaryLogicOpType Modifier and Type Class Description classBinaryLogicOpTypeImplAn XML BinaryLogicOpType(@http://www.opengis.net/ogc).Methods in net.opengis.ogc.impl that return BinaryLogicOpType Modifier and Type Method Description BinaryLogicOpTypeAndDocumentImpl. addNewAnd()Appends and returns a new empty "And" elementBinaryLogicOpTypeOrDocumentImpl. addNewOr()Appends and returns a new empty "Or" elementBinaryLogicOpTypeAndDocumentImpl. getAnd()Gets the "And" elementBinaryLogicOpTypeOrDocumentImpl. getOr()Gets the "Or" elementMethods in net.opengis.ogc.impl with parameters of type BinaryLogicOpType Modifier and Type Method Description voidAndDocumentImpl. setAnd(BinaryLogicOpType and)Sets the "And" elementvoidOrDocumentImpl. setOr(BinaryLogicOpType or)Sets the "Or" element
-