com.esri.arcgis.geodatabase
Interface IFeatureSimplify2

All Superinterfaces:
IFeatureSimplify, java.io.Serializable
All Known Implementing Classes:
AnnotationFeature, ComplexEdgeFeature, ComplexJunctionFeature, CoverageAnnotationFeature, DimensionFeature, Feature, IFeatureSimplify2Proxy, RasterCatalogItem, SimpleEdgeFeature, SimpleJunctionFeature

public interface IFeatureSimplify2
extends IFeatureSimplify, java.io.Serializable

COM Interface 'IFeatureSimplify2'. Generated 3/19/2015 1:20:52 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'

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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID0a9035f6_9e34_473d_bdfb_35663ea162b7
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.geodatabase.IFeatureSimplify
IID10e6443f_fecb_11d3_9fa5_00c04f6bdf0c
 
Method Summary
 boolean isSimpleGeometry(IGeometry geometry, int[] reason)
          Returns true if the input geometry is simple according to the rules appropriate for this feature.
 
Methods inherited from interface com.esri.arcgis.geodatabase.IFeatureSimplify
simplifyGeometry
 

Field Detail

IID0a9035f6_9e34_473d_bdfb_35663ea162b7

static final int IID0a9035f6_9e34_473d_bdfb_35663ea162b7
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

isSimpleGeometry

boolean isSimpleGeometry(IGeometry geometry,
                         int[] reason)
                         throws java.io.IOException,
                                AutomationException
Returns true if the input geometry is simple according to the rules appropriate for this feature.

Parameters:
geometry - A reference to a com.esri.arcgis.geometry.IGeometry (in)
reason - A com.esri.arcgis.geometry.esriNonSimpleReasonEnum constant (out: use single element array)
Returns:
The isSimpleGeometry
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.