public interface IPersistCustomFeaturesExtension
extends java.io.Serializable
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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID600811e1_2c1d_11d4_8303_0080c7e20671 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
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.
|
static final int IID600811e1_2c1d_11d4_8303_0080c7e20671
static final int xxDummy
static final java.lang.String IID
void saveClass(IStream stream) throws java.io.IOException, AutomationException
stream
- A reference to a com.esri.arcgis.system.IStream (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void loadClass(IStream stream, boolean[] canLoad) throws java.io.IOException, AutomationException
stream
- A reference to a com.esri.arcgis.system.IStream (in)canLoad
- The canLoad (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void saveFeature(IStream stream, IFeature feature) throws java.io.IOException, AutomationException
stream
- A reference to a com.esri.arcgis.system.IStream (in)feature
- A reference to a com.esri.arcgis.geodatabase.IFeature (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void loadFeature(IStream stream, IFeature feature) throws java.io.IOException, AutomationException
stream
- A reference to a com.esri.arcgis.system.IStream (in)feature
- A reference to a com.esri.arcgis.geodatabase.IFeature (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.