|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BinaryOperatorType | |
---|---|
net.opengis.ogc | |
net.opengis.ogc.impl |
Uses of BinaryOperatorType in net.opengis.ogc |
---|
Methods in net.opengis.ogc that return BinaryOperatorType | |
---|---|
BinaryOperatorType |
AddDocument.addNewAdd()
Appends and returns a new empty "Add" element |
BinaryOperatorType |
DivDocument.addNewDiv()
Appends and returns a new empty "Div" element |
BinaryOperatorType |
MulDocument.addNewMul()
Appends and returns a new empty "Mul" element |
BinaryOperatorType |
SubDocument.addNewSub()
Appends and returns a new empty "Sub" element |
BinaryOperatorType |
AddDocument.getAdd()
Gets the "Add" element |
BinaryOperatorType |
DivDocument.getDiv()
Gets the "Div" element |
BinaryOperatorType |
MulDocument.getMul()
Gets the "Mul" element |
BinaryOperatorType |
SubDocument.getSub()
Gets the "Sub" element |
static BinaryOperatorType |
BinaryOperatorType.Factory.newInstance()
|
static BinaryOperatorType |
BinaryOperatorType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
|
static BinaryOperatorType |
BinaryOperatorType.Factory.parse(File file)
|
static BinaryOperatorType |
BinaryOperatorType.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options)
|
static BinaryOperatorType |
BinaryOperatorType.Factory.parse(InputStream is)
|
static BinaryOperatorType |
BinaryOperatorType.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options)
|
static BinaryOperatorType |
BinaryOperatorType.Factory.parse(Node node)
|
static BinaryOperatorType |
BinaryOperatorType.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options)
|
static BinaryOperatorType |
BinaryOperatorType.Factory.parse(Reader r)
|
static BinaryOperatorType |
BinaryOperatorType.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options)
|
static BinaryOperatorType |
BinaryOperatorType.Factory.parse(String xmlAsString)
|
static BinaryOperatorType |
BinaryOperatorType.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options)
|
static BinaryOperatorType |
BinaryOperatorType.Factory.parse(URL u)
|
static BinaryOperatorType |
BinaryOperatorType.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options)
|
static BinaryOperatorType |
BinaryOperatorType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated. XMLInputStream |
static BinaryOperatorType |
BinaryOperatorType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated. XMLInputStream |
static BinaryOperatorType |
BinaryOperatorType.Factory.parse(XMLStreamReader sr)
|
static BinaryOperatorType |
BinaryOperatorType.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options)
|
Methods in net.opengis.ogc with parameters of type BinaryOperatorType | |
---|---|
void |
AddDocument.setAdd(BinaryOperatorType add)
Sets the "Add" element |
void |
DivDocument.setDiv(BinaryOperatorType div)
Sets the "Div" element |
void |
MulDocument.setMul(BinaryOperatorType mul)
Sets the "Mul" element |
void |
SubDocument.setSub(BinaryOperatorType sub)
Sets the "Sub" element |
Uses of BinaryOperatorType in net.opengis.ogc.impl |
---|
Classes in net.opengis.ogc.impl that implement BinaryOperatorType | |
---|---|
class |
BinaryOperatorTypeImpl
An XML BinaryOperatorType(@http://www.opengis.net/ogc). |
Methods in net.opengis.ogc.impl that return BinaryOperatorType | |
---|---|
BinaryOperatorType |
AddDocumentImpl.addNewAdd()
Appends and returns a new empty "Add" element |
BinaryOperatorType |
DivDocumentImpl.addNewDiv()
Appends and returns a new empty "Div" element |
BinaryOperatorType |
MulDocumentImpl.addNewMul()
Appends and returns a new empty "Mul" element |
BinaryOperatorType |
SubDocumentImpl.addNewSub()
Appends and returns a new empty "Sub" element |
BinaryOperatorType |
AddDocumentImpl.getAdd()
Gets the "Add" element |
BinaryOperatorType |
DivDocumentImpl.getDiv()
Gets the "Div" element |
BinaryOperatorType |
MulDocumentImpl.getMul()
Gets the "Mul" element |
BinaryOperatorType |
SubDocumentImpl.getSub()
Gets the "Sub" element |
Methods in net.opengis.ogc.impl with parameters of type BinaryOperatorType | |
---|---|
void |
AddDocumentImpl.setAdd(BinaryOperatorType add)
Sets the "Add" element |
void |
DivDocumentImpl.setDiv(BinaryOperatorType div)
Sets the "Div" element |
void |
MulDocumentImpl.setMul(BinaryOperatorType mul)
Sets the "Mul" element |
void |
SubDocumentImpl.setSub(BinaryOperatorType sub)
Sets the "Sub" element |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |