|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISchematicInMemoryFeatureAssociation
Provides access to members that control the schematic in memory feature association.
Method Summary | |
---|---|
IObject |
getAssociatedObject(ISchematicDataset dataset)
Associated object if exist. |
IObjectClass |
getAssociatedObjectClass(ISchematicDataset dataset)
Associated object class if exist. |
IWorkspace |
getAssociatedWorkspace(ISchematicDataset dataset)
Associated workspace if exist. |
int |
getDataSourceID()
Data source ID related to the schematic in memory feature assocation. |
int |
getObjectClassID()
Class ID related to the schematic in memory feature assocation. |
String |
getObjectGUID()
GUID related to the schematic in memory feature assocation. |
int |
getObjectID()
Object ID related to the schematic in memory feature assocation. |
int |
getObjectSubID()
SUBID related to the schematic in memory feature assocation. |
void |
setDataSourceID(int iD)
Data source ID related to the schematic in memory feature assocation. |
void |
setObjectClassID(int iD)
Class ID related to the schematic in memory feature assocation. |
void |
setObjectGUID(String gUID)
GUID related to the schematic in memory feature assocation. |
void |
setObjectID(int iD)
Object ID related to the schematic in memory feature assocation. |
void |
setObjectSubID(int iD)
SUBID related to the schematic in memory feature assocation. |
Method Detail |
---|
int getDataSourceID() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDataSourceID(int iD) throws IOException, AutomationException
iD
- The iD (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getObjectClassID() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setObjectClassID(int iD) throws IOException, AutomationException
iD
- The iD (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getObjectID() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setObjectID(int iD) throws IOException, AutomationException
iD
- The iD (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getObjectSubID() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setObjectSubID(int iD) throws IOException, AutomationException
iD
- The iD (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getObjectGUID() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setObjectGUID(String gUID) throws IOException, AutomationException
gUID
- The gUID (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IObject getAssociatedObject(ISchematicDataset dataset) throws IOException, AutomationException
dataset
- A reference to a com.esri.arcgis.schematic.ISchematicDataset (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IObjectClass getAssociatedObjectClass(ISchematicDataset dataset) throws IOException, AutomationException
dataset
- A reference to a com.esri.arcgis.schematic.ISchematicDataset (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IWorkspace getAssociatedWorkspace(ISchematicDataset dataset) throws IOException, AutomationException
dataset
- A reference to a com.esri.arcgis.schematic.ISchematicDataset (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 |