Class FdoSpatialCondition
An FDO spatial condition
Inheritance
System.Object
FdoSpatialCondition
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: OSGeo.FDO.Expressions
Assembly: OSGeo.FDO.Expressions.dll
Syntax
public class FdoSpatialCondition : FdoGeometricCondition
Properties
| Improve this Doc View SourceExpression
The geometric expression
Declaration
public FdoExpression Expression { get; }
Property Value
Type | Description |
---|---|
FdoExpression |
FilterType
The filter type
Declaration
public override FilterType FilterType { get; }
Property Value
Type | Description |
---|---|
FilterType |
Overrides
| Improve this Doc View SourceIdentifier
The geometry identifier
Declaration
public FdoIdentifier Identifier { get; }
Property Value
Type | Description |
---|---|
FdoIdentifier |
Operator
The spatial operator
Declaration
public SpatialOperations Operator { get; }
Property Value
Type | Description |
---|---|
SpatialOperations |