Search Results for

    Show / Hide Table of Contents

    Class GdalRasterLocationItem

    Represents a directory of raster images in a GDAL configuration document

    Inheritance
    System.Object
    GdalRasterLocationItem
    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 GdalRasterLocationItem : IFdoSerializable

    Properties

    | Improve this Doc View Source

    Items

    Gets all the raster image references in this location

    Declaration
    public GdalRasterItem[] Items { get; }
    Property Value
    Type Description
    GdalRasterItem[]
    | Improve this Doc View Source

    Location

    Gets or sets the directory

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

    Methods

    | Improve this Doc View Source

    AddItem(GdalRasterItem)

    Adds the specified raster image reference

    Declaration
    public void AddItem(GdalRasterItem item)
    Parameters
    Type Name Description
    GdalRasterItem item
    | Improve this Doc View Source

    CalculateExtents()

    Calculates the combined extents of all the raster images in this specified location

    Declaration
    public IEnvelope CalculateExtents()
    Returns
    Type Description
    IEnvelope

    null if there are no raster images. Otherwise returns the combined extent

    | 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

    RemoveItem(GdalRasterItem)

    Removes the specified raster image reference

    Declaration
    public void RemoveItem(GdalRasterItem item)
    Parameters
    Type Name Description
    GdalRasterItem item
    | Improve this Doc View Source

    RemoveItem(String)

    Removes the specified raster image

    Declaration
    public void RemoveItem(string fileName)
    Parameters
    Type Name Description
    System.String fileName
    | 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