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 GeometryOperandsType
Fes20Factory. createGeometryOperandsType()
Returns a new object of class 'Geometry Operands Type'.GeometryOperandsType
SpatialCapabilitiesType. getGeometryOperands2()
Returns the value of the 'Geometry Operands' containment reference.GeometryOperandsType
SpatialOperatorType. 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 void
SpatialCapabilitiesType. setGeometryOperands(GeometryOperandsType value)
Sets the value of the 'Geometry Operands
' containment reference.void
SpatialOperatorType. 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 class
GeometryOperandsTypeImpl
An implementation of the model object 'Geometry Operands Type'.Fields in net.opengis.fes20.impl declared as GeometryOperandsType Modifier and Type Field Description protected GeometryOperandsType
SpatialCapabilitiesTypeImpl. geometryOperands
The cached value of the 'Geometry Operands
' containment reference.protected GeometryOperandsType
SpatialOperatorTypeImpl. geometryOperands
The cached value of the 'Geometry Operands
' containment reference.Methods in net.opengis.fes20.impl that return GeometryOperandsType Modifier and Type Method Description GeometryOperandsType
Fes20FactoryImpl. createGeometryOperandsType()
GeometryOperandsType
SpatialCapabilitiesTypeImpl. getGeometryOperands2()
GeometryOperandsType
SpatialOperatorTypeImpl. getGeometryOperands2()
Methods in net.opengis.fes20.impl with parameters of type GeometryOperandsType Modifier and Type Method Description NotificationChain
SpatialCapabilitiesTypeImpl. basicSetGeometryOperands(GeometryOperandsType newGeometryOperands, NotificationChain msgs)
NotificationChain
SpatialOperatorTypeImpl. basicSetGeometryOperands(GeometryOperandsType newGeometryOperands, NotificationChain msgs)
void
SpatialCapabilitiesTypeImpl. setGeometryOperands(GeometryOperandsType newGeometryOperands)
void
SpatialOperatorTypeImpl. 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 T
Fes20Switch. caseGeometryOperandsType(GeometryOperandsType object)
Returns the result of interpreting the object as an instance of 'Geometry Operands Type'.boolean
Fes20Validator. validateGeometryOperandsType(GeometryOperandsType geometryOperandsType, DiagnosticChain diagnostics, Map<Object,Object> context)
-