Uses of Interface
net.opengis.ogc.FunctionType
-
Packages that use FunctionType Package Description net.opengis.ogc net.opengis.ogc.impl -
-
Uses of FunctionType in net.opengis.ogc
Methods in net.opengis.ogc that return FunctionType Modifier and Type Method Description FunctionTypeBinaryLogicOpType. addNewFunction()Appends and returns a new empty value (as xml) as the last "Function" elementFunctionTypeFunctionDocument. addNewFunction()Appends and returns a new empty "Function" elementFunctionTypeUnaryLogicOpType. addNewFunction()Appends and returns a new empty "Function" elementFunctionTypeFunctionDocument. getFunction()Gets the "Function" elementFunctionTypeUnaryLogicOpType. getFunction()Gets the "Function" elementFunctionType[]BinaryLogicOpType. getFunctionArray()Gets array of all "Function" elementsFunctionTypeBinaryLogicOpType. getFunctionArray(int i)Gets ith "Function" elementFunctionTypeBinaryLogicOpType. insertNewFunction(int i)Inserts and returns a new empty value (as xml) as the ith "Function" elementstatic FunctionTypeFunctionType.Factory. newInstance()static FunctionTypeFunctionType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static FunctionTypeFunctionType.Factory. parse(File file)static FunctionTypeFunctionType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static FunctionTypeFunctionType.Factory. parse(InputStream is)static FunctionTypeFunctionType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static FunctionTypeFunctionType.Factory. parse(Reader r)static FunctionTypeFunctionType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static FunctionTypeFunctionType.Factory. parse(String xmlAsString)static FunctionTypeFunctionType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static FunctionTypeFunctionType.Factory. parse(URL u)static FunctionTypeFunctionType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static FunctionTypeFunctionType.Factory. parse(XMLStreamReader sr)static FunctionTypeFunctionType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static FunctionTypeFunctionType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic FunctionTypeFunctionType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic FunctionTypeFunctionType.Factory. parse(Node node)static FunctionTypeFunctionType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.ogc with parameters of type FunctionType Modifier and Type Method Description voidFunctionDocument. setFunction(FunctionType function)Sets the "Function" elementvoidUnaryLogicOpType. setFunction(FunctionType function)Sets the "Function" elementvoidBinaryLogicOpType. setFunctionArray(int i, FunctionType function)Sets ith "Function" elementvoidBinaryLogicOpType. setFunctionArray(FunctionType[] functionArray)Sets array of all "Function" element -
Uses of FunctionType in net.opengis.ogc.impl
Classes in net.opengis.ogc.impl that implement FunctionType Modifier and Type Class Description classFunctionTypeImplAn XML FunctionType(@http://www.opengis.net/ogc).Methods in net.opengis.ogc.impl that return FunctionType Modifier and Type Method Description FunctionTypeBinaryLogicOpTypeImpl. addNewFunction()Appends and returns a new empty value (as xml) as the last "Function" elementFunctionTypeFunctionDocumentImpl. addNewFunction()Appends and returns a new empty "Function" elementFunctionTypeUnaryLogicOpTypeImpl. addNewFunction()Appends and returns a new empty "Function" elementFunctionTypeFunctionDocumentImpl. getFunction()Gets the "Function" elementFunctionTypeUnaryLogicOpTypeImpl. getFunction()Gets the "Function" elementFunctionType[]BinaryLogicOpTypeImpl. getFunctionArray()Gets array of all "Function" elementsFunctionTypeBinaryLogicOpTypeImpl. getFunctionArray(int i)Gets ith "Function" elementFunctionTypeBinaryLogicOpTypeImpl. insertNewFunction(int i)Inserts and returns a new empty value (as xml) as the ith "Function" elementMethods in net.opengis.ogc.impl with parameters of type FunctionType Modifier and Type Method Description voidFunctionDocumentImpl. setFunction(FunctionType function)Sets the "Function" elementvoidUnaryLogicOpTypeImpl. setFunction(FunctionType function)Sets the "Function" elementvoidBinaryLogicOpTypeImpl. setFunctionArray(int i, FunctionType function)Sets ith "Function" elementvoidBinaryLogicOpTypeImpl. setFunctionArray(FunctionType[] functionArray)Sets array of all "Function" element
-