|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IWorkspaceDomains
COM Interface 'IWorkspaceDomains'. Generated 3/19/2015 1:20:54 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'
Description: 'Provides access to members that return information about domains and allows you to add or delete domains.' 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 |
IIDd80957f0_8883_11d2_aabb_00c04fa37b82
|
static int |
xxDummy
Deprecated. Internal use only |
| Method Summary | |
|---|---|
int |
addDomain(IDomain domain)
Adds the given domain to the workspace. |
void |
deleteDomain(java.lang.String domainName)
Deletes the given domain from the workspace. |
IDomain |
getDomainByName(java.lang.String domainName)
The domain with the given name from the workspace. |
IEnumDomain |
getDomains()
All the domains in the workspace. |
IEnumDomain |
getDomainsByFieldType(int type)
The domain with the given name from the workspace. |
boolean |
isCanDeleteDomain(java.lang.String domainName)
Indicates if the user can delete the domain. |
| Field Detail |
|---|
static final int IIDd80957f0_8883_11d2_aabb_00c04fa37b82
static final int xxDummy
static final java.lang.String IID
| Method Detail |
|---|
int addDomain(IDomain domain)
throws java.io.IOException,
AutomationException
domain - A reference to a com.esri.arcgis.geodatabase.IDomain (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isCanDeleteDomain(java.lang.String domainName)
throws java.io.IOException,
AutomationException
domainName - The domainName (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void deleteDomain(java.lang.String domainName)
throws java.io.IOException,
AutomationException
domainName - The domainName (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IEnumDomain getDomains()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IDomain getDomainByName(java.lang.String domainName)
throws java.io.IOException,
AutomationException
domainName - The domainName (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IEnumDomain getDomainsByFieldType(int type)
throws java.io.IOException,
AutomationException
type - A com.esri.arcgis.geodatabase.esriFieldType constant (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 | ||||||||