public interface SegmentOverlapEnum
extends java.io.Serializable
Description: 'Describes the overlap between segments.' 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 |
SegmentOverlapEqual
Segments overlap completely.
|
static int |
SegmentOverlapLeftAtBeginning
The beginning of the left segment completely overlaps the right segment.
|
static int |
SegmentOverlapMask
Mask for overlap.
|
static int |
SegmentOverlapRightAtBeginning
The beginning of the right segment completely overlaps the left segment.
|
static int |
SegmentOverlapRightAtEnd
The right segment is completely overlapped at the end of the left segment.
|
static int |
SegmentOverlapRightInMiddle
The right segment is completely overlapped within the middle of the left segment.
|
static int |
SegmentOverlapStaggered
Overlap is staggered between segments without either being completely overlapped.
|
static int |
SegmentOverlapVertical
Segments overlap occurs vertically.
|
static final int SegmentOverlapEqual
static final int SegmentOverlapRightAtBeginning
static final int SegmentOverlapLeftAtBeginning
static final int SegmentOverlapRightInMiddle
static final int SegmentOverlapRightAtEnd
static final int SegmentOverlapStaggered
static final int SegmentOverlapMask
static final int SegmentOverlapVertical