com.esri.arcgis.geodatabase
Class IFeatureClassCreationProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.geodatabase.IFeatureClassCreationProxy
All Implemented Interfaces:
IFeatureClassCreation, Externalizable, Serializable

public class IFeatureClassCreationProxy
extends com.esri.arcgis.interop.Dispatch
implements IFeatureClassCreation, 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.

See Also:
com.esri.arcgis.editor.IShortTransactionObjectInspector, Serialized Form

Field Summary
 boolean noncastable
           
 
Fields inherited from class com.esri.arcgis.interop.Dispatch
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
 
Constructor Summary
  IFeatureClassCreationProxy()
           
  IFeatureClassCreationProxy(Object obj)
           
protected IFeatureClassCreationProxy(Object obj, String iid)
           
 
Method Summary
 void addListener(String iidStr, Object theListener, Object theSource)
           
 boolean isCanCreateFromPoint()
          Indicates if the features in this feature class know how to create their shapes given an input point geometry.
 void removeListener(String iidStr, Object theListener)
           
 
Methods inherited from class com.esri.arcgis.interop.Dispatch
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

noncastable

public boolean noncastable
Constructor Detail

IFeatureClassCreationProxy

public IFeatureClassCreationProxy()

IFeatureClassCreationProxy

public IFeatureClassCreationProxy(Object obj)
                           throws IOException
Throws:
IOException

IFeatureClassCreationProxy

protected IFeatureClassCreationProxy(Object obj,
                                     String iid)
                              throws IOException
Throws:
IOException
Method Detail

addListener

public void addListener(String iidStr,
                        Object theListener,
                        Object theSource)
                 throws IOException
Overrides:
addListener in class com.esri.arcgis.interop.Dispatch
Throws:
IOException

removeListener

public void removeListener(String iidStr,
                           Object theListener)
                    throws IOException
Overrides:
removeListener in class com.esri.arcgis.interop.Dispatch
Throws:
IOException

isCanCreateFromPoint

public 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

Specified by:
isCanCreateFromPoint in interface IFeatureClassCreation
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