Uses of Interface
net.opengis.ogc.FunctionNameType
-
Packages that use FunctionNameType Package Description net.opengis.ogc net.opengis.ogc.impl -
-
Uses of FunctionNameType in net.opengis.ogc
Methods in net.opengis.ogc that return FunctionNameType Modifier and Type Method Description FunctionNameTypeFunctionNamesType. addNewFunctionName()Appends and returns a new empty value (as xml) as the last "FunctionName" elementFunctionNameType[]FunctionNamesType. getFunctionNameArray()Gets array of all "FunctionName" elementsFunctionNameTypeFunctionNamesType. getFunctionNameArray(int i)Gets ith "FunctionName" elementFunctionNameTypeFunctionNamesType. insertNewFunctionName(int i)Inserts and returns a new empty value (as xml) as the ith "FunctionName" elementstatic FunctionNameTypeFunctionNameType.Factory. newInstance()static FunctionNameTypeFunctionNameType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static FunctionNameTypeFunctionNameType.Factory. parse(File file)static FunctionNameTypeFunctionNameType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static FunctionNameTypeFunctionNameType.Factory. parse(InputStream is)static FunctionNameTypeFunctionNameType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static FunctionNameTypeFunctionNameType.Factory. parse(Reader r)static FunctionNameTypeFunctionNameType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static FunctionNameTypeFunctionNameType.Factory. parse(String xmlAsString)static FunctionNameTypeFunctionNameType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static FunctionNameTypeFunctionNameType.Factory. parse(URL u)static FunctionNameTypeFunctionNameType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static FunctionNameTypeFunctionNameType.Factory. parse(XMLStreamReader sr)static FunctionNameTypeFunctionNameType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static FunctionNameTypeFunctionNameType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic FunctionNameTypeFunctionNameType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic FunctionNameTypeFunctionNameType.Factory. parse(Node node)static FunctionNameTypeFunctionNameType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.ogc with parameters of type FunctionNameType Modifier and Type Method Description voidFunctionNamesType. setFunctionNameArray(int i, FunctionNameType functionName)Sets ith "FunctionName" elementvoidFunctionNamesType. setFunctionNameArray(FunctionNameType[] functionNameArray)Sets array of all "FunctionName" element -
Uses of FunctionNameType in net.opengis.ogc.impl
Classes in net.opengis.ogc.impl that implement FunctionNameType Modifier and Type Class Description classFunctionNameTypeImplAn XML FunctionNameType(@http://www.opengis.net/ogc).Methods in net.opengis.ogc.impl that return FunctionNameType Modifier and Type Method Description FunctionNameTypeFunctionNamesTypeImpl. addNewFunctionName()Appends and returns a new empty value (as xml) as the last "FunctionName" elementFunctionNameType[]FunctionNamesTypeImpl. getFunctionNameArray()Gets array of all "FunctionName" elementsFunctionNameTypeFunctionNamesTypeImpl. getFunctionNameArray(int i)Gets ith "FunctionName" elementFunctionNameTypeFunctionNamesTypeImpl. insertNewFunctionName(int i)Inserts and returns a new empty value (as xml) as the ith "FunctionName" elementMethods in net.opengis.ogc.impl with parameters of type FunctionNameType Modifier and Type Method Description voidFunctionNamesTypeImpl. setFunctionNameArray(int i, FunctionNameType functionName)Sets ith "FunctionName" elementvoidFunctionNamesTypeImpl. setFunctionNameArray(FunctionNameType[] functionNameArray)Sets array of all "FunctionName" element
-