Class FdoDistanceCondition
An FDO distance condition
Inheritance
System.Object
FdoDistanceCondition
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 FdoDistanceCondition : FdoGeometricCondition
Properties
| Improve this Doc View SourceDistance
The distance value
Declaration
public FdoDataValue Distance { get; }
Property Value
Type | Description |
---|---|
FdoDataValue |
Expression
The target 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 distance operator
Declaration
public DistanceOperations Operator { get; }
Property Value
Type | Description |
---|---|
DistanceOperations |