com.esri.arcgis.carto
Interface IFeatureGeometryAccess

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IFeatureGeometryAccessProxy, IMSSubFeatureLayer, TemporalFeatureLayer

public interface IFeatureGeometryAccess
extends java.io.Serializable

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

Description: 'Provides access to the methods that indicate the access to the geomtry.' 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 IIDaddf1b83_7d75_49c6_a587_73a0aba90e99
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 boolean isCanAccessGeometry()
          Indicates whether the a feature layer gives access to the geometry of its features.
 

Field Detail

IIDaddf1b83_7d75_49c6_a587_73a0aba90e99

static final int IIDaddf1b83_7d75_49c6_a587_73a0aba90e99
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

isCanAccessGeometry

boolean isCanAccessGeometry()
                            throws java.io.IOException,
                                   AutomationException
Indicates whether the a feature layer gives access to the geometry of its features.

Returns:
The canAccess
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.