Uses of Interface
net.opengis.fes20.SpatialOpsType
-
Packages that use SpatialOpsType Package Description net.opengis.fes20 net.opengis.fes20.impl net.opengis.fes20.util -
-
Uses of SpatialOpsType in net.opengis.fes20
Subinterfaces of SpatialOpsType in net.opengis.fes20 Modifier and Type Interface Description interface
BBOXType
A representation of the model object 'BBOX Type'.interface
BinarySpatialOpType
A representation of the model object 'Binary Spatial Op Type'.interface
DistanceBufferType
A representation of the model object 'Distance Buffer Type'.Methods in net.opengis.fes20 that return SpatialOpsType Modifier and Type Method Description SpatialOpsType
DocumentRoot. getSpatialOps()
Returns the value of the 'Spatial Ops' containment reference.SpatialOpsType
FilterType. getSpatialOps()
Returns the value of the 'Spatial Ops' containment reference.SpatialOpsType
UnaryLogicOpType. getSpatialOps()
Returns the value of the 'Spatial Ops' containment reference.Methods in net.opengis.fes20 that return types with arguments of type SpatialOpsType Modifier and Type Method Description EList<SpatialOpsType>
BinaryLogicOpType. getSpatialOps()
Returns the value of the 'Spatial Ops' containment reference list. -
Uses of SpatialOpsType in net.opengis.fes20.impl
Classes in net.opengis.fes20.impl that implement SpatialOpsType Modifier and Type Class Description class
BBOXTypeImpl
An implementation of the model object 'BBOX Type'.class
BinarySpatialOpTypeImpl
An implementation of the model object 'Binary Spatial Op Type'.class
DistanceBufferTypeImpl
An implementation of the model object 'Distance Buffer Type'.class
SpatialOpsTypeImpl
An implementation of the model object 'Spatial Ops Type'.Methods in net.opengis.fes20.impl that return SpatialOpsType Modifier and Type Method Description SpatialOpsType
DocumentRootImpl. getSpatialOps()
SpatialOpsType
FilterTypeImpl. getSpatialOps()
SpatialOpsType
UnaryLogicOpTypeImpl. getSpatialOps()
Methods in net.opengis.fes20.impl that return types with arguments of type SpatialOpsType Modifier and Type Method Description EList<SpatialOpsType>
BinaryLogicOpTypeImpl. getSpatialOps()
Methods in net.opengis.fes20.impl with parameters of type SpatialOpsType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetSpatialOps(SpatialOpsType newSpatialOps, NotificationChain msgs)
NotificationChain
FilterTypeImpl. basicSetSpatialOps(SpatialOpsType newSpatialOps, NotificationChain msgs)
NotificationChain
UnaryLogicOpTypeImpl. basicSetSpatialOps(SpatialOpsType newSpatialOps, NotificationChain msgs)
-
Uses of SpatialOpsType in net.opengis.fes20.util
Methods in net.opengis.fes20.util with parameters of type SpatialOpsType Modifier and Type Method Description T
Fes20Switch. caseSpatialOpsType(SpatialOpsType object)
Returns the result of interpreting the object as an instance of 'Spatial Ops Type'.boolean
Fes20Validator. validateSpatialOpsType(SpatialOpsType spatialOpsType, DiagnosticChain diagnostics, Map<Object,Object> context)
-