|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.schematic.SchematicInMemoryFeatureAssociation
public class SchematicInMemoryFeatureAssociation
Schematic in memory feature association object.
| Constructor Summary | |
|---|---|
SchematicInMemoryFeatureAssociation()
Constructs a SchematicInMemoryFeatureAssociation using ArcGIS Engine. |
|
SchematicInMemoryFeatureAssociation(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. SchematicInMemoryFeatureAssociation theSchematicInMemoryFeatureAssociation = (SchematicInMemoryFeatureAssociation) obj; |
|
| Method Summary | |
|---|---|
boolean |
equals(Object o)
Compare this object with another |
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. |
static String |
getClsid()
getClsid. |
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. |
int |
hashCode()
the hashcode for this object |
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.esri.arcgis.interop.RemoteObjRef |
|---|
getJintegraDispatch, release |
| Constructor Detail |
|---|
public SchematicInMemoryFeatureAssociation()
throws IOException,
UnknownHostException
IOException - if there are interop problems
UnknownHostException - if there are interop problems
public SchematicInMemoryFeatureAssociation(Object obj)
throws IOException
SchematicInMemoryFeatureAssociation theSchematicInMemoryFeatureAssociation = (SchematicInMemoryFeatureAssociation) obj;
obj to SchematicInMemoryFeatureAssociation.
obj - an object returned from ArcGIS Engine or Server
IOException - if there are interop problems| Method Detail |
|---|
public static String getClsid()
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Object
public int getDataSourceID()
throws IOException,
AutomationException
getDataSourceID in interface ISchematicInMemoryFeatureAssociationIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setDataSourceID(int iD)
throws IOException,
AutomationException
setDataSourceID in interface ISchematicInMemoryFeatureAssociationiD - The iD (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getObjectClassID()
throws IOException,
AutomationException
getObjectClassID in interface ISchematicInMemoryFeatureAssociationIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setObjectClassID(int iD)
throws IOException,
AutomationException
setObjectClassID in interface ISchematicInMemoryFeatureAssociationiD - The iD (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getObjectID()
throws IOException,
AutomationException
getObjectID in interface ISchematicInMemoryFeatureAssociationIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setObjectID(int iD)
throws IOException,
AutomationException
setObjectID in interface ISchematicInMemoryFeatureAssociationiD - The iD (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getObjectSubID()
throws IOException,
AutomationException
getObjectSubID in interface ISchematicInMemoryFeatureAssociationIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setObjectSubID(int iD)
throws IOException,
AutomationException
setObjectSubID in interface ISchematicInMemoryFeatureAssociationiD - The iD (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getObjectGUID()
throws IOException,
AutomationException
getObjectGUID in interface ISchematicInMemoryFeatureAssociationIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setObjectGUID(String gUID)
throws IOException,
AutomationException
setObjectGUID in interface ISchematicInMemoryFeatureAssociationgUID - The gUID (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IObject getAssociatedObject(ISchematicDataset dataset)
throws IOException,
AutomationException
getAssociatedObject in interface ISchematicInMemoryFeatureAssociationdataset - A reference to a com.esri.arcgis.schematic.ISchematicDataset (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IObjectClass getAssociatedObjectClass(ISchematicDataset dataset)
throws IOException,
AutomationException
getAssociatedObjectClass in interface ISchematicInMemoryFeatureAssociationdataset - A reference to a com.esri.arcgis.schematic.ISchematicDataset (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IWorkspace getAssociatedWorkspace(ISchematicDataset dataset)
throws IOException,
AutomationException
getAssociatedWorkspace in interface ISchematicInMemoryFeatureAssociationdataset - 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 | ||||||||