User Tools

Site Tools


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

Table of Contents

TGIS_LayerVector.SupportedShapes property

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

Set of shapes supported by a layer. The meaning of this is shapes that can be created, saved etc.

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

Syntax

// Java
public TGIS_ShapeType<TGIS_ShapeType> getSupportedShapes();
 
public void setSupportedShapes(
  TGIS_ShapeType<TGIS_ShapeType> _value
);
// Oxygene
public
  property SupportedShapes : TGIS_ShapeTypes read write;

Value

Type
TGIS_ShapeType<TGIS_ShapeType>
TGIS_ShapeTypes
2022/11/16 01:49

Page Tools