com.esri.arcgis.geodatabase
Interface IPersistCustomFeaturesExtension

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
AnnotationFeatureClassExtension, DimensionClassExtension, IPersistCustomFeaturesExtensionProxy

public interface IPersistCustomFeaturesExtension
extends java.io.Serializable

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

Description: 'Provides access to members that allow extra feature information to be persisted.' 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 IID600811e1_2c1d_11d4_8303_0080c7e20671
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void loadClass(IStream stream, boolean[] canLoad)
          Looks at the class information and determines if it can load the features.
 void loadFeature(IStream stream, IFeature feature)
          Loads the feature information and updates the feature.
 void saveClass(IStream stream)
          Writes out to the stream, class information used to aid loading.
 void saveFeature(IStream stream, IFeature feature)
          Writes out to the stream, feature infomation used to aid loading.
 

Field Detail

IID600811e1_2c1d_11d4_8303_0080c7e20671

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

saveClass

void saveClass(IStream stream)
               throws java.io.IOException,
                      AutomationException
Writes out to the stream, class information used to aid loading.

Parameters:
stream - A reference to a com.esri.arcgis.system.IStream (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

loadClass

void loadClass(IStream stream,
               boolean[] canLoad)
               throws java.io.IOException,
                      AutomationException
Looks at the class information and determines if it can load the features.

Parameters:
stream - A reference to a com.esri.arcgis.system.IStream (in)
canLoad - The canLoad (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

saveFeature

void saveFeature(IStream stream,
                 IFeature feature)
                 throws java.io.IOException,
                        AutomationException
Writes out to the stream, feature infomation used to aid loading.

Parameters:
stream - A reference to a com.esri.arcgis.system.IStream (in)
feature - A reference to a com.esri.arcgis.geodatabase.IFeature (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

loadFeature

void loadFeature(IStream stream,
                 IFeature feature)
                 throws java.io.IOException,
                        AutomationException
Loads the feature information and updates the feature.

Parameters:
stream - A reference to a com.esri.arcgis.system.IStream (in)
feature - A reference to a com.esri.arcgis.geodatabase.IFeature (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.