public interface IErrorFeatureContainerEx
extends java.io.Serializable
Description: 'Provides access to members that return error features.' 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 java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID747444dc_25ee_41ff_a2bd_c69b6343a6c3 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
IEnumFeature |
getErrorFeatures(ISpatialReference spatialReference,
IEnvelope extent,
boolean includeExceptions)
Return the error features in the specified extent.
|
IEnumFeature |
getErrorFeaturesByFeatureGUIDs(ISpatialReference spatialReference,
IEnvelope extent,
IArray featureGUIDs,
boolean includeExceptions)
Return the error features corresponding to the specified features.
|
IEnumFeature |
getErrorFeaturesByRuleTypes(ISpatialReference spatialReference,
IEnvelope extent,
ILongArray ruleTypes,
boolean includeExceptions)
Return the error features corresponding to the specified rule types.
|
IEnumFeature |
getErrorFeaturesBySourceIDs(ISpatialReference spatialReference,
IEnvelope extent,
ILongArray sourceIDs,
boolean includeExceptions)
Return the error features corresponding to the specified feature sources.
|
static final int IID747444dc_25ee_41ff_a2bd_c69b6343a6c3
static final int xxDummy
static final java.lang.String IID
IEnumFeature getErrorFeatures(ISpatialReference spatialReference, IEnvelope extent, boolean includeExceptions) throws java.io.IOException, AutomationException
spatialReference
- A reference to a com.esri.arcgis.geometry.ISpatialReference (in)extent
- A reference to a com.esri.arcgis.geometry.IEnvelope (in)includeExceptions
- The includeExceptions (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IEnumFeature getErrorFeaturesByFeatureGUIDs(ISpatialReference spatialReference, IEnvelope extent, IArray featureGUIDs, boolean includeExceptions) throws java.io.IOException, AutomationException
spatialReference
- A reference to a com.esri.arcgis.geometry.ISpatialReference (in)extent
- A reference to a com.esri.arcgis.geometry.IEnvelope (in)featureGUIDs
- A reference to a com.esri.arcgis.system.IArray (in)includeExceptions
- The includeExceptions (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IEnumFeature getErrorFeaturesByRuleTypes(ISpatialReference spatialReference, IEnvelope extent, ILongArray ruleTypes, boolean includeExceptions) throws java.io.IOException, AutomationException
spatialReference
- A reference to a com.esri.arcgis.geometry.ISpatialReference (in)extent
- A reference to a com.esri.arcgis.geometry.IEnvelope (in)ruleTypes
- A reference to a com.esri.arcgis.system.ILongArray (in)includeExceptions
- The includeExceptions (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IEnumFeature getErrorFeaturesBySourceIDs(ISpatialReference spatialReference, IEnvelope extent, ILongArray sourceIDs, boolean includeExceptions) throws java.io.IOException, AutomationException
spatialReference
- A reference to a com.esri.arcgis.geometry.ISpatialReference (in)extent
- A reference to a com.esri.arcgis.geometry.IEnvelope (in)sourceIDs
- A reference to a com.esri.arcgis.system.ILongArray (in)includeExceptions
- The includeExceptions (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.