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 FormulaTypeGml311Factory. createFormulaType()Returns a new object of class 'Formula Type'.FormulaTypeConversionToPreferredUnitType. getFormula()Returns the value of the 'Formula' containment reference.Methods in net.opengis.gml311 with parameters of type FormulaType Modifier and Type Method Description voidConversionToPreferredUnitType. 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 classFormulaTypeImplAn implementation of the model object 'Formula Type'.Fields in net.opengis.gml311.impl declared as FormulaType Modifier and Type Field Description protected FormulaTypeConversionToPreferredUnitTypeImpl. formulaThe cached value of the 'Formula' containment reference.Methods in net.opengis.gml311.impl that return FormulaType Modifier and Type Method Description FormulaTypeGml311FactoryImpl. createFormulaType()FormulaTypeConversionToPreferredUnitTypeImpl. getFormula()Methods in net.opengis.gml311.impl with parameters of type FormulaType Modifier and Type Method Description NotificationChainConversionToPreferredUnitTypeImpl. basicSetFormula(FormulaType newFormula, NotificationChain msgs)voidConversionToPreferredUnitTypeImpl. 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 TGml311Switch. caseFormulaType(FormulaType object)Returns the result of interpreting the object as an instance of 'Formula Type'.booleanGml311Validator. validateFormulaType(FormulaType formulaType, DiagnosticChain diagnostics, Map<Object,Object> context)
-