User Tools

Site Tools


api:dk11:java:tatukgis.jdk.tgis_layervector.checkparamscache_tgis_shape_integer

Table of Contents

TGIS_LayerVector.checkParamsCache method

DK11 for Java | tatukgis.jdk.TGIS_LayerVector.checkParamsCache | Constructors | Fields | Methods | Properties | Events

Check if shape is visible based on current paramsCache setup.

Available also on: Delphi | .NET.

Syntax

// Java
protected bool checkParamsCache(
  TGIS_Shape _shp,
  int _cursor
);
// Oxygene
protected
  function checkParamsCache(
    _shp : TGIS_Shape;
    _cursor : Integer
  ) : Boolean;

Parameters

Name Type Description
_shp TGIS_Shape shape to be checked
_cursor int
Integer
cursor index to be used to check attribute fields

Result

Type Description
bool
Boolean
true if shape is visible
2018/07/27 01:23

Page Tools