DK11 for .NET | TatukGIS.NDK.TGIS_LayerVectorSqlAbstract.AddToMasterTable | Constructors | Fields | Methods | Properties | Events
Add layer entry to master table.
// C# public void AddToMasterTable( string _layerName, string _geometryColumn, string _indexColumn, string _storage, TGIS_ShapeType _geometryType, TGIS_DimensionType _dim, int _srid, TGIS_Extent _extent );
' VisualBasic Public Sub AddToMasterTable( ByVal _layerName As String, ByVal _geometryColumn As String, ByVal _indexColumn As String, ByVal _storage As String, ByVal _geometryType As TGIS_ShapeType, ByVal _dim As TGIS_DimensionType, ByVal _srid As Integer, ByVal _extent As TGIS_Extent )
// Oxygene public procedure AddToMasterTable( _layerName : String; _geometryColumn : String; _indexColumn : String; _storage : String; _geometryType : TGIS_ShapeType; _dim : TGIS_DimensionType; _srid : Integer; _extent : TGIS_Extent );
Name | Type | Description |
---|---|---|
_layerName | string String | layer name |
_geometryColumn | string String | geometry column name |
_indexColumn | string String | index column name |
_storage | string String | storage type |
_geometryType | TGIS_ShapeType | geometry type |
_dim | TGIS_DimensionType | dimension |
_srid | int Integer | CS id |
_extent | TGIS_Extent | layer extent |