User Tools

Site Tools


api:dk11:java:tatukgis.jdk.tgis_viewer.overlappedextentmargin

Table of Contents

TGIS_Viewer.OverlappedExtentMargin property

DK for Java | tatukgis.jdk.TGIS_Viewer.OverlappedExtentMargin | Constructors | Fields | Methods | Properties | Events

Overlapped extent margin (in pixels).

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

Syntax

// Java
public int getOverlappedExtentMargin();
 
public void setOverlappedExtentMargin(
  int _value
);
// Oxygene
public
  property OverlappedExtentMargin : Integer read write;

Value

Type
int
Integer

Remarks

Used to help render shapes placed at tiles' boundaries where rendered shape's elements must be placed also at neighboring tiles. Default value is 0.

For detailed discusssion see Tiled export and print.

2025/01/31 01:18

Page Tools