DK11 for ActiveX | TatukGIS_XDK11.ITGIS_LayerPixel.Build | Methods | Properties
Builds an in-memory layer.
// C# public void Build( WordBool _grid, ITGIS_CSCoordinateSystem _cs, ITGIS_Extent _ext, int _width, int _height );
' VisualBasic Public Sub Build( ByVal _grid As WordBool, ByVal _cs As ITGIS_CSCoordinateSystem, ByVal _ext As ITGIS_Extent, ByVal _width As Integer, ByVal _height As Integer )
// Oxygene public procedure Build( _grid : WordBool; _cs : ITGIS_CSCoordinateSystem; _ext : ITGIS_Extent; _width : Integer; _height : Integer );
Name | Type | Description |
---|---|---|
_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 |
To create file based layer - see method overloads.