Search Results for

    Show / Hide Table of Contents

    Class OdbcTableItem

    Represents a table override. A table override allows a table to be configured as a point feature class

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

    Properties

    | Improve this Doc View Source

    ClassName

    Gets or sets the name of the feature class this override is applicable to

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

    SchemaName

    Gets or sets the name of the feature schema

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

    SpatialContextName

    Gets or sets the name of the spatial context the point geometries will be applicable to

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

    XColumn

    Gets or sets the name of the column which contains the X coordinates of the point features

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

    YColumn

    Gets or sets the name of the column which contains the Y coordinates of the point features

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

    ZColumn

    Gets or sets the name of the column which contains the Z coordinates of the point features

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

    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