User Tools

Site Tools


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

Table of Contents

TGIS_LayerPixel.setWorldFile method

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

Set extent based on world file (like .tfw, .bpw) itp. Also read projection information form the .prj if world file exists. If world file does not exists tries to read world/projection form the TAB file.

Available also on: Delphi | Java.

Syntax

// C#
protected void setWorldFile(
  string _ext
);
' VisualBasic
Protected Sub setWorldFile(
  ByVal _ext As String
)
// Oxygene
protected
  procedure setWorldFile(
    _ext : String
  );

Parameters

Name Type Description
_ext string
String
extension of the world file (like .tfw, .bpw)
2020/05/07 01:17

Page Tools