User Tools

Site Tools


api:dk11:net:tatukgis.ndk.tgis_layerpixel.build_boolean_tgis_cscoordinatesystem_tgis_extent_double

Table of Contents

TGIS_LayerPixel.Build(bool, TGIS_CSCoordinateSystem, TGIS_Extent, double) method

DK11 for .NET | TatukGIS.NDK.TGIS_LayerPixel.Build | Overloads | Constructors | Fields | Methods | Properties | Events

Builds an in-memory layer.

Available also on: Delphi | Java | ActiveX | Python.

Syntax

// C#
public virtual void Build(
  bool _grid,
  TGIS_CSCoordinateSystem _cs,
  TGIS_Extent _ext,
  double _pixelsize
);
' VisualBasic
Public Overridable Sub Build(
  ByVal _grid As Boolean,
  ByVal _cs As TGIS_CSCoordinateSystem,
  ByVal _ext As TGIS_Extent,
  ByVal _pixelsize As Double
)
// Oxygene
public
  procedure Build(
    _grid : Boolean;
    _cs : TGIS_CSCoordinateSystem;
    _ext : TGIS_Extent;
    _pixelsize : Double
  ); virtual;

Parameters

Name Type Description
_grid bool
Boolean
if true then layer will be treated as grid a image layer will be created otherwise
_cs TGIS_CSCoordinateSystem Coordinate system of the layer
_ext TGIS_Extent extent of the layer expresses in Coordinate System units (_cs)
_pixelsize double
Double
pixel layer resolution in Coordinate System units

Remarks

Layer's extent might be little expanded to ensure exact _pixelsize. To create file based layer - see method overloads.

References

2023/02/24 20:45

Page Tools