Uses of Interface
net.opengis.gml311.FormulaType
-
Packages that use FormulaType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of FormulaType in net.opengis.gml311
Methods in net.opengis.gml311 that return FormulaType Modifier and Type Method Description FormulaType
Gml311Factory. createFormulaType()
Returns a new object of class 'Formula Type'.FormulaType
ConversionToPreferredUnitType. getFormula()
Returns the value of the 'Formula' containment reference.Methods in net.opengis.gml311 with parameters of type FormulaType Modifier and Type Method Description void
ConversionToPreferredUnitType. setFormula(FormulaType value)
Sets the value of the 'Formula
' containment reference. -
Uses of FormulaType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement FormulaType Modifier and Type Class Description class
FormulaTypeImpl
An implementation of the model object 'Formula Type'.Fields in net.opengis.gml311.impl declared as FormulaType Modifier and Type Field Description protected FormulaType
ConversionToPreferredUnitTypeImpl. formula
The cached value of the 'Formula
' containment reference.Methods in net.opengis.gml311.impl that return FormulaType Modifier and Type Method Description FormulaType
Gml311FactoryImpl. createFormulaType()
FormulaType
ConversionToPreferredUnitTypeImpl. getFormula()
Methods in net.opengis.gml311.impl with parameters of type FormulaType Modifier and Type Method Description NotificationChain
ConversionToPreferredUnitTypeImpl. basicSetFormula(FormulaType newFormula, NotificationChain msgs)
void
ConversionToPreferredUnitTypeImpl. setFormula(FormulaType newFormula)
-
Uses of FormulaType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type FormulaType Modifier and Type Method Description T
Gml311Switch. caseFormulaType(FormulaType object)
Returns the result of interpreting the object as an instance of 'Formula Type'.boolean
Gml311Validator. validateFormulaType(FormulaType formulaType, DiagnosticChain diagnostics, Map<Object,Object> context)
-