Search Results for

    Show / Hide Table of Contents

    Interface IFdoSpatialContext

    Represents a Spatial Context of a Feature Source

    Inherited Members
    IFdoSerializable.WriteXml(XmlDocument, XmlNode)
    IFdoSerializable.ReadXml(XmlNode, XmlNamespaceManager)
    Namespace: OSGeo.MapGuide.ObjectModels.Common
    Assembly: OSGeo.MapGuide.ObjectModels.dll
    Syntax
    public interface IFdoSpatialContext : IFdoSerializable

    Properties

    | Improve this Doc View Source

    CoordinateSystemName

    Gets or sets the name of the coordinate system.

    Declaration
    string CoordinateSystemName { get; set; }
    Property Value
    Type Description
    System.String

    The name of the coordinate system.

    | Improve this Doc View Source

    CoordinateSystemWkt

    Gets or sets the coordinate system WKT.

    Declaration
    string CoordinateSystemWkt { get; set; }
    Property Value
    Type Description
    System.String

    The coordinate system WKT.

    | Improve this Doc View Source

    Description

    Gets or sets the description.

    Declaration
    string Description { get; set; }
    Property Value
    Type Description
    System.String

    The description.

    | Improve this Doc View Source

    Extent

    Gets or sets the extent.

    Declaration
    IEnvelope Extent { get; set; }
    Property Value
    Type Description
    IEnvelope

    The extent.

    | Improve this Doc View Source

    ExtentType

    Gets or sets the type of the extent.

    Declaration
    FdoSpatialContextListSpatialContextExtentType ExtentType { get; set; }
    Property Value
    Type Description
    FdoSpatialContextListSpatialContextExtentType

    The type of the extent.

    | Improve this Doc View Source

    Name

    Gets or sets the name.

    Declaration
    string Name { get; set; }
    Property Value
    Type Description
    System.String

    The name.

    | Improve this Doc View Source

    XYTolerance

    Gets or sets the XY tolerance.

    Declaration
    double XYTolerance { get; set; }
    Property Value
    Type Description
    System.Double

    The XY tolerance.

    | Improve this Doc View Source

    ZTolerance

    Gets or sets the Z tolerance.

    Declaration
    double ZTolerance { get; set; }
    Property Value
    Type Description
    System.Double

    The Z tolerance.

    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2009 - 2022 Jackie Ng