An enumeration of shape types. Shapes can have more than one shape type, so always check the shape type using ShapeType.contains

Enumeration Members

ARC: 524288

An elliptical arc defined by a center point, semi-major axis and semi-minor axis

ARC_BAND: 1048576

A circular arc band defined by a center point, a min radius, a max radius, a start azimuth and a sweep angle

BOUNDS: 512

A bounds.

CIRCLE: 64

A circle by center point

CIRCLE_BY_3_POINTS: 256

A circle by 3 points

CIRCLE_BY_CENTER_POINT: 128

A circle defined by a center point and radius

CIRCULAR_ARC: 4096

A circular arc

CIRCULAR_ARC_BY_3_POINTS: 16384

A circular arc defined by 3 points

CIRCULAR_ARC_BY_BULGE: 32768

A circular arc defined by 2 points and a bulge

CIRCULAR_ARC_BY_CENTER_POINT: 8192

A circular arc defined by a center point and radius

COMPLEXPOLYGON: 8

A complex polygon.

Deprecated

use COMPLEX_POLYGON instead

COMPLEX_POLYGON: 8

A complex polygon.

ELLIPSE: 131072
EXTRUDED_SHAPE: 2097152

An extrusion of a shape

GEO_BUFFER: 262144

A buffer around a shape

ORIENTED_BOX: 8388608

An oriented box, defined by its 8 corner points.

POINT: 1

A point.

POLYGON: 4

A polygon.

POLYLINE: 2

A polyline.

SECTOR: 4194304

A sector of a circle, defined by a center point, a radius, a start azimuth and a sweep angle

SHAPELIST: 16

A shape list.

Deprecated

use SHAPE_LIST instead

SHAPE_LIST: 16

A shape list.