Search Results for

    Show / Hide Table of Contents

    Class DefaultCreateDataStoreCommand<TConn>

    A default implementation of IApplySchema. Reserved for connection provider use

    Inheritance
    System.Object
    DefaultCommand<TConn>
    DefaultCreateDataStoreCommand<TConn>
    Implements
    ICreateDataStore
    ICommand
    IFdoSpatialContext
    IFdoSerializable
    Inherited Members
    DefaultCommand<TConn>.ConnImpl
    DefaultCommand<TConn>.Parent
    DefaultCommand<TConn>.ValidateCoreParams()
    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.Commands
    Assembly: OSGeo.MapGuide.MaestroAPI.dll
    Syntax
    public abstract class DefaultCreateDataStoreCommand<TConn> : DefaultCommand<TConn>, ICreateDataStore, ICommand, IFdoSpatialContext, IFdoSerializable where TConn : IServerConnection
    Type Parameters
    Name Description
    TConn

    The type of the conn.

    Constructors

    | Improve this Doc View Source

    DefaultCreateDataStoreCommand(TConn)

    Initializes a new instance of the DefaultCreateDataStoreCommand<TConn> class.

    Declaration
    protected DefaultCreateDataStoreCommand(TConn conn)
    Parameters
    Type Name Description
    TConn conn

    The conn.

    Properties

    | Improve this Doc View Source

    CoordinateSystemName

    Gets or sets the name of the coordinate system.

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

    The name of the coordinate system.

    | Improve this Doc View Source

    CoordinateSystemWkt

    Gets or sets the coordinate system WKT.

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

    The coordinate system WKT.

    | Improve this Doc View Source

    Description

    Gets or sets the description.

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

    The description.

    | Improve this Doc View Source

    Extent

    Gets or sets the extent.

    Declaration
    public IEnvelope Extent { get; set; }
    Property Value
    Type Description
    IEnvelope

    The extent.

    | Improve this Doc View Source

    ExtentType

    Gets or sets the type of the extent.

    Declaration
    public FdoSpatialContextListSpatialContextExtentType ExtentType { get; set; }
    Property Value
    Type Description
    FdoSpatialContextListSpatialContextExtentType

    The type of the extent.

    | Improve this Doc View Source

    FeatureSourceId

    Gets or sets the feature source id.

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

    The feature source id.

    | Improve this Doc View Source

    FileName

    Gets or sets the name of the file.

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

    The name of the file.

    | Improve this Doc View Source

    Name

    Gets or sets the name of the spatial context to create.

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

    The name.

    | Improve this Doc View Source

    Provider

    Gets or sets the provider.

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

    The provider.

    | Improve this Doc View Source

    Schema

    Gets or sets the schema.

    Declaration
    public FeatureSchema Schema { get; set; }
    Property Value
    Type Description
    FeatureSchema

    The schema.

    | Improve this Doc View Source

    XYTolerance

    Gets or sets the XY tolerance.

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

    The XY tolerance.

    | Improve this Doc View Source

    ZTolerance

    Gets or sets the Z tolerance.

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

    The Z tolerance.

    Methods

    | Improve this Doc View Source

    Execute()

    Executes this instance.

    Declaration
    public void Execute()
    | Improve this Doc View Source

    ExecuteInternal()

    Performs actual execution of the command.

    Declaration
    protected abstract void ExecuteInternal()
    | Improve this Doc View Source

    ReadXml(XmlNode, XmlNamespaceManager)

    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)

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

    Implements

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