Uses of Interface
net.opengis.fes20.GeometryOperandsType
-
Packages that use GeometryOperandsType Package Description net.opengis.fes20 net.opengis.fes20.impl net.opengis.fes20.util -
-
Uses of GeometryOperandsType in net.opengis.fes20
Methods in net.opengis.fes20 that return GeometryOperandsType Modifier and Type Method Description GeometryOperandsTypeFes20Factory. createGeometryOperandsType()Returns a new object of class 'Geometry Operands Type'.GeometryOperandsTypeSpatialCapabilitiesType. getGeometryOperands2()Returns the value of the 'Geometry Operands' containment reference.GeometryOperandsTypeSpatialOperatorType. getGeometryOperands2()Returns the value of the 'Geometry Operands' containment reference.Methods in net.opengis.fes20 with parameters of type GeometryOperandsType Modifier and Type Method Description voidSpatialCapabilitiesType. setGeometryOperands(GeometryOperandsType value)Sets the value of the 'Geometry Operands' containment reference.voidSpatialOperatorType. setGeometryOperands(GeometryOperandsType value)Sets the value of the 'Geometry Operands' containment reference. -
Uses of GeometryOperandsType in net.opengis.fes20.impl
Classes in net.opengis.fes20.impl that implement GeometryOperandsType Modifier and Type Class Description classGeometryOperandsTypeImplAn implementation of the model object 'Geometry Operands Type'.Fields in net.opengis.fes20.impl declared as GeometryOperandsType Modifier and Type Field Description protected GeometryOperandsTypeSpatialCapabilitiesTypeImpl. geometryOperandsThe cached value of the 'Geometry Operands' containment reference.protected GeometryOperandsTypeSpatialOperatorTypeImpl. geometryOperandsThe cached value of the 'Geometry Operands' containment reference.Methods in net.opengis.fes20.impl that return GeometryOperandsType Modifier and Type Method Description GeometryOperandsTypeFes20FactoryImpl. createGeometryOperandsType()GeometryOperandsTypeSpatialCapabilitiesTypeImpl. getGeometryOperands2()GeometryOperandsTypeSpatialOperatorTypeImpl. getGeometryOperands2()Methods in net.opengis.fes20.impl with parameters of type GeometryOperandsType Modifier and Type Method Description NotificationChainSpatialCapabilitiesTypeImpl. basicSetGeometryOperands(GeometryOperandsType newGeometryOperands, NotificationChain msgs)NotificationChainSpatialOperatorTypeImpl. basicSetGeometryOperands(GeometryOperandsType newGeometryOperands, NotificationChain msgs)voidSpatialCapabilitiesTypeImpl. setGeometryOperands(GeometryOperandsType newGeometryOperands)voidSpatialOperatorTypeImpl. setGeometryOperands(GeometryOperandsType newGeometryOperands) -
Uses of GeometryOperandsType in net.opengis.fes20.util
Methods in net.opengis.fes20.util with parameters of type GeometryOperandsType Modifier and Type Method Description TFes20Switch. caseGeometryOperandsType(GeometryOperandsType object)Returns the result of interpreting the object as an instance of 'Geometry Operands Type'.booleanFes20Validator. validateGeometryOperandsType(GeometryOperandsType geometryOperandsType, DiagnosticChain diagnostics, Map<Object,Object> context)
-