Class DefaultCreateDataStoreCommand<TConn>
A default implementation of IApplySchema. Reserved for connection provider use
Inherited Members
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 SourceDefaultCreateDataStoreCommand(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 SourceCoordinateSystemName
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. |
CoordinateSystemWkt
Gets or sets the coordinate system WKT.
Declaration
public string CoordinateSystemWkt { get; set; }
Property Value
Type | Description |
---|---|
System.String | The coordinate system WKT. |
Description
Gets or sets the description.
Declaration
public string Description { get; set; }
Property Value
Type | Description |
---|---|
System.String | The description. |
Extent
Gets or sets the extent.
Declaration
public IEnvelope Extent { get; set; }
Property Value
Type | Description |
---|---|
IEnvelope | The extent. |
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. |
FeatureSourceId
Gets or sets the feature source id.
Declaration
public string FeatureSourceId { get; set; }
Property Value
Type | Description |
---|---|
System.String | The feature source id. |
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. |
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. |
Provider
Gets or sets the provider.
Declaration
public string Provider { get; set; }
Property Value
Type | Description |
---|---|
System.String | The provider. |
Schema
Gets or sets the schema.
Declaration
public FeatureSchema Schema { get; set; }
Property Value
Type | Description |
---|---|
FeatureSchema | The schema. |
XYTolerance
Gets or sets the XY tolerance.
Declaration
public double XYTolerance { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The XY tolerance. |
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 SourceExecute()
Executes this instance.
Declaration
public void Execute()
ExecuteInternal()
Performs actual execution of the command.
Declaration
protected abstract void ExecuteInternal()
ReadXml(XmlNode, XmlNamespaceManager)
Declaration
public void ReadXml(XmlNode node, XmlNamespaceManager mgr)
Parameters
Type | Name | Description |
---|---|---|
System.Xml.XmlNode | node | |
System.Xml.XmlNamespaceManager | mgr |
WriteXml(XmlDocument, XmlNode)
Declaration
public void WriteXml(XmlDocument doc, XmlNode currentNode)
Parameters
Type | Name | Description |
---|---|---|
System.Xml.XmlDocument | doc | |
System.Xml.XmlNode | currentNode |