com.esri.arcgis.carto
Interface IFeatureGeometryAccess
- All Superinterfaces:
- Serializable
- All Known Implementing Classes:
- IFeatureGeometryAccessProxy, IMSSubFeatureLayer, TemporalFeatureLayer
public interface IFeatureGeometryAccess
- extends Serializable
Provides access to the methods that indicate the access to the geomtry.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Method Summary |
boolean |
isCanAccessGeometry()
Indicates whether the a feature layer gives access to the geometry of its features. |
isCanAccessGeometry
boolean isCanAccessGeometry()
throws IOException,
AutomationException
- Indicates whether the a feature layer gives access to the geometry of its features.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
- Returns:
- The canAccess
- Throws:
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.