com.esri.arcgis.geometry
Interface SegmentOverlapEnum

All Superinterfaces:
java.io.Serializable

public interface SegmentOverlapEnum
extends java.io.Serializable

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

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 =


Field Summary
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.
 

Field Detail

SegmentOverlapEqual

static final int SegmentOverlapEqual
Segments overlap completely.

See Also:
Constant Field Values

SegmentOverlapRightAtBeginning

static final int SegmentOverlapRightAtBeginning
The beginning of the right segment completely overlaps the left segment.

See Also:
Constant Field Values

SegmentOverlapLeftAtBeginning

static final int SegmentOverlapLeftAtBeginning
The beginning of the left segment completely overlaps the right segment.

See Also:
Constant Field Values

SegmentOverlapRightInMiddle

static final int SegmentOverlapRightInMiddle
The right segment is completely overlapped within the middle of the left segment.

See Also:
Constant Field Values

SegmentOverlapRightAtEnd

static final int SegmentOverlapRightAtEnd
The right segment is completely overlapped at the end of the left segment.

See Also:
Constant Field Values

SegmentOverlapStaggered

static final int SegmentOverlapStaggered
Overlap is staggered between segments without either being completely overlapped.

See Also:
Constant Field Values

SegmentOverlapMask

static final int SegmentOverlapMask
Mask for overlap.

See Also:
Constant Field Values

SegmentOverlapVertical

static final int SegmentOverlapVertical
Segments overlap occurs vertically.

See Also:
Constant Field Values