|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IPlugInFileOperationsClass
COM Interface 'IPlugInFileOperationsClass'. Generated 3/19/2015 1:20:57 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'
Description: 'Provides access to members for copying, deleting and renaming classes in a dataset helper.' 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 |
IID0936597f_ebe1_4b29_bac4_47dafce72a36
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
boolean |
canCopy(int classIndex)
True if this dataset can be copied. |
boolean |
canDelete(int classIndex)
True if this dataset can be deleted. |
boolean |
canRename(int classIndex)
True if this dataset can be renamed. |
void |
copy(int classIndex,
java.lang.String copyName,
IWorkspace copyWorkspace)
Copies this dataset to a new dataset with the specified name. |
void |
delete(int classIndex)
Deletes this dataset. |
java.lang.String |
rename(int classIndex,
java.lang.String name)
Renames this dataset. |
Field Detail |
---|
static final int IID0936597f_ebe1_4b29_bac4_47dafce72a36
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
boolean canCopy(int classIndex) throws java.io.IOException, AutomationException
classIndex
- The classIndex (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void copy(int classIndex, java.lang.String copyName, IWorkspace copyWorkspace) throws java.io.IOException, AutomationException
classIndex
- The classIndex (in)copyName
- The copyName (in)copyWorkspace
- A reference to a com.esri.arcgis.geodatabase.IWorkspace (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean canDelete(int classIndex) throws java.io.IOException, AutomationException
classIndex
- The classIndex (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void delete(int classIndex) throws java.io.IOException, AutomationException
classIndex
- The classIndex (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean canRename(int classIndex) throws java.io.IOException, AutomationException
classIndex
- The classIndex (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String rename(int classIndex, java.lang.String name) throws java.io.IOException, AutomationException
classIndex
- The classIndex (in)name
- The name (in)
java.io.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 |