DK11 for .NET | TatukGIS.NDK.TGIS_LayerVector.InitializeDirectWrite | Constructors | Fields | Methods | Properties | Events
Build new layer - prepare storage for direct writing.
// C# public void InitializeDirectWrite( string _path, TGIS_Extent _extent, TGIS_ShapeType _type, TGIS_DimensionType _dim );
' VisualBasic Public Sub InitializeDirectWrite( ByVal _path As String, ByVal _extent As TGIS_Extent, ByVal _type As TGIS_ShapeType, ByVal _dim As TGIS_DimensionType )
// Oxygene public procedure InitializeDirectWrite( _path : String; _extent : TGIS_Extent; _type : TGIS_ShapeType; _dim : TGIS_DimensionType ); virtual;
Name | Type | Description |
---|---|---|
_path | string String | full path of layer to be built; a connection string for SQL base shapes; |
_extent | TGIS_Extent | starting extent of layer - can't be zero sized |
_type | TGIS_ShapeType | shape type supported by a layer |
_dim | TGIS_DimensionType | dimension; for default layer dimension use TGIS_DimensionType.Unknown |
Use this method to build a new layer (prepare storage) for direct write.