Class GdalRasterItem
Represents a raster image location and its extents.
Inheritance
System.Object
GdalRasterItem
Implements
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 SourceFileName
Gets or sets the raster image file name
Declaration
public string FileName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
MaxX
Gets or sets the maximum X value of this raster extent
Declaration
public double MaxX { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
MaxY
Gets or sets the maximum Y value of this raster extent
Declaration
public double MaxY { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
MinX
Gets or sets the minimum X value of this raster extent
Declaration
public double MinX { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
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 SourceReadXml(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 |
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 |