Uses of Interface
net.opengis.fes20.GeometryOperandType
-
Packages that use GeometryOperandType Package Description net.opengis.fes20 net.opengis.fes20.impl net.opengis.fes20.util -
-
Uses of GeometryOperandType in net.opengis.fes20
Methods in net.opengis.fes20 that return GeometryOperandType Modifier and Type Method Description GeometryOperandType
Fes20Factory. createGeometryOperandType()
Returns a new object of class 'Geometry Operand Type'.Methods in net.opengis.fes20 that return types with arguments of type GeometryOperandType Modifier and Type Method Description EList<GeometryOperandType>
GeometryOperandsType. getGeometryOperand()
Returns the value of the 'Geometry Operand' containment reference list. -
Uses of GeometryOperandType in net.opengis.fes20.impl
Classes in net.opengis.fes20.impl that implement GeometryOperandType Modifier and Type Class Description class
GeometryOperandTypeImpl
An implementation of the model object 'Geometry Operand Type'.Fields in net.opengis.fes20.impl with type parameters of type GeometryOperandType Modifier and Type Field Description protected EList<GeometryOperandType>
GeometryOperandsTypeImpl. geometryOperand
The cached value of the 'Geometry Operand
' containment reference list.Methods in net.opengis.fes20.impl that return GeometryOperandType Modifier and Type Method Description GeometryOperandType
Fes20FactoryImpl. createGeometryOperandType()
Methods in net.opengis.fes20.impl that return types with arguments of type GeometryOperandType Modifier and Type Method Description EList<GeometryOperandType>
GeometryOperandsTypeImpl. getGeometryOperand()
-
Uses of GeometryOperandType in net.opengis.fes20.util
Methods in net.opengis.fes20.util with parameters of type GeometryOperandType Modifier and Type Method Description T
Fes20Switch. caseGeometryOperandType(GeometryOperandType object)
Returns the result of interpreting the object as an instance of 'Geometry Operand Type'.boolean
Fes20Validator. validateGeometryOperandType(GeometryOperandType geometryOperandType, DiagnosticChain diagnostics, Map<Object,Object> context)
-