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.fes20Subinterfaces of SpatialOpsType in net.opengis.fes20 Modifier and Type Interface Description interfaceBBOXTypeA representation of the model object 'BBOX Type'.interfaceBinarySpatialOpTypeA representation of the model object 'Binary Spatial Op Type'.interfaceDistanceBufferTypeA representation of the model object 'Distance Buffer Type'.Methods in net.opengis.fes20 that return SpatialOpsType Modifier and Type Method Description SpatialOpsTypeDocumentRoot. getSpatialOps()Returns the value of the 'Spatial Ops' containment reference.SpatialOpsTypeFilterType. getSpatialOps()Returns the value of the 'Spatial Ops' containment reference.SpatialOpsTypeUnaryLogicOpType. 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.implClasses in net.opengis.fes20.impl that implement SpatialOpsType Modifier and Type Class Description classBBOXTypeImplAn implementation of the model object 'BBOX Type'.classBinarySpatialOpTypeImplAn implementation of the model object 'Binary Spatial Op Type'.classDistanceBufferTypeImplAn implementation of the model object 'Distance Buffer Type'.classSpatialOpsTypeImplAn implementation of the model object 'Spatial Ops Type'.Methods in net.opengis.fes20.impl that return SpatialOpsType Modifier and Type Method Description SpatialOpsTypeDocumentRootImpl. getSpatialOps()SpatialOpsTypeFilterTypeImpl. getSpatialOps()SpatialOpsTypeUnaryLogicOpTypeImpl. 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 NotificationChainDocumentRootImpl. basicSetSpatialOps(SpatialOpsType newSpatialOps, NotificationChain msgs)NotificationChainFilterTypeImpl. basicSetSpatialOps(SpatialOpsType newSpatialOps, NotificationChain msgs)NotificationChainUnaryLogicOpTypeImpl. basicSetSpatialOps(SpatialOpsType newSpatialOps, NotificationChain msgs)
- 
Uses of SpatialOpsType in net.opengis.fes20.utilMethods in net.opengis.fes20.util with parameters of type SpatialOpsType Modifier and Type Method Description TFes20Switch. caseSpatialOpsType(SpatialOpsType object)Returns the result of interpreting the object as an instance of 'Spatial Ops Type'.booleanFes20Validator. validateSpatialOpsType(SpatialOpsType spatialOpsType, DiagnosticChain diagnostics, Map<Object,Object> context)
 
-