com.esri.arcgis.carto
Interface acGeometryType

All Superinterfaces:
Serializable

public interface acGeometryType
extends Serializable

ArcIMS geometry types.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux


Field Summary
static int acGeometryLine
          A straight line segment between two points.
static int acGeometryNull
          A geometry of unknown type.
static int acGeometryPoint
          A zero dimensional geometry.
static int acGeometryPolygon
          A collection of rings ordered by their containment relationship.
 

Field Detail

acGeometryPoint

static final int acGeometryPoint
A zero dimensional geometry.

See Also:
Constant Field Values

acGeometryLine

static final int acGeometryLine
A straight line segment between two points.

See Also:
Constant Field Values

acGeometryPolygon

static final int acGeometryPolygon
A collection of rings ordered by their containment relationship.

See Also:
Constant Field Values

acGeometryNull

static final int acGeometryNull
A geometry of unknown type.

See Also:
Constant Field Values