User Tools

Site Tools


api:dk11:java:tatukgis.jdk.tgis_shapetype

Table of Contents

TGIS_ShapeType enum

DK11 for Java | tatukgis.jdk.TGIS_ShapeType | Enums

Types of GIS shapes.

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

Syntax

// Java
public enum TGIS_ShapeType {
  Unknown, Deleted, Point, MultiPoint, Arc, Polygon, Complex, MultiPatch, Null
}
// Oxygene
type
  TGIS_ShapeType = public (
    Unknown, Deleted, Point, MultiPoint, Arc, Polygon, Complex, MultiPatch, Null
  } of Integer;

Members

Name Value Description
Unknown undefined shape
Deleted shape marked as a deleted item
Point single point
MultiPoint multiple point shape
Arc line shape
Polygon area shape
Complex complex
MultiPatch multipatch
Null null shape

2022/11/30 19:36

Page Tools