|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IReplicaDataset
Provides access to members that return the properties of a replica dataset.
See the IReplica::ReplicaDatasets method or the IWorkSpaceReplicaDatasets to find how to return ReplicaDatasets from a check-out.
The ParentDatabase , ParentOwner and Name properties uniquely identify the dataset in the master geodatabase.
Method Summary | |
---|---|
int |
getDatasetID()
The ID of the dataset. |
String |
getName()
The name of the dataset. |
String |
getParentDatabase()
The name of the master geodatabase the dataset was checked out from. |
String |
getParentOwner()
The owner of the dataset in the master geodatabase. |
int |
getReplicaID()
The ID of the replica associated with this dataset. |
int |
getType()
The type of the dataset. |
Method Detail |
---|
String getName() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getType() throws IOException, AutomationException
The Type property will return one of the following:
EsriDTFeatureClass
EsriDTTable
EsriDTRelationshipClass
From these objects, you can determine the associated feature datasets, geometric networks or topologies.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getDatasetID() throws IOException, AutomationException
The DatasetID uniquely identifies the dataset (i.e. feature class, table or attributed relationship class) within the context of the workspace. This ID differs for corresponding datasets on the master and the check-out workspace.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getParentOwner() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getParentDatabase() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getReplicaID() throws IOException, AutomationException
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 |