com.esri.arcgis.geodatabase
Interface IFeatureWorkspaceManage

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
IFeatureWorkspaceManage2, IFeatureWorkspaceManage3
All Known Implementing Classes:
IFeatureWorkspaceManage2Proxy, IFeatureWorkspaceManage3Proxy, IFeatureWorkspaceManageProxy, Sde4Workspace, VersionedWorkspace, Workspace

public interface IFeatureWorkspaceManage
extends java.io.Serializable

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

Description: 'Provides access to dataset deletion and renaming, table and index analysis, field validation and version and object class registration .' 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 IIDff866b9f_6f94_11d3_80e5_00c04f686238
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void analyzeIndex(java.lang.String tableName, java.lang.String index)
          Analyze the index to generate DBMS statistics.
 void analyzeTable(java.lang.String tableName, int tableComponents)
          Analyze the table to generate DBMS statistics.
 boolean canDelete(IName aName)
          Checks if an object can be deleted.
 boolean canRename(IName aName)
          Checks if an object can be renamed.
 void deleteByName(IDatasetName aName)
          Deletes an object by it's name.
 boolean isRegisteredAsObjectClass(java.lang.String name)
          Checks if an object is registered as an object class.
 boolean isRegisteredAsVersioned(IName aName)
          Checks if an object is registered as versioned.
 IField validateField(IField inField)
          Validate a field, performing type conversion if necessary.
 

Field Detail

IIDff866b9f_6f94_11d3_80e5_00c04f686238

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

deleteByName

void deleteByName(IDatasetName aName)
                  throws java.io.IOException,
                         AutomationException
Deletes an object by it's name.

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

isRegisteredAsVersioned

boolean isRegisteredAsVersioned(IName aName)
                                throws java.io.IOException,
                                       AutomationException
Checks if an object is registered as versioned.

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

isRegisteredAsObjectClass

boolean isRegisteredAsObjectClass(java.lang.String name)
                                  throws java.io.IOException,
                                         AutomationException
Checks if an object is registered as an object class.

Parameters:
name - The name (in)
Returns:
The isRegistered
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

canDelete

boolean canDelete(IName aName)
                  throws java.io.IOException,
                         AutomationException
Checks if an object can be deleted.

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

canRename

boolean canRename(IName aName)
                  throws java.io.IOException,
                         AutomationException
Checks if an object can be renamed.

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

analyzeTable

void analyzeTable(java.lang.String tableName,
                  int tableComponents)
                  throws java.io.IOException,
                         AutomationException
Analyze the table to generate DBMS statistics.

Parameters:
tableName - The tableName (in)
tableComponents - The tableComponents (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

analyzeIndex

void analyzeIndex(java.lang.String tableName,
                  java.lang.String index)
                  throws java.io.IOException,
                         AutomationException
Analyze the index to generate DBMS statistics.

Parameters:
tableName - The tableName (in)
index - The index (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

validateField

IField validateField(IField inField)
                     throws java.io.IOException,
                            AutomationException
Validate a field, performing type conversion if necessary.

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