Search Results for

    Show / Hide Table of Contents

    Class FdoSpatialCondition

    An FDO spatial condition

    Inheritance
    System.Object
    FdoParseable
    FdoFilter
    FdoSearchCondition
    FdoGeometricCondition
    FdoSpatialCondition
    Inherited Members
    FdoFilter.ParseableType
    FdoFilter.Parse(String)
    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 Source

    Expression

    The geometric expression

    Declaration
    public FdoExpression Expression { get; }
    Property Value
    Type Description
    FdoExpression
    | Improve this Doc View Source

    FilterType

    The filter type

    Declaration
    public override FilterType FilterType { get; }
    Property Value
    Type Description
    FilterType
    Overrides
    FdoFilter.FilterType
    | Improve this Doc View Source

    Identifier

    The geometry identifier

    Declaration
    public FdoIdentifier Identifier { get; }
    Property Value
    Type Description
    FdoIdentifier
    | Improve this Doc View Source

    Operator

    The spatial operator

    Declaration
    public SpatialOperations Operator { get; }
    Property Value
    Type Description
    SpatialOperations
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2009 - 2022 Jackie Ng