User Tools

Site Tools


api:dk11:java:tatukgis.jdk.tgis_layerpixel.exportlayer_tgis_layerpixel_tgis_extent

Table of Contents

TGIS_LayerPixel.ExportLayer method

DK11 for Java | tatukgis.jdk.TGIS_LayerPixel.ExportLayer | Constructors | Fields | Methods | Properties | Events

Export layer.

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

Syntax

// Java
public void ExportLayer(
  TGIS_LayerPixel _layer,
  TGIS_Extent _extent
);
// Oxygene
public
  procedure ExportLayer(
    _layer : TGIS_LayerPixel;
    _extent : TGIS_Extent
  );

Parameters

Name Type Description
_layer TGIS_LayerPixel layer to be exported to
_extent TGIS_Extent starting extent of layer - can't be zero sized

Remarks

Remember to assign 'path' property to layer you want to export to for proper export a new layer to file.
Use this method to export a layer. To do this choose a layer to export to, and use ExportLayer method of with proper params. See an opposite method ImportLayer.

2022/11/16 01:47

Page Tools