User Tools

Site Tools


api:dk11:java:tatukgis.jdk.tgis_layer.prerecognize_string_string

Table of Contents

TGIS_Layer.PreRecognize method

DK11 for Java | tatukgis.jdk.TGIS_Layer.PreRecognize | Constructors | Fields | Methods | Properties | Events

Checks if the layer can read the file.

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

Syntax

// Java
public bool PreRecognize(
  java.lang.String _path,
  /* ref */ @ValueTypeParameter VarParameter<java.lang.String> _new_path
);
// Oxygene
public
  function PreRecognize(
    _path : String;
    var _new_path : String
  ) : Boolean; virtual;

Parameters

Name Type Description
_path java.lang.String
String
file path to open
_new_path java.lang.String
String
new path extracted from the file to open

Result

Type Description
bool
Boolean
True if the layer can read the file
2022/11/16 01:43

Page Tools