public interface esriSegmentType
extends java.io.Serializable
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 =
Modifier and Type | Field and Description |
---|---|
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.
|
static final int esriSegmentArc
static final int esriSegmentLine
static final int esriSegmentSpiral
static final int esriSegmentBezier3Curve
static final int esriSegmentEllipticArc