|
|||||||||
| 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.editor.IFieldMapProxy
public class IFieldMapProxy
Internal use class Proxy for COM Interface 'IFieldMap'. Generated 3/19/2015 1:21:02 PM from 'C:\ArcGIS\COM\esriEditor.olb'
Description: 'Provides access to members that control the behavior of the field mapping tools.' 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 | |
|---|---|
boolean |
noncastable
|
static java.lang.Class |
targetClass
|
| Fields inherited from class com.esri.arcgis.interop.Dispatch |
|---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
| Fields inherited from interface com.esri.arcgis.editor.IFieldMap |
|---|
IID, IIDfdbbee91_1689_4b49_b29f_287602e70bbc |
| Constructor Summary | |
|---|---|
|
IFieldMapProxy()
For internal use only |
|
IFieldMapProxy(java.lang.Object obj)
|
protected |
IFieldMapProxy(java.lang.Object obj,
java.lang.String iid)
|
|
IFieldMapProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
|
protected |
IFieldMapProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
|
| Method Summary | |
|---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
|
void |
deleteFieldMap(boolean sourceLayer,
IField pField)
Delete an individual field map (source or destination). |
IEnumFieldMap |
getFieldMap()
Enum of field maps. |
IObjectClass |
getSourceClass()
Source class (required) for field mapping. |
IField |
getSourceField(IField pTargetField)
The source field for the provided target field. |
IObjectClass |
getTargetClass()
Target class (required) for field mapping. |
IField |
getTargetField(IField pSourceField)
The target field for the provided source field. |
boolean |
isEmpty()
Indicates if any field mappings have been set. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
|
void |
setFieldMap(IField pSourceField,
IField pTargetField)
Establishes a field mapping between the source and target fields. |
void |
setSourceClassByRef(IObjectClass ppSourceTable)
Source class (required) for field mapping. |
void |
setTargetClassByRef(IObjectClass ppTargetTable)
Target class (required) for field mapping. |
| 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 static final java.lang.Class targetClass
public boolean noncastable
| Constructor Detail |
|---|
public IFieldMapProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
throws java.net.UnknownHostException,
java.io.IOException
java.net.UnknownHostException
java.io.IOExceptionpublic IFieldMapProxy()
public IFieldMapProxy(java.lang.Object obj)
throws java.io.IOException
java.io.IOException
protected IFieldMapProxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
java.io.IOException
protected IFieldMapProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
throws java.io.IOException
java.io.IOException| Method Detail |
|---|
public void addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
throws java.io.IOException
addListener in class com.esri.arcgis.interop.Dispatchjava.io.IOException
public void removeListener(java.lang.String iidStr,
java.lang.Object theListener)
throws java.io.IOException
removeListener in class com.esri.arcgis.interop.Dispatchjava.io.IOException
public void setSourceClassByRef(IObjectClass ppSourceTable)
throws java.io.IOException,
AutomationException
setSourceClassByRef in interface IFieldMapppSourceTable - A reference to a com.esri.arcgis.geodatabase.IObjectClass (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IObjectClass getSourceClass()
throws java.io.IOException,
AutomationException
getSourceClass in interface IFieldMapjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setTargetClassByRef(IObjectClass ppTargetTable)
throws java.io.IOException,
AutomationException
setTargetClassByRef in interface IFieldMapppTargetTable - A reference to a com.esri.arcgis.geodatabase.IObjectClass (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IObjectClass getTargetClass()
throws java.io.IOException,
AutomationException
getTargetClass in interface IFieldMapjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setFieldMap(IField pSourceField,
IField pTargetField)
throws java.io.IOException,
AutomationException
setFieldMap in interface IFieldMappSourceField - A reference to a com.esri.arcgis.geodatabase.IField (in)pTargetField - A reference to a com.esri.arcgis.geodatabase.IField (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void deleteFieldMap(boolean sourceLayer,
IField pField)
throws java.io.IOException,
AutomationException
deleteFieldMap in interface IFieldMapsourceLayer - The sourceLayer (in)pField - A reference to a com.esri.arcgis.geodatabase.IField (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IEnumFieldMap getFieldMap()
throws java.io.IOException,
AutomationException
getFieldMap in interface IFieldMapjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IField getSourceField(IField pTargetField)
throws java.io.IOException,
AutomationException
getSourceField in interface IFieldMappTargetField - A reference to a com.esri.arcgis.geodatabase.IField (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IField getTargetField(IField pSourceField)
throws java.io.IOException,
AutomationException
getTargetField in interface IFieldMappSourceField - A reference to a com.esri.arcgis.geodatabase.IField (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isEmpty()
throws java.io.IOException,
AutomationException
isEmpty in interface IFieldMapjava.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 | ||||||||