public interface IFeatureSimplify2 extends IFeatureSimplify, java.io.Serializable
Description: 'Provides access to methods that extend IFeatureSimplify.' 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 |
IID0a9035f6_9e34_473d_bdfb_35663ea162b7 |
static int |
xxDummy
Deprecated.
Internal use only
|
IID10e6443f_fecb_11d3_9fa5_00c04f6bdf0c
Modifier and Type | Method and Description |
---|---|
boolean |
isSimpleGeometry(IGeometry geometry,
int[] reason)
Returns true if the input geometry is simple according to the rules appropriate for this feature.
|
simplifyGeometry
static final int IID0a9035f6_9e34_473d_bdfb_35663ea162b7
static final int xxDummy
static final java.lang.String IID
boolean isSimpleGeometry(IGeometry geometry, int[] reason) throws java.io.IOException, AutomationException
geometry
- A reference to a com.esri.arcgis.geometry.IGeometry (in)reason
- A com.esri.arcgis.geometry.esriNonSimpleReasonEnum constant (out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.