DK11 for ActiveX | TatukGIS_XDK11.ITGIS_LayerPixel.Build_5 | Methods | Properties
Builds a layer.
// C# public void Build_5( WideString _path, WordBool _grid, ITGIS_CSCoordinateSystem _cs, ITGIS_Extent _ext, double _pixelsize, ITGIS_LayerPixelSubFormat _subformat );
' VisualBasic Public Sub Build_5( ByVal _path As WideString, ByVal _grid As WordBool, ByVal _cs As ITGIS_CSCoordinateSystem, ByVal _ext As ITGIS_Extent, ByVal _pixelsize As Double, ByVal _subformat As ITGIS_LayerPixelSubFormat )
// Oxygene public procedure Build_5( _path : WideString; _grid : WordBool; _cs : ITGIS_CSCoordinateSystem; _ext : ITGIS_Extent; _pixelsize : Double; _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) |
_pixelsize | double Double | pixel layer resolution in Coordinate System units |
_subformat | ITGIS_LayerPixelSubFormat | details specification of layer format like compression etc. |
Layer's extent might be little expanded to ensure exact _pixelsize.