|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IDEGdbUtilities
COM Interface 'IDEGdbUtilities'. Generated 3/19/2015 1:20:57 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'
Description: 'Provides access to utility functions concerning data elements.' 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 |
IIDbd65b611_aa51_462f_a11a_b0ba223d9e9c
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
java.lang.String |
getDatasetTypeDescription(int type)
Get dataset type description. |
int |
getDatasetTypeFromString(java.lang.String desc)
Get dataset type from string. |
java.lang.String |
getExpandTypeDescription(int type)
Get expand type description. |
int |
getExpandTypeFromString(java.lang.String desc)
Get expand type from string. |
java.lang.String |
getFeatureTypeDescription(int type)
Get feature type description. |
int |
getFeatureTypeFromString(java.lang.String desc)
Get feature type from string. |
java.lang.String |
getFieldTypeDescription(int type)
Get field type description. |
int |
getFieldTypeFromString(java.lang.String desc)
Get field type from string. |
java.lang.String |
getGeometryTypeDescription(int type)
Get geometry type description. |
int |
getGeometryTypeFromString(java.lang.String desc)
Get geometry type from string. |
java.lang.String |
getNetworkClassAncillaryRoleDescription(int role)
Get network class ancillary role type description. |
int |
getNetworkClassAncillaryRoleFromString(java.lang.String desc)
Get network class ancillary role type from string. |
java.lang.String |
getNetworkTypeDescription(int netType)
Get network type description. |
int |
getNetworkTypeFromString(java.lang.String desc)
Get network type from string. |
java.lang.String |
getRelationshipCardinalityDescription(int card)
Get relationship cardinality description. |
int |
getRelationshipCardinalityFromString(java.lang.String desc)
Get relationship cardinality from string. |
java.lang.String |
getRelationshipClassKeyDescription(int classKey)
Get relationship class key type description. |
int |
getRelationshipClassKeyFromString(java.lang.String desc)
Get relationship class key type from string. |
java.lang.String |
getRelationshipKeyRoleDescription(int keyRole)
Get relationship key role description. |
int |
getRelationshipKeyRoleFromString(java.lang.String desc)
Get relationship key role from string. |
java.lang.String |
getRelationshipKeyTypeDescription(int keyType)
Get relationship key type description. |
int |
getRelationshipKeyTypeFromString(java.lang.String desc)
Get relationship key type from string. |
java.lang.String |
getRelationshipNotificationDescription(int notification)
Get relationship notification description. |
int |
getRelationshipNotificationFromString(java.lang.String desc)
Get relationship notification from string. |
java.lang.String |
getWorkspaceTypeDescription(int type)
Get workspace type description. |
int |
getWorkspaceTypeFromString(java.lang.String desc)
Get worspace type from string. |
boolean |
isEqualDEGeoDataset(IDEGeoDataset dEGeoDataset1,
IDEGeoDataset dEGeoDataset2)
Check if DEGeoDataset properties are equal. |
Field Detail |
---|
static final int IIDbd65b611_aa51_462f_a11a_b0ba223d9e9c
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
int getDatasetTypeFromString(java.lang.String desc) throws java.io.IOException, AutomationException
desc
- The desc (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getDatasetTypeDescription(int type) throws java.io.IOException, AutomationException
type
- A com.esri.arcgis.geodatabase.esriDatasetType constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getGeometryTypeFromString(java.lang.String desc) throws java.io.IOException, AutomationException
desc
- The desc (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getGeometryTypeDescription(int type) throws java.io.IOException, AutomationException
type
- A com.esri.arcgis.geometry.esriGeometryType constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getFeatureTypeFromString(java.lang.String desc) throws java.io.IOException, AutomationException
desc
- The desc (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getFeatureTypeDescription(int type) throws java.io.IOException, AutomationException
type
- A com.esri.arcgis.geodatabase.esriFeatureType constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getExpandTypeFromString(java.lang.String desc) throws java.io.IOException, AutomationException
desc
- The desc (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getExpandTypeDescription(int type) throws java.io.IOException, AutomationException
type
- A com.esri.arcgis.geodatabase.esriDEExpandType constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getFieldTypeFromString(java.lang.String desc) throws java.io.IOException, AutomationException
desc
- The desc (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getFieldTypeDescription(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.int getWorkspaceTypeFromString(java.lang.String desc) throws java.io.IOException, AutomationException
desc
- The desc (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getWorkspaceTypeDescription(int type) throws java.io.IOException, AutomationException
type
- A com.esri.arcgis.geodatabase.esriWorkspaceType constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getNetworkClassAncillaryRoleFromString(java.lang.String desc) throws java.io.IOException, AutomationException
desc
- The desc (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getNetworkClassAncillaryRoleDescription(int role) throws java.io.IOException, AutomationException
role
- A com.esri.arcgis.geodatabase.esriNetworkClassAncillaryRole constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getRelationshipKeyTypeFromString(java.lang.String desc) throws java.io.IOException, AutomationException
desc
- The desc (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getRelationshipKeyTypeDescription(int keyType) throws java.io.IOException, AutomationException
keyType
- A com.esri.arcgis.geodatabase.esriRelKeyType constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getRelationshipClassKeyFromString(java.lang.String desc) throws java.io.IOException, AutomationException
desc
- The desc (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getRelationshipClassKeyDescription(int classKey) throws java.io.IOException, AutomationException
classKey
- A com.esri.arcgis.geodatabase.esriRelClassKey constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getRelationshipKeyRoleFromString(java.lang.String desc) throws java.io.IOException, AutomationException
desc
- The desc (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getRelationshipKeyRoleDescription(int keyRole) throws java.io.IOException, AutomationException
keyRole
- A com.esri.arcgis.geodatabase.esriRelKeyRole constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getRelationshipCardinalityFromString(java.lang.String desc) throws java.io.IOException, AutomationException
desc
- The desc (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getRelationshipCardinalityDescription(int card) throws java.io.IOException, AutomationException
card
- A com.esri.arcgis.geodatabase.esriRelCardinality constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getRelationshipNotificationFromString(java.lang.String desc) throws java.io.IOException, AutomationException
desc
- The desc (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getRelationshipNotificationDescription(int notification) throws java.io.IOException, AutomationException
notification
- A com.esri.arcgis.geodatabase.esriRelNotification constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getNetworkTypeFromString(java.lang.String desc) throws java.io.IOException, AutomationException
desc
- The desc (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getNetworkTypeDescription(int netType) throws java.io.IOException, AutomationException
netType
- A com.esri.arcgis.geodatabase.esriNetworkType constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isEqualDEGeoDataset(IDEGeoDataset dEGeoDataset1, IDEGeoDataset dEGeoDataset2) throws java.io.IOException, AutomationException
dEGeoDataset1
- A reference to a com.esri.arcgis.geodatabase.IDEGeoDataset (in)dEGeoDataset2
- A reference to a com.esri.arcgis.geodatabase.IDEGeoDataset (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 |