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
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 SourceClassName
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 |
SchemaName
Gets or sets the name of the feature schema
Declaration
public string SchemaName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
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 |
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 |
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 |
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 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 |