DK for ActiveX | TatukGIS_XDK11.ITGIS_LayerPixel.Build_4 | Methods | Properties
Builds an in-memory layer.
// C# public void Build_4( WordBool _grid, ITGIS_CSCoordinateSystem _cs, ITGIS_Extent _ext, double _pixelsize );
' VisualBasic Public Sub Build_4( ByVal _grid As WordBool, ByVal _cs As ITGIS_CSCoordinateSystem, ByVal _ext As ITGIS_Extent, ByVal _pixelsize As Double )
// Oxygene public procedure Build_4( _grid : WordBool; _cs : ITGIS_CSCoordinateSystem; _ext : ITGIS_Extent; _pixelsize : Double );
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) |
_pixelsize | double Double | pixel layer resolution in Coordinate System units |
Layer's extent might be little expanded to ensure exact _pixelsize. To create file based layer - see method overloads.