|
|||||||||
| 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.schematic.ISchematicObjectClassProxy
public class ISchematicObjectClassProxy
Provides access to members that manage the schematic object class.
| Field Summary | |
|---|---|
boolean |
noncastable
|
| Fields inherited from class com.esri.arcgis.interop.Dispatch |
|---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
| Constructor Summary | |
|---|---|
|
ISchematicObjectClassProxy()
|
|
ISchematicObjectClassProxy(Object obj)
|
protected |
ISchematicObjectClassProxy(Object obj,
String iid)
|
| Method Summary | |
|---|---|
void |
addListener(String iidStr,
Object theListener,
Object theSource)
|
ISchematicAttribute |
createSchematicAttribute(String name,
IUID uID)
Creates a schematic in memory attribute. |
void |
delete(boolean deleteDescendants)
Deletes the schematic object class. |
int |
getExternalQueryEvaluationMode()
External query evaluation mode of the schematic object class. |
Object |
getIdentifierFieldNames()
Identifier fields names of the schematic object class. |
String |
getName()
Name of the schematic object class. |
String[] |
getPredefinedAttributeNames()
Predefined attributes names of the schematic in memory object class. |
String |
getQueryString()
Query string of the schematic object class. |
ISchematicDataset |
getSchematicDataset()
Schematic dataset the schematic object class belongs to. |
ISchematicDataSource |
getSchematicDataSource()
Schematic data source of the schematic object class. |
IEnumSchematicQueryParameter |
getSchematicQueryParameters()
Schematic query parameters of the schematic object class. |
void |
removeListener(String iidStr,
Object theListener)
|
void |
setExternalQueryEvaluationMode(int externalQueryEvaluationMode)
External query evaluation mode of the schematic object class. |
void |
setIdentifierFieldNames(Object names)
Identifier fields names of the schematic object class. |
void |
setName(String name)
Name of the schematic object class. |
void |
setQueryString(String queryString)
Query string of the schematic object class. |
void |
setSchematicDataSourceByRef(ISchematicDataSource schematicDataSource)
Schematic data source of the schematic object class. |
void |
setSchematicQueryParameters(IEnumSchematicQueryParameter queryParameters)
Schematic query parameters of the schematic object class. |
| Methods inherited from class com.esri.arcgis.interop.Dispatch |
|---|
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public boolean noncastable
| Constructor Detail |
|---|
public ISchematicObjectClassProxy()
public ISchematicObjectClassProxy(Object obj)
throws IOException
IOException
protected ISchematicObjectClassProxy(Object obj,
String iid)
throws IOException
IOException| Method Detail |
|---|
public void addListener(String iidStr,
Object theListener,
Object theSource)
throws IOException
addListener in class com.esri.arcgis.interop.DispatchIOException
public void removeListener(String iidStr,
Object theListener)
throws IOException
removeListener in class com.esri.arcgis.interop.DispatchIOException
public String getName()
throws IOException,
AutomationException
getName in interface ISchematicObjectClassIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setName(String name)
throws IOException,
AutomationException
setName in interface ISchematicObjectClassname - The name (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public ISchematicDataset getSchematicDataset()
throws IOException,
AutomationException
getSchematicDataset in interface ISchematicObjectClassIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IEnumSchematicQueryParameter getSchematicQueryParameters()
throws IOException,
AutomationException
getSchematicQueryParameters in interface ISchematicObjectClassIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setSchematicQueryParameters(IEnumSchematicQueryParameter queryParameters)
throws IOException,
AutomationException
setSchematicQueryParameters in interface ISchematicObjectClassqueryParameters - A reference to a com.esri.arcgis.schematic.IEnumSchematicQueryParameter (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getQueryString()
throws IOException,
AutomationException
getQueryString in interface ISchematicObjectClassIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setQueryString(String queryString)
throws IOException,
AutomationException
setQueryString in interface ISchematicObjectClassqueryString - The queryString (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public Object getIdentifierFieldNames()
throws IOException,
AutomationException
getIdentifierFieldNames in interface ISchematicObjectClassIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setIdentifierFieldNames(Object names)
throws IOException,
AutomationException
setIdentifierFieldNames in interface ISchematicObjectClassnames - A Variant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public ISchematicDataSource getSchematicDataSource()
throws IOException,
AutomationException
getSchematicDataSource in interface ISchematicObjectClassIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setSchematicDataSourceByRef(ISchematicDataSource schematicDataSource)
throws IOException,
AutomationException
setSchematicDataSourceByRef in interface ISchematicObjectClassschematicDataSource - A reference to a com.esri.arcgis.schematic.ISchematicDataSource (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void delete(boolean deleteDescendants)
throws IOException,
AutomationException
delete in interface ISchematicObjectClassdeleteDescendants - The deleteDescendants (in, optional, pass true if not required)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public ISchematicAttribute createSchematicAttribute(String name,
IUID uID)
throws IOException,
AutomationException
createSchematicAttribute in interface ISchematicObjectClassname - The name (in)uID - A reference to a com.esri.arcgis.system.IUID (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String[] getPredefinedAttributeNames()
throws IOException,
AutomationException
getPredefinedAttributeNames in interface ISchematicObjectClassIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setExternalQueryEvaluationMode(int externalQueryEvaluationMode)
throws IOException,
AutomationException
setExternalQueryEvaluationMode in interface ISchematicObjectClassexternalQueryEvaluationMode - A com.esri.arcgis.schematic.esriSchematicExternalQueryEvaluationMode constant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getExternalQueryEvaluationMode()
throws IOException,
AutomationException
getExternalQueryEvaluationMode in interface ISchematicObjectClassIOException - 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 | ||||||||