Uses of Interface
net.opengis.gml.x32.FormulaType
-
Packages that use FormulaType Package Description net.opengis.gml.x32 net.opengis.gml.x32.impl -
-
Uses of FormulaType in net.opengis.gml.x32
Methods in net.opengis.gml.x32 that return FormulaType Modifier and Type Method Description FormulaTypeConversionToPreferredUnitType. addNewFormula()Appends and returns a new empty "formula" elementFormulaTypeConversionToPreferredUnitType. getFormula()Gets the "formula" elementstatic FormulaTypeFormulaType.Factory. newInstance()static FormulaTypeFormulaType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static FormulaTypeFormulaType.Factory. parse(File file)static FormulaTypeFormulaType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static FormulaTypeFormulaType.Factory. parse(InputStream is)static FormulaTypeFormulaType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static FormulaTypeFormulaType.Factory. parse(Reader r)static FormulaTypeFormulaType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static FormulaTypeFormulaType.Factory. parse(String xmlAsString)static FormulaTypeFormulaType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static FormulaTypeFormulaType.Factory. parse(URL u)static FormulaTypeFormulaType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static FormulaTypeFormulaType.Factory. parse(XMLStreamReader sr)static FormulaTypeFormulaType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static FormulaTypeFormulaType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic FormulaTypeFormulaType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic FormulaTypeFormulaType.Factory. parse(Node node)static FormulaTypeFormulaType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.gml.x32 with parameters of type FormulaType Modifier and Type Method Description voidConversionToPreferredUnitType. setFormula(FormulaType formula)Sets the "formula" element -
Uses of FormulaType in net.opengis.gml.x32.impl
Classes in net.opengis.gml.x32.impl that implement FormulaType Modifier and Type Class Description classFormulaTypeImplAn XML FormulaType(@http://www.opengis.net/gml/3.2).Methods in net.opengis.gml.x32.impl that return FormulaType Modifier and Type Method Description FormulaTypeConversionToPreferredUnitTypeImpl. addNewFormula()Appends and returns a new empty "formula" elementFormulaTypeConversionToPreferredUnitTypeImpl. getFormula()Gets the "formula" elementMethods in net.opengis.gml.x32.impl with parameters of type FormulaType Modifier and Type Method Description voidConversionToPreferredUnitTypeImpl. setFormula(FormulaType formula)Sets the "formula" element
-