|
|||||||||
| 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.INameMappingProxy
public class INameMappingProxy
Provides access to members that manage name mapping and conflicts between two locations.
| Field Summary | |
|---|---|
boolean |
noncastable
|
| Fields inherited from class com.esri.arcgis.interop.Dispatch |
|---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
| Constructor Summary | |
|---|---|
|
INameMappingProxy()
|
|
INameMappingProxy(Object obj)
|
protected |
INameMappingProxy(Object obj,
String iid)
|
| Method Summary | |
|---|---|
void |
addListener(String iidStr,
Object theListener,
Object theSource)
|
IEnumNameMapping |
getChildren()
Children objects (if any). |
Object |
getSourceObject()
The Source Object. |
String |
getSuggestedName(IName toName)
Gets the suggested name of the copied object (if conflict). |
String |
getTargetName()
The name of the copied object. |
boolean |
isNameConflicts()
Indicates if target name conflicts with source name. |
void |
removeListener(String iidStr,
Object theListener)
|
void |
setConfigKeyword(String rhs1)
The configuration keyword (for the data transfer). |
void |
setTargetName(String name)
The name of the copied object. |
void |
validateTargetName(IName toName)
Checks whether target name conflicts or not. |
| 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 INameMappingProxy()
public INameMappingProxy(Object obj)
throws IOException
IOException
protected INameMappingProxy(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 Object getSourceObject()
throws IOException,
AutomationException
getSourceObject in interface INameMappingIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setTargetName(String name)
throws IOException,
AutomationException
setTargetName in interface INameMappingname - The name (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getTargetName()
throws IOException,
AutomationException
getTargetName in interface INameMappingIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isNameConflicts()
throws IOException,
AutomationException
isNameConflicts in interface INameMappingIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void validateTargetName(IName toName)
throws IOException,
AutomationException
validateTargetName in interface INameMappingtoName - A reference to a com.esri.arcgis.system.IName (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getSuggestedName(IName toName)
throws IOException,
AutomationException
getSuggestedName in interface INameMappingtoName - A reference to a com.esri.arcgis.system.IName (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IEnumNameMapping getChildren()
throws IOException,
AutomationException
getChildren in interface INameMappingIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setConfigKeyword(String rhs1)
throws IOException,
AutomationException
setConfigKeyword in interface INameMappingrhs1 - The rhs1 (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 | ||||||||