Uses of Interface
net.opengis.ogc.LogicOpsType
-
Packages that use LogicOpsType Package Description net.opengis.ogc net.opengis.ogc.impl -
-
Uses of LogicOpsType in net.opengis.ogc
Subinterfaces of LogicOpsType in net.opengis.ogc Modifier and Type Interface Description interfaceBinaryLogicOpTypeAn XML BinaryLogicOpType(@http://www.opengis.net/ogc).interfaceUnaryLogicOpTypeAn XML UnaryLogicOpType(@http://www.opengis.net/ogc).Methods in net.opengis.ogc that return LogicOpsType Modifier and Type Method Description LogicOpsTypeBinaryLogicOpType. addNewLogicOps()Appends and returns a new empty value (as xml) as the last "logicOps" elementLogicOpsTypeFilterType. addNewLogicOps()Appends and returns a new empty "logicOps" elementLogicOpsTypeLogicOpsDocument. addNewLogicOps()Appends and returns a new empty "logicOps" elementLogicOpsTypeUnaryLogicOpType. addNewLogicOps()Appends and returns a new empty "logicOps" elementLogicOpsTypeFilterType. getLogicOps()Gets the "logicOps" elementLogicOpsTypeLogicOpsDocument. getLogicOps()Gets the "logicOps" elementLogicOpsTypeUnaryLogicOpType. getLogicOps()Gets the "logicOps" elementLogicOpsType[]BinaryLogicOpType. getLogicOpsArray()Gets array of all "logicOps" elementsLogicOpsTypeBinaryLogicOpType. getLogicOpsArray(int i)Gets ith "logicOps" elementLogicOpsTypeBinaryLogicOpType. insertNewLogicOps(int i)Inserts and returns a new empty value (as xml) as the ith "logicOps" elementstatic LogicOpsTypeLogicOpsType.Factory. newInstance()Deprecated.No need to be able to create instances of abstract typesstatic LogicOpsTypeLogicOpsType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)Deprecated.No need to be able to create instances of abstract typesstatic LogicOpsTypeLogicOpsType.Factory. parse(File file)static LogicOpsTypeLogicOpsType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static LogicOpsTypeLogicOpsType.Factory. parse(InputStream is)static LogicOpsTypeLogicOpsType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static LogicOpsTypeLogicOpsType.Factory. parse(Reader r)static LogicOpsTypeLogicOpsType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static LogicOpsTypeLogicOpsType.Factory. parse(String xmlAsString)static LogicOpsTypeLogicOpsType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static LogicOpsTypeLogicOpsType.Factory. parse(URL u)static LogicOpsTypeLogicOpsType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static LogicOpsTypeLogicOpsType.Factory. parse(XMLStreamReader sr)static LogicOpsTypeLogicOpsType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static LogicOpsTypeLogicOpsType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic LogicOpsTypeLogicOpsType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic LogicOpsTypeLogicOpsType.Factory. parse(Node node)static LogicOpsTypeLogicOpsType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.ogc with parameters of type LogicOpsType Modifier and Type Method Description voidFilterType. setLogicOps(LogicOpsType logicOps)Sets the "logicOps" elementvoidLogicOpsDocument. setLogicOps(LogicOpsType logicOps)Sets the "logicOps" elementvoidUnaryLogicOpType. setLogicOps(LogicOpsType logicOps)Sets the "logicOps" elementvoidBinaryLogicOpType. setLogicOpsArray(int i, LogicOpsType logicOps)Sets ith "logicOps" elementvoidBinaryLogicOpType. setLogicOpsArray(LogicOpsType[] logicOpsArray)Sets array of all "logicOps" element -
Uses of LogicOpsType in net.opengis.ogc.impl
Classes in net.opengis.ogc.impl that implement LogicOpsType Modifier and Type Class Description classBinaryLogicOpTypeImplAn XML BinaryLogicOpType(@http://www.opengis.net/ogc).classLogicOpsTypeImplAn XML LogicOpsType(@http://www.opengis.net/ogc).classUnaryLogicOpTypeImplAn XML UnaryLogicOpType(@http://www.opengis.net/ogc).Methods in net.opengis.ogc.impl that return LogicOpsType Modifier and Type Method Description LogicOpsTypeBinaryLogicOpTypeImpl. addNewLogicOps()Appends and returns a new empty value (as xml) as the last "logicOps" elementLogicOpsTypeFilterTypeImpl. addNewLogicOps()Appends and returns a new empty "logicOps" elementLogicOpsTypeLogicOpsDocumentImpl. addNewLogicOps()Appends and returns a new empty "logicOps" elementLogicOpsTypeUnaryLogicOpTypeImpl. addNewLogicOps()Appends and returns a new empty "logicOps" elementLogicOpsTypeFilterTypeImpl. getLogicOps()Gets the "logicOps" elementLogicOpsTypeLogicOpsDocumentImpl. getLogicOps()Gets the "logicOps" elementLogicOpsTypeUnaryLogicOpTypeImpl. getLogicOps()Gets the "logicOps" elementLogicOpsType[]BinaryLogicOpTypeImpl. getLogicOpsArray()Gets array of all "logicOps" elementsLogicOpsTypeBinaryLogicOpTypeImpl. getLogicOpsArray(int i)Gets ith "logicOps" elementLogicOpsTypeBinaryLogicOpTypeImpl. insertNewLogicOps(int i)Inserts and returns a new empty value (as xml) as the ith "logicOps" elementMethods in net.opengis.ogc.impl with parameters of type LogicOpsType Modifier and Type Method Description voidFilterTypeImpl. setLogicOps(LogicOpsType logicOps)Sets the "logicOps" elementvoidLogicOpsDocumentImpl. setLogicOps(LogicOpsType logicOps)Sets the "logicOps" elementvoidUnaryLogicOpTypeImpl. setLogicOps(LogicOpsType logicOps)Sets the "logicOps" elementvoidBinaryLogicOpTypeImpl. setLogicOpsArray(int i, LogicOpsType logicOps)Sets ith "logicOps" elementvoidBinaryLogicOpTypeImpl. setLogicOpsArray(LogicOpsType[] logicOpsArray)Sets array of all "logicOps" element
-