com.esri.arcgis.geometry
Interface esriSegmentType

All Superinterfaces:
Serializable

public interface esriSegmentType
extends Serializable

The types of segments that can be persisted in a new style Esri shapefile buffer (a polyline/polygon with Esri shape type esriShapeGeneralPolyline/Polygon.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux


Field Summary
static int esriSegmentArc
          A circular arc sub-record in a new style polyline or polygon Esri shapefile buffer.
static int esriSegmentBezier3Curve
          A third-degree bezier spline sub-record in a new style polyline or polygon Esri shapefile buffer.
static int esriSegmentEllipticArc
          An elliptic arc sub-record in a new style polyline or polygon Esri shapefile buffer.
static int esriSegmentLine
          A line.
static int esriSegmentSpiral
          A spiral sub-record.
 

Field Detail

esriSegmentArc

static final int esriSegmentArc
A circular arc sub-record in a new style polyline or polygon Esri shapefile buffer.

See Also:
Constant Field Values

esriSegmentLine

static final int esriSegmentLine
A line. Not used in the new style polyline or polygon Esri shapefile buffer.

See Also:
Constant Field Values

esriSegmentSpiral

static final int esriSegmentSpiral
A spiral sub-record. Not yet implemented.

See Also:
Constant Field Values

esriSegmentBezier3Curve

static final int esriSegmentBezier3Curve
A third-degree bezier spline sub-record in a new style polyline or polygon Esri shapefile buffer.

See Also:
Constant Field Values

esriSegmentEllipticArc

static final int esriSegmentEllipticArc
An elliptic arc sub-record in a new style polyline or polygon Esri shapefile buffer.

See Also:
Constant Field Values