|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.esri.arcgis.interop.Dispatch
com.esri.arcgis.geodatabase.IClassProxy
com.esri.arcgis.geodatabase.IObjectClassProxy
com.esri.arcgis.schematic.ISchematicElementClassProxy
Provides access to members that control the schematic element class.
| Field Summary | |
static java.lang.Class |
targetClass
|
| Fields inherited from class com.esri.arcgis.interop.Dispatch |
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF |
| Constructor Summary | |
|
ISchematicElementClassProxy()
For internal use only |
|
ISchematicElementClassProxy(java.lang.Object obj)
|
protected |
ISchematicElementClassProxy(java.lang.Object obj,
java.lang.String iid)
|
|
ISchematicElementClassProxy(java.lang.String CLSID,
java.lang.String host,
AuthInfo authInfo)
|
protected |
ISchematicElementClassProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
AuthInfo authInfo)
|
| Method Summary | |
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Adds a Java object to be a listener for a specific kind of event generated by the COM object. |
void |
alterAssociatedObjectClass(int dataSourceID,
int objectClassID)
Changes the feature class associated with the schematic element class with the new specified datasource ID and the new specified feature class ID. |
void |
alterBuilderPropertySet(IPropertySet propertySet)
Changes the builder PropertySet defined for the schematic element class with the new specified builder PropertySet. |
void |
alterQuery(int dataSourceID,
IPropertySet propertySet)
Changes the query related to the schematic element class with the new specified datasource ID and the new specified query PropertySet. |
ISchematicElement |
createSchematicElement(java.lang.String name,
ISchematicDiagram schematicDiagram)
Creates a new schematic element in the specified schematic diagram. |
int |
getAssociatedDataSourceID()
Datasource ID of the feature class associated with the schematic element class. |
IEnumSchematicDiagramClass |
getAssociatedDiagramClasses()
List of the schematic diagram classes associated to the schematic element class. |
int |
getAssociatedObjectClassID()
ID of the feature class associated with the schematic element class. |
IPropertySet |
getBuilderPropertySet()
Builder property set related to the schematic element class. |
int |
getDataSourceID()
ID of the datasource related to the schematic element class. |
ISchematicElementClass |
getParent()
Parent element class of the schematic element class. |
IPropertySet |
getQueryPropertySet()
Query PropertySet related to the schematic element class. |
IUID |
getRelationManagerCLSID()
CLSID of the relation manager defined for the schematic elemnt class. |
ISchematicDataset |
getSchematicDataset()
Schematic dataset related to the schematic element class. |
ISchematicElement |
getSchematicElementByID(int iD,
ISchematicDiagram schematicDiagram)
Schematic element referenced by the specified ID that is contained in the specified schematic diagram. |
ISchematicElement |
getSchematicElementByName(java.lang.String name,
ISchematicDiagram schematicDiagram)
Schematic element referenced by the specified Name that is contained in the specified schematic diagram. |
IEnumSchematicElement |
getSchematicElements(ISchematicDiagram schematicDiagram)
List of the schematic elements related to the schematic element class within the specified schematic diagram. |
int |
getSchematicElementType()
Schematic element type related to the schematic element class. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Removes a Java object as a listener to events generated by a COM object. |
void |
setParentByRef(ISchematicElementClass parent)
Parent element class of the schematic element class. |
void |
setRelationManagerCLSID(IUID uID)
CLSID of the relation manager defined for the schematic elemnt class. |
| Methods inherited from class com.esri.arcgis.geodatabase.IObjectClassProxy |
getAliasName, getObjectClassID, getRelationshipClasses |
| Methods inherited from class com.esri.arcgis.geodatabase.IClassProxy |
addField, addIndex, deleteField, deleteIndex, findField, getCLSID, getEXTCLSID, getExtension, getExtensionProperties, getFields, getIndexes, getOIDFieldName, isHasOID |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface com.esri.arcgis.geodatabase.IObjectClass |
getAliasName, getObjectClassID, getRelationshipClasses |
| Methods inherited from interface com.esri.arcgis.geodatabase.IClass |
addField, addIndex, deleteField, deleteIndex, findField, getCLSID, getEXTCLSID, getExtension, getExtensionProperties, getFields, getIndexes, getOIDFieldName, isHasOID |
| Field Detail |
public static final java.lang.Class targetClass
| Constructor Detail |
public ISchematicElementClassProxy(java.lang.String CLSID,
java.lang.String host,
AuthInfo authInfo)
throws java.net.UnknownHostException,
java.io.IOException
public ISchematicElementClassProxy()
public ISchematicElementClassProxy(java.lang.Object obj)
throws java.io.IOException
protected ISchematicElementClassProxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
protected ISchematicElementClassProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
AuthInfo authInfo)
throws java.io.IOException
| Method Detail |
public void addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
throws java.io.IOException
Dispatch
addListener in class IObjectClassProxyjava.io.IOException
public void removeListener(java.lang.String iidStr,
java.lang.Object theListener)
throws java.io.IOException
Dispatch
removeListener in class IObjectClassProxyjava.io.IOException
public ISchematicElementClass getParent()
throws java.io.IOException,
AutomationException
ISchematicElementClass
getParent in interface ISchematicElementClassAutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public void setParentByRef(ISchematicElementClass parent)
throws java.io.IOException,
AutomationException
ISchematicElementClass
setParentByRef in interface ISchematicElementClassparent - A reference to a com.esri.arcgis.schematic.ISchematicElementClass (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public ISchematicDataset getSchematicDataset()
throws java.io.IOException,
AutomationException
ISchematicElementClass
getSchematicDataset in interface ISchematicElementClassjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getSchematicElementType()
throws java.io.IOException,
AutomationException
ISchematicElementClass
getSchematicElementType in interface ISchematicElementClassAutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public ISchematicElement createSchematicElement(java.lang.String name,
ISchematicDiagram schematicDiagram)
throws java.io.IOException,
AutomationException
ISchematicElementClass
createSchematicElement in interface ISchematicElementClassname - The name (in)schematicDiagram - A reference to a com.esri.arcgis.schematic.ISchematicDiagram (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IEnumSchematicElement getSchematicElements(ISchematicDiagram schematicDiagram)
throws java.io.IOException,
AutomationException
ISchematicElementClass
getSchematicElements in interface ISchematicElementClassschematicDiagram - A reference to a com.esri.arcgis.schematic.ISchematicDiagram (in, optional, pass 0 if not required)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public ISchematicElement getSchematicElementByID(int iD,
ISchematicDiagram schematicDiagram)
throws java.io.IOException,
AutomationException
ISchematicElementClass
getSchematicElementByID in interface ISchematicElementClassiD - The iD (in)schematicDiagram - A reference to a com.esri.arcgis.schematic.ISchematicDiagram (in, optional, pass 0 if not required)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public ISchematicElement getSchematicElementByName(java.lang.String name,
ISchematicDiagram schematicDiagram)
throws java.io.IOException,
AutomationException
ISchematicElementClass
getSchematicElementByName in interface ISchematicElementClassname - The name (in)schematicDiagram - A reference to a com.esri.arcgis.schematic.ISchematicDiagram (in, optional, pass 0 if not required)
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public IPropertySet getBuilderPropertySet()
throws java.io.IOException,
AutomationException
ISchematicElementClass
getBuilderPropertySet in interface ISchematicElementClassjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void alterBuilderPropertySet(IPropertySet propertySet)
throws java.io.IOException,
AutomationException
ISchematicElementClass
alterBuilderPropertySet in interface ISchematicElementClasspropertySet - A reference to a com.esri.arcgis.system.IPropertySet (in)
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public int getDataSourceID()
throws java.io.IOException,
AutomationException
ISchematicElementClass
getDataSourceID in interface ISchematicElementClassAutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public IPropertySet getQueryPropertySet()
throws java.io.IOException,
AutomationException
ISchematicElementClass
getQueryPropertySet in interface ISchematicElementClassjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void alterQuery(int dataSourceID,
IPropertySet propertySet)
throws java.io.IOException,
AutomationException
ISchematicElementClass
alterQuery in interface ISchematicElementClassdataSourceID - The dataSourceID (in)propertySet - A reference to a com.esri.arcgis.system.IPropertySet (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getAssociatedDataSourceID()
throws java.io.IOException,
AutomationException
ISchematicElementClass
getAssociatedDataSourceID in interface ISchematicElementClassAutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public int getAssociatedObjectClassID()
throws java.io.IOException,
AutomationException
ISchematicElementClass
getAssociatedObjectClassID in interface ISchematicElementClassjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void alterAssociatedObjectClass(int dataSourceID,
int objectClassID)
throws java.io.IOException,
AutomationException
ISchematicElementClass
alterAssociatedObjectClass in interface ISchematicElementClassdataSourceID - The dataSourceID (in)objectClassID - The objectClassID (in)
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public IUID getRelationManagerCLSID()
throws java.io.IOException,
AutomationException
ISchematicElementClass
getRelationManagerCLSID in interface ISchematicElementClassjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setRelationManagerCLSID(IUID uID)
throws java.io.IOException,
AutomationException
ISchematicElementClass
setRelationManagerCLSID in interface ISchematicElementClassuID - A reference to a com.esri.arcgis.system.IUID (in)
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public IEnumSchematicDiagramClass getAssociatedDiagramClasses()
throws java.io.IOException,
AutomationException
ISchematicElementClass
getAssociatedDiagramClasses in interface ISchematicElementClassAutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||