|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FunctionType | |
---|---|
net.opengis.ogc | |
net.opengis.ogc.impl |
Uses of FunctionType in net.opengis.ogc |
---|
Methods in net.opengis.ogc that return FunctionType | |
---|---|
FunctionType |
FunctionDocument.addNewFunction()
Appends and returns a new empty "Function" element |
FunctionType |
FunctionDocument.getFunction()
Gets the "Function" element |
static FunctionType |
FunctionType.Factory.newInstance()
|
static FunctionType |
FunctionType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
|
static FunctionType |
FunctionType.Factory.parse(File file)
|
static FunctionType |
FunctionType.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options)
|
static FunctionType |
FunctionType.Factory.parse(InputStream is)
|
static FunctionType |
FunctionType.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options)
|
static FunctionType |
FunctionType.Factory.parse(Node node)
|
static FunctionType |
FunctionType.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options)
|
static FunctionType |
FunctionType.Factory.parse(Reader r)
|
static FunctionType |
FunctionType.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options)
|
static FunctionType |
FunctionType.Factory.parse(String xmlAsString)
|
static FunctionType |
FunctionType.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options)
|
static FunctionType |
FunctionType.Factory.parse(URL u)
|
static FunctionType |
FunctionType.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options)
|
static FunctionType |
FunctionType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated. XMLInputStream |
static FunctionType |
FunctionType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated. XMLInputStream |
static FunctionType |
FunctionType.Factory.parse(XMLStreamReader sr)
|
static FunctionType |
FunctionType.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options)
|
Methods in net.opengis.ogc with parameters of type FunctionType | |
---|---|
void |
FunctionDocument.setFunction(FunctionType function)
Sets the "Function" element |
Uses of FunctionType in net.opengis.ogc.impl |
---|
Classes in net.opengis.ogc.impl that implement FunctionType | |
---|---|
class |
FunctionTypeImpl
An XML FunctionType(@http://www.opengis.net/ogc). |
Methods in net.opengis.ogc.impl that return FunctionType | |
---|---|
FunctionType |
FunctionDocumentImpl.addNewFunction()
Appends and returns a new empty "Function" element |
FunctionType |
FunctionDocumentImpl.getFunction()
Gets the "Function" element |
Methods in net.opengis.ogc.impl with parameters of type FunctionType | |
---|---|
void |
FunctionDocumentImpl.setFunction(FunctionType function)
Sets the "Function" element |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |