Search Results for

    Show / Hide Table of Contents

    Class LayerExtent

    Describes the extent of a given layer

    Inheritance
    System.Object
    LayerExtent
    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.MapGuide.ObjectModels.MapDefinition
    Assembly: OSGeo.MapGuide.ObjectModels.dll
    Syntax
    public class LayerExtent

    Properties

    | Improve this Doc View Source

    Extent

    The extent of the layer

    Declaration
    public IEnvelope Extent { get; set; }
    Property Value
    Type Description
    IEnvelope
    | Improve this Doc View Source

    LayerCoordinateSystem

    The layer's coordinate system

    Declaration
    public string LayerCoordinateSystem { get; set; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2009 - 2022 Jackie Ng