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