public interface esriRelationshipSplitPolicy
extends java.io.Serializable
Description: 'Relationship split policy options.' 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 |
esriRSPDeleteParts
Delete the relationships and the part objects (with composite relationships).
|
static int |
esriRSPDeleteRelationship
Delete the relationships.
|
static int |
esriRSPDuplicateRelatedObjects
Duplicate the related objects in destination class.
|
static int |
esriRSPPreserveOnAll
Preserve relationships on both resulting features (not valid with 1:1, 1:m).
|
static int |
esriRSPPreserveOnLargest
Preserve relationships on the largest resulting feature.
|
static int |
esriRSPPreserveOnSmallest
Preserve relationships on the smallest resulting feature.
|
static int |
esriRSPUseDefault
Use the default policy.
|
static final int esriRSPUseDefault
static final int esriRSPPreserveOnLargest
static final int esriRSPPreserveOnSmallest
static final int esriRSPPreserveOnAll
static final int esriRSPDeleteRelationship
static final int esriRSPDeleteParts
static final int esriRSPDuplicateRelatedObjects