Uses of Interface
net.opengis.ogc.FunctionNamesType
-
Packages that use FunctionNamesType Package Description net.opengis.ogc net.opengis.ogc.impl -
-
Uses of FunctionNamesType in net.opengis.ogc
Methods in net.opengis.ogc that return FunctionNamesType Modifier and Type Method Description FunctionNamesTypeFunctionsType. addNewFunctionNames()Appends and returns a new empty "FunctionNames" elementFunctionNamesTypeFunctionsType. getFunctionNames()Gets the "FunctionNames" elementstatic FunctionNamesTypeFunctionNamesType.Factory. newInstance()static FunctionNamesTypeFunctionNamesType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static FunctionNamesTypeFunctionNamesType.Factory. parse(File file)static FunctionNamesTypeFunctionNamesType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static FunctionNamesTypeFunctionNamesType.Factory. parse(InputStream is)static FunctionNamesTypeFunctionNamesType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static FunctionNamesTypeFunctionNamesType.Factory. parse(Reader r)static FunctionNamesTypeFunctionNamesType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static FunctionNamesTypeFunctionNamesType.Factory. parse(String xmlAsString)static FunctionNamesTypeFunctionNamesType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static FunctionNamesTypeFunctionNamesType.Factory. parse(URL u)static FunctionNamesTypeFunctionNamesType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static FunctionNamesTypeFunctionNamesType.Factory. parse(XMLStreamReader sr)static FunctionNamesTypeFunctionNamesType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static FunctionNamesTypeFunctionNamesType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic FunctionNamesTypeFunctionNamesType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic FunctionNamesTypeFunctionNamesType.Factory. parse(Node node)static FunctionNamesTypeFunctionNamesType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.ogc with parameters of type FunctionNamesType Modifier and Type Method Description voidFunctionsType. setFunctionNames(FunctionNamesType functionNames)Sets the "FunctionNames" element -
Uses of FunctionNamesType in net.opengis.ogc.impl
Classes in net.opengis.ogc.impl that implement FunctionNamesType Modifier and Type Class Description classFunctionNamesTypeImplAn XML FunctionNamesType(@http://www.opengis.net/ogc).Methods in net.opengis.ogc.impl that return FunctionNamesType Modifier and Type Method Description FunctionNamesTypeFunctionsTypeImpl. addNewFunctionNames()Appends and returns a new empty "FunctionNames" elementFunctionNamesTypeFunctionsTypeImpl. getFunctionNames()Gets the "FunctionNames" elementMethods in net.opengis.ogc.impl with parameters of type FunctionNamesType Modifier and Type Method Description voidFunctionsTypeImpl. setFunctionNames(FunctionNamesType functionNames)Sets the "FunctionNames" element
-