User Tools

Site Tools


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

Table of Contents

TGIS_LayerVector.Scope property

Syntax

// Java
public java.lang.String getScope();
 
public void setScope(
  java.lang.String _value
);
// Oxygene
public
  property Scope : String read write;

Value

Type
java.lang.String
String

Remarks

Use this property as a SQL-like query (WHERE clause) to limit active layer objects. Treat is as a filter.

Example

Here is example how to limit processed shapes by using Scope property.

2022/11/16 01:49

Page Tools