Search Results for

    Show / Hide Table of Contents

    Class GdalRasterItem

    Represents a raster image location and its extents.

    Inheritance
    System.Object
    GdalRasterItem
    Implements
    IFdoSerializable
    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.MaestroAPI.SchemaOverrides
    Assembly: OSGeo.MapGuide.MaestroAPI.dll
    Syntax
    public class GdalRasterItem : IFdoSerializable

    Properties

    | Improve this Doc View Source

    FileName

    Gets or sets the raster image file name

    Declaration
    public string FileName { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    MaxX

    Gets or sets the maximum X value of this raster extent

    Declaration
    public double MaxX { get; set; }
    Property Value
    Type Description
    System.Double
    | Improve this Doc View Source

    MaxY

    Gets or sets the maximum Y value of this raster extent

    Declaration
    public double MaxY { get; set; }
    Property Value
    Type Description
    System.Double
    | Improve this Doc View Source

    MinX

    Gets or sets the minimum X value of this raster extent

    Declaration
    public double MinX { get; set; }
    Property Value
    Type Description
    System.Double
    | Improve this Doc View Source

    MinY

    Gets or sets the minimum Y value of this raster extent

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

    Methods

    | Improve this Doc View Source

    ReadXml(XmlNode, XmlNamespaceManager)

    Set the current element's content from the current XML node

    Declaration
    public void ReadXml(XmlNode node, XmlNamespaceManager mgr)
    Parameters
    Type Name Description
    System.Xml.XmlNode node
    System.Xml.XmlNamespaceManager mgr
    | Improve this Doc View Source

    WriteXml(XmlDocument, XmlNode)

    Writes the current element's content

    Declaration
    public void WriteXml(XmlDocument doc, XmlNode currentNode)
    Parameters
    Type Name Description
    System.Xml.XmlDocument doc
    System.Xml.XmlNode currentNode

    Implements

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