Uses of Interface
net.opengis.ogc.FunctionsType
-
Packages that use FunctionsType Package Description net.opengis.ogc net.opengis.ogc.impl -
-
Uses of FunctionsType in net.opengis.ogc
Methods in net.opengis.ogc that return FunctionsType Modifier and Type Method Description FunctionsTypeArithmeticOperatorsType. addNewFunctions()Appends and returns a new empty value (as xml) as the last "Functions" elementFunctionsType[]ArithmeticOperatorsType. getFunctionsArray()Gets array of all "Functions" elementsFunctionsTypeArithmeticOperatorsType. getFunctionsArray(int i)Gets ith "Functions" elementFunctionsTypeArithmeticOperatorsType. insertNewFunctions(int i)Inserts and returns a new empty value (as xml) as the ith "Functions" elementstatic FunctionsTypeFunctionsType.Factory. newInstance()static FunctionsTypeFunctionsType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static FunctionsTypeFunctionsType.Factory. parse(File file)static FunctionsTypeFunctionsType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static FunctionsTypeFunctionsType.Factory. parse(InputStream is)static FunctionsTypeFunctionsType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static FunctionsTypeFunctionsType.Factory. parse(Reader r)static FunctionsTypeFunctionsType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static FunctionsTypeFunctionsType.Factory. parse(String xmlAsString)static FunctionsTypeFunctionsType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static FunctionsTypeFunctionsType.Factory. parse(URL u)static FunctionsTypeFunctionsType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static FunctionsTypeFunctionsType.Factory. parse(XMLStreamReader sr)static FunctionsTypeFunctionsType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static FunctionsTypeFunctionsType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic FunctionsTypeFunctionsType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic FunctionsTypeFunctionsType.Factory. parse(Node node)static FunctionsTypeFunctionsType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.ogc with parameters of type FunctionsType Modifier and Type Method Description voidArithmeticOperatorsType. setFunctionsArray(int i, FunctionsType functions)Sets ith "Functions" elementvoidArithmeticOperatorsType. setFunctionsArray(FunctionsType[] functionsArray)Sets array of all "Functions" element -
Uses of FunctionsType in net.opengis.ogc.impl
Classes in net.opengis.ogc.impl that implement FunctionsType Modifier and Type Class Description classFunctionsTypeImplAn XML FunctionsType(@http://www.opengis.net/ogc).Methods in net.opengis.ogc.impl that return FunctionsType Modifier and Type Method Description FunctionsTypeArithmeticOperatorsTypeImpl. addNewFunctions()Appends and returns a new empty value (as xml) as the last "Functions" elementFunctionsType[]ArithmeticOperatorsTypeImpl. getFunctionsArray()Gets array of all "Functions" elementsFunctionsTypeArithmeticOperatorsTypeImpl. getFunctionsArray(int i)Gets ith "Functions" elementFunctionsTypeArithmeticOperatorsTypeImpl. insertNewFunctions(int i)Inserts and returns a new empty value (as xml) as the ith "Functions" elementMethods in net.opengis.ogc.impl with parameters of type FunctionsType Modifier and Type Method Description voidArithmeticOperatorsTypeImpl. setFunctionsArray(int i, FunctionsType functions)Sets ith "Functions" elementvoidArithmeticOperatorsTypeImpl. setFunctionsArray(FunctionsType[] functionsArray)Sets array of all "Functions" element
-