DK11 for .NET | TatukGIS.NDK.TGIS_DbAdoNet.sqlBuild | Constructors | Fields | Methods | Properties
Build new SQL layer.
Available also on: Delphi.
Overrides TGIS_DbAbstract.sqlBuild.
// C# public void sqlBuild( string _path, TGIS_Extent _extent, TGIS_ShapeType _type, string _storage, string _layerName );
' VisualBasic Public Sub sqlBuild( ByVal _path As String, ByVal _extent As TGIS_Extent, ByVal _type As TGIS_ShapeType, ByVal _storage As String, ByVal _layerName As String )
// Oxygene public procedure sqlBuild( _path : String; _extent : TGIS_Extent; _type : TGIS_ShapeType; _storage : String; _layerName : String ); override;
Name | Type | Description |
---|---|---|
_path | string String | path to .ttkls file; if empty the build base on existing parameters SQLParameter; if points to non-existent file then will be treated as a list of CRLF or '\n' deliminated parameters |
_extent | TGIS_Extent | starting extent of a layer - cannot be zero-sized |
_type | TGIS_ShapeType | shape type supported by the layer |
_storage | string String | storage type |
_layerName | string String | layer name |