User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_layervector.mergelayerex_itgis_layervector_itgis_extent_tgis_shapetype_widestring_itgis_shape_widestring_wordbool_wordbool

Table of Contents

ITGIS_LayerVector.MergeLayerEx method

DK11 for ActiveX | TatukGIS_XDK11.ITGIS_LayerVector.MergeLayerEx | Methods | Properties

Merges layer with an existing layer.

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

Syntax

// C#
public void MergeLayerEx(
  ITGIS_LayerVector _layer,
  ITGIS_Extent _extent,
  TGIS_ShapeType _type,
  WideString _scope,
  ITGIS_Shape _shape,
  WideString _de9im,
  WordBool _truncated,
  WordBool _restrict
);
' VisualBasic
Public Sub MergeLayerEx(
  ByVal _layer As ITGIS_LayerVector,
  ByVal _extent As ITGIS_Extent,
  ByVal _type As TGIS_ShapeType,
  ByVal _scope As WideString,
  ByVal _shape As ITGIS_Shape,
  ByVal _de9im As WideString,
  ByVal _truncated As WordBool,
  ByVal _restrict As WordBool
)
// Oxygene
public
  procedure MergeLayerEx(
    _layer : ITGIS_LayerVector;
    _extent : ITGIS_Extent;
    _type : TGIS_ShapeType;
    _scope : WideString;
    _shape : ITGIS_Shape;
    _de9im : WideString;
    _truncated : WordBool;
    _restrict : WordBool
  );

Parameters

Name Type Description
_layer ITGIS_LayerVector layer to be imported
_extent ITGIS_Extent starting extent of layer - can't be zero sized
_type TGIS_ShapeType shape type supported by a layer; if gistypeUnknown is used then import will try to recognize shape on its own;
_scope WideString SQL query for which shape will be imported
_shape ITGIS_Shape if not nil, then only shapes matched _de9im matrix with _shape will be found
_de9im WideString DE-9IM matrix of comparison
_truncated WordBool if True, then all shapes will be truncated in _extent; if False, only the shape visible in _extent will be imported ;
_restrict WordBool if True, any field structure modification will raise error, otherwise allow to resize fields

Remarks

Remember to assign 'path' property to layer you want to import from for proper import a new layer to file.
Use this method to merge layers. Before the merge SaveData will be fired.

2022/11/16 01:10

Page Tools