com.esri.arcgis.geometry
Interface esriSegmentType

All Superinterfaces:
java.io.Serializable

public interface esriSegmentType
extends java.io.Serializable

Constants from esriSegmentType' enum. Generated 3/19/2015 1:20:40 PM from 'C:\ArcGIS\COM\esriGeometry.olb'

Description: 'The types of segments that can be persisted in a new style Esri shapefile buffer (a polyline/polygon with Esri shape type esriShapeGeneralPolyline/Polygon.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


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