|
|||||||||
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
COM Class 'SchematicInMemoryFeatureAssociation'. Generated 3/19/2015 1:20:46 PM from 'C:\ArcGIS\COM\esriSchematic.olb'
Description 'Schematic in memory feature association object.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =
Field Summary |
---|
Fields inherited from interface com.esri.arcgis.schematic.ISchematicInMemoryFeatureAssociation |
---|
IID, IID522eb192_e002_4799_972c_7515b1427ac9, xxDummy |
Constructor Summary | |
---|---|
SchematicInMemoryFeatureAssociation()
Constructs a SchematicInMemoryFeatureAssociation using ArcGIS Engine. |
|
SchematicInMemoryFeatureAssociation(java.lang.Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. SchematicInMemoryFeatureAssociation theSchematicInMemoryFeatureAssociation = (SchematicInMemoryFeatureAssociation) obj; |
Method Summary | |
---|---|
boolean |
equals(java.lang.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 java.lang.String |
getClsid()
getClsid. |
int |
getDataSourceID()
Data source ID related to the schematic in memory feature assocation. |
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Deprecated. Internal use only. |
int |
getObjectClassID()
Class ID related to the schematic in memory feature assocation. |
java.lang.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 |
release()
Release a SchematicInMemoryFeatureAssociation. |
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(java.lang.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 |
Constructor Detail |
---|
public SchematicInMemoryFeatureAssociation() throws java.io.IOException, java.net.UnknownHostException
java.io.IOException
- if there are interop problems
java.net.UnknownHostException
- if there are interop problemspublic SchematicInMemoryFeatureAssociation(java.lang.Object obj) throws java.io.IOException
SchematicInMemoryFeatureAssociation theSchematicInMemoryFeatureAssociation = (SchematicInMemoryFeatureAssociation) obj;
obj
to SchematicInMemoryFeatureAssociation
.
obj
- an object returned from ArcGIS Engine or Server
java.io.IOException
- if there are interop problemsMethod Detail |
---|
public static java.lang.String getClsid()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch
in interface com.esri.arcgis.interop.RemoteObjRef
public void release()
release
in interface com.esri.arcgis.interop.RemoteObjRef
public int getDataSourceID() throws java.io.IOException, AutomationException
getDataSourceID
in interface ISchematicInMemoryFeatureAssociation
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setDataSourceID(int iD) throws java.io.IOException, AutomationException
setDataSourceID
in interface ISchematicInMemoryFeatureAssociation
iD
- The iD (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getObjectClassID() throws java.io.IOException, AutomationException
getObjectClassID
in interface ISchematicInMemoryFeatureAssociation
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setObjectClassID(int iD) throws java.io.IOException, AutomationException
setObjectClassID
in interface ISchematicInMemoryFeatureAssociation
iD
- The iD (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getObjectID() throws java.io.IOException, AutomationException
getObjectID
in interface ISchematicInMemoryFeatureAssociation
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setObjectID(int iD) throws java.io.IOException, AutomationException
setObjectID
in interface ISchematicInMemoryFeatureAssociation
iD
- The iD (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getObjectSubID() throws java.io.IOException, AutomationException
getObjectSubID
in interface ISchematicInMemoryFeatureAssociation
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setObjectSubID(int iD) throws java.io.IOException, AutomationException
setObjectSubID
in interface ISchematicInMemoryFeatureAssociation
iD
- The iD (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getObjectGUID() throws java.io.IOException, AutomationException
getObjectGUID
in interface ISchematicInMemoryFeatureAssociation
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setObjectGUID(java.lang.String gUID) throws java.io.IOException, AutomationException
setObjectGUID
in interface ISchematicInMemoryFeatureAssociation
gUID
- The gUID (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IObject getAssociatedObject(ISchematicDataset dataset) throws java.io.IOException, AutomationException
getAssociatedObject
in interface ISchematicInMemoryFeatureAssociation
dataset
- A reference to a com.esri.arcgis.schematic.ISchematicDataset (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IObjectClass getAssociatedObjectClass(ISchematicDataset dataset) throws java.io.IOException, AutomationException
getAssociatedObjectClass
in interface ISchematicInMemoryFeatureAssociation
dataset
- A reference to a com.esri.arcgis.schematic.ISchematicDataset (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IWorkspace getAssociatedWorkspace(ISchematicDataset dataset) throws java.io.IOException, AutomationException
getAssociatedWorkspace
in interface ISchematicInMemoryFeatureAssociation
dataset
- A reference to a com.esri.arcgis.schematic.ISchematicDataset (in)
java.io.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 |