Uses of Interface
net.opengis.fes20.SpatialOperatorsType
-
Packages that use SpatialOperatorsType Package Description net.opengis.fes20 net.opengis.fes20.impl net.opengis.fes20.util -
-
Uses of SpatialOperatorsType in net.opengis.fes20
Methods in net.opengis.fes20 that return SpatialOperatorsType Modifier and Type Method Description SpatialOperatorsType
Fes20Factory. createSpatialOperatorsType()
Returns a new object of class 'Spatial Operators Type'.SpatialOperatorsType
SpatialCapabilitiesType. getSpatialOperators()
Returns the value of the 'Spatial Operators' containment reference.Methods in net.opengis.fes20 with parameters of type SpatialOperatorsType Modifier and Type Method Description void
SpatialCapabilitiesType. setSpatialOperators(SpatialOperatorsType value)
Sets the value of the 'Spatial Operators
' containment reference. -
Uses of SpatialOperatorsType in net.opengis.fes20.impl
Classes in net.opengis.fes20.impl that implement SpatialOperatorsType Modifier and Type Class Description class
SpatialOperatorsTypeImpl
An implementation of the model object 'Spatial Operators Type'.Fields in net.opengis.fes20.impl declared as SpatialOperatorsType Modifier and Type Field Description protected SpatialOperatorsType
SpatialCapabilitiesTypeImpl. spatialOperators
The cached value of the 'Spatial Operators
' containment reference.Methods in net.opengis.fes20.impl that return SpatialOperatorsType Modifier and Type Method Description SpatialOperatorsType
Fes20FactoryImpl. createSpatialOperatorsType()
SpatialOperatorsType
SpatialCapabilitiesTypeImpl. getSpatialOperators()
Methods in net.opengis.fes20.impl with parameters of type SpatialOperatorsType Modifier and Type Method Description NotificationChain
SpatialCapabilitiesTypeImpl. basicSetSpatialOperators(SpatialOperatorsType newSpatialOperators, NotificationChain msgs)
void
SpatialCapabilitiesTypeImpl. setSpatialOperators(SpatialOperatorsType newSpatialOperators)
-
Uses of SpatialOperatorsType in net.opengis.fes20.util
Methods in net.opengis.fes20.util with parameters of type SpatialOperatorsType Modifier and Type Method Description T
Fes20Switch. caseSpatialOperatorsType(SpatialOperatorsType object)
Returns the result of interpreting the object as an instance of 'Spatial Operators Type'.boolean
Fes20Validator. validateSpatialOperatorsType(SpatialOperatorsType spatialOperatorsType, DiagnosticChain diagnostics, Map<Object,Object> context)
-