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.fes20Methods in net.opengis.fes20 that return GeometryOperandType Modifier and Type Method Description GeometryOperandTypeFes20Factory. 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.implClasses in net.opengis.fes20.impl that implement GeometryOperandType Modifier and Type Class Description classGeometryOperandTypeImplAn 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. geometryOperandThe cached value of the 'Geometry Operand' containment reference list.Methods in net.opengis.fes20.impl that return GeometryOperandType Modifier and Type Method Description GeometryOperandTypeFes20FactoryImpl. 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.utilMethods in net.opengis.fes20.util with parameters of type GeometryOperandType Modifier and Type Method Description TFes20Switch. caseGeometryOperandType(GeometryOperandType object)Returns the result of interpreting the object as an instance of 'Geometry Operand Type'.booleanFes20Validator. validateGeometryOperandType(GeometryOperandType geometryOperandType, DiagnosticChain diagnostics, Map<Object,Object> context)
 
-