com.esri.arcgis.geodatabase
Interface IFeatureClassCreation

All Superinterfaces:
Serializable
All Known Implementing Classes:
IFeatureClassCreationProxy

public interface IFeatureClassCreation
extends Serializable

Provides access to a member that determines if features can be created from a point.

Remarks

The IFeatureClassCreation interface is an optional interface for class extensions, used to specify that new features of this class can be created with a single point. If features can be created from a point, the CanCreateFromPoint property should return True.

When To Use

This interface should be implemented by class extensions that are to be used in conjunction with custom features that override how the Shape property is assigned, so that a geometry not typically created with a single point (i.e., a polygon) can be created in such a manner.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

See Also:
com.esri.arcgis.editor.IShortTransactionObjectInspector

Method Summary
 boolean isCanCreateFromPoint()
          Indicates if the features in this feature class know how to create their shapes given an input point geometry.
 

Method Detail

isCanCreateFromPoint

boolean isCanCreateFromPoint()
                             throws IOException,
                                    AutomationException
Indicates if the features in this feature class know how to create their shapes given an input point geometry.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

Returns:
The canCreateFromPoint
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
See Also:
com.esri.arcgis.editor.IShortTransactionObjectInspector