|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IPersistCustomFeaturesExtension
Provides access to members that allow extra feature information to be persisted.
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. |
Method Detail |
---|
void saveClass(IStream stream) throws IOException, AutomationException
stream
- A reference to a com.esri.arcgis.system.IStream (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void loadClass(IStream stream, boolean[] canLoad) throws IOException, AutomationException
stream
- A reference to a com.esri.arcgis.system.IStream (in)canLoad
- The canLoad (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void saveFeature(IStream stream, IFeature feature) throws IOException, AutomationException
stream
- A reference to a com.esri.arcgis.system.IStream (in)feature
- A reference to a com.esri.arcgis.geodatabase.IFeature (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void loadFeature(IStream stream, IFeature feature) throws IOException, AutomationException
stream
- A reference to a com.esri.arcgis.system.IStream (in)feature
- A reference to a com.esri.arcgis.geodatabase.IFeature (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |