|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.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 problemspublic 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 problemsMethod Detail |
---|
public static String getClsid()
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
public int getDataSourceID() throws IOException, AutomationException
getDataSourceID
in interface ISchematicInMemoryFeatureAssociation
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setDataSourceID(int iD) throws IOException, AutomationException
setDataSourceID
in interface ISchematicInMemoryFeatureAssociation
iD
- 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 ISchematicInMemoryFeatureAssociation
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setObjectClassID(int iD) throws IOException, AutomationException
setObjectClassID
in interface ISchematicInMemoryFeatureAssociation
iD
- 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 ISchematicInMemoryFeatureAssociation
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setObjectID(int iD) throws IOException, AutomationException
setObjectID
in interface ISchematicInMemoryFeatureAssociation
iD
- 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 ISchematicInMemoryFeatureAssociation
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setObjectSubID(int iD) throws IOException, AutomationException
setObjectSubID
in interface ISchematicInMemoryFeatureAssociation
iD
- 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 ISchematicInMemoryFeatureAssociation
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setObjectGUID(String gUID) throws IOException, AutomationException
setObjectGUID
in interface ISchematicInMemoryFeatureAssociation
gUID
- 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 ISchematicInMemoryFeatureAssociation
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.public IObjectClass getAssociatedObjectClass(ISchematicDataset dataset) throws IOException, AutomationException
getAssociatedObjectClass
in interface ISchematicInMemoryFeatureAssociation
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.public IWorkspace getAssociatedWorkspace(ISchematicDataset dataset) throws IOException, AutomationException
getAssociatedWorkspace
in interface ISchematicInMemoryFeatureAssociation
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 |