DK11 for ActiveX | TatukGIS_XDK11.ITGIS_LayerPixel.Build_2 | Methods | Properties
Builds a layer.
// C# public void Build_2( WideString _path, WordBool _grid, ITGIS_CSCoordinateSystem _cs, ITGIS_Extent _ext, int _width, int _height, ITGIS_LayerPixelSubFormat _subformat );
' VisualBasic Public Sub Build_2( ByVal _path As WideString, ByVal _grid As WordBool, ByVal _cs As ITGIS_CSCoordinateSystem, ByVal _ext As ITGIS_Extent, ByVal _width As Integer, ByVal _height As Integer, ByVal _subformat As ITGIS_LayerPixelSubFormat )
// Oxygene public procedure Build_2( _path : WideString; _grid : WordBool; _cs : ITGIS_CSCoordinateSystem; _ext : ITGIS_Extent; _width : Integer; _height : Integer; _subformat : ITGIS_LayerPixelSubFormat );
Name | Type | Description |
---|---|---|
_path | WideString | path to a layer; if empty then layer in-memory |
_grid | WordBool | if true then layer will be treated as grid a image layer will be created otherwise |
_cs | ITGIS_CSCoordinateSystem | Coordinate system of the layer |
_ext | ITGIS_Extent | extent of the layer expresses in Coordinate System units (_cs) |
_width | int Integer | width in pixels |
_height | int Integer | height in pixels; if 0 then is calculated according to _width and proportions of _ext |
_subformat | ITGIS_LayerPixelSubFormat | details specification of layer format like compression etc. |