Uses of Interface
net.opengis.gml311.FormulaType
Packages that use FormulaType
-
Uses of FormulaType in net.opengis.gml311
Methods in net.opengis.gml311 that return FormulaTypeModifier and TypeMethodDescriptionGml311Factory.createFormulaType()
Returns a new object of class 'Formula Type'.ConversionToPreferredUnitType.getFormula()
Returns the value of the 'Formula' containment reference.Methods in net.opengis.gml311 with parameters of type FormulaTypeModifier and TypeMethodDescriptionvoid
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 FormulaTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Formula Type'.Fields in net.opengis.gml311.impl declared as FormulaTypeModifier and TypeFieldDescriptionprotected FormulaType
ConversionToPreferredUnitTypeImpl.formula
The cached value of the 'Formula
' containment reference.Methods in net.opengis.gml311.impl that return FormulaTypeModifier and TypeMethodDescriptionGml311FactoryImpl.createFormulaType()
ConversionToPreferredUnitTypeImpl.getFormula()
Methods in net.opengis.gml311.impl with parameters of type FormulaTypeModifier and TypeMethodDescriptionNotificationChain
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 FormulaTypeModifier and TypeMethodDescriptionGml311Switch.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)