|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.geoprocessing.GpFieldMappingsObject
public class GpFieldMappingsObject
COM Class 'GpFieldMappingsObject'. Generated 3/19/2015 1:20:44 PM from 'C:\ArcGIS\COM\esriGeoprocessing.olb'
Description 'Geoprocessing FieldMapping 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.geoprocessing.IGpFieldMappingsObject |
---|
DISPID_1_GET_NAME, DISPID_1_PUTREF_NAME, DISPID_10_NAME, DISPID_11_NAME, DISPID_12_NAME, DISPID_13_NAME, DISPID_2_NAME, DISPID_3_GET_NAME, DISPID_3_PUT_NAME, DISPID_4_GET_NAME, DISPID_5_GET_NAME, DISPID_6_NAME, DISPID_7_NAME, DISPID_8_NAME, DISPID_9_NAME, IID, IID3fdf95a7_b0d6_446a_be8b_f2d75e801da8, xxDummy |
Constructor Summary | |
---|---|
GpFieldMappingsObject()
Constructs a GpFieldMappingsObject using ArcGIS Engine. |
|
GpFieldMappingsObject(java.lang.Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. GpFieldMappingsObject theGpFieldMappingsObject = (GpFieldMappingsObject) obj; |
Method Summary | |
---|---|
void |
addFieldMap(java.lang.Object pFieldMap)
Add a fieldmap to the mapping object |
void |
addTable(java.lang.String table)
Add a table to the mapping object |
boolean |
equals(java.lang.Object o)
Compare this object with another |
java.lang.String |
exportToString()
Get the string representation of the field mappings object |
int |
findFieldMapIndex(java.lang.String fieldName)
Find the index of a fieldmap |
static java.lang.String |
getClsid()
getClsid. |
int |
getFieldCount()
Get the count of fieldmaps within the mapping object |
java.lang.Object |
getFieldMap(int index)
Get a fieldmap from the mapping object |
IGPFieldMapping |
getFieldMapping()
The true FieldMapping object |
java.lang.Object |
getFields()
Get the output fields of the mapping object |
java.lang.String |
getFieldValidationWorkspace()
Set the workspace for the mapping object |
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Deprecated. Internal use only. |
int |
hashCode()
the hashcode for this object |
void |
loadFromString(java.lang.String valueText)
Initialize the field map by text string |
void |
release()
Release a GpFieldMappingsObject. |
void |
removeAll()
Remove fieldmaps from the mapping object |
void |
removeFieldMap(int index)
Remove a fieldmap from the mapping object |
void |
replaceFieldMap(int index,
java.lang.Object pFieldMap)
Replace a fieldmap within the mapping object |
void |
setFieldMappingByRef(IGPFieldMapping ppFieldMapping)
The true FieldMapping object |
void |
setFieldValidationWorkspace(java.lang.String workspace)
Set the workspace for the mapping object |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GpFieldMappingsObject() throws java.io.IOException, java.net.UnknownHostException
java.io.IOException
- if there are interop problems
java.net.UnknownHostException
- if there are interop problemspublic GpFieldMappingsObject(java.lang.Object obj) throws java.io.IOException
GpFieldMappingsObject theGpFieldMappingsObject = (GpFieldMappingsObject) obj;
obj
to GpFieldMappingsObject
.
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 void setFieldMappingByRef(IGPFieldMapping ppFieldMapping) throws java.io.IOException, AutomationException
setFieldMappingByRef
in interface IGpFieldMappingsObject
ppFieldMapping
- A reference to a com.esri.arcgis.geoprocessing.IGPFieldMapping (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IGPFieldMapping getFieldMapping() throws java.io.IOException, AutomationException
getFieldMapping
in interface IGpFieldMappingsObject
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void addTable(java.lang.String table) throws java.io.IOException, AutomationException
addTable
in interface IGpFieldMappingsObject
table
- The table (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setFieldValidationWorkspace(java.lang.String workspace) throws java.io.IOException, AutomationException
setFieldValidationWorkspace
in interface IGpFieldMappingsObject
workspace
- The workspace (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getFieldValidationWorkspace() throws java.io.IOException, AutomationException
getFieldValidationWorkspace
in interface IGpFieldMappingsObject
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.Object getFields() throws java.io.IOException, AutomationException
getFields
in interface IGpFieldMappingsObject
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getFieldCount() throws java.io.IOException, AutomationException
getFieldCount
in interface IGpFieldMappingsObject
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void removeAll() throws java.io.IOException, AutomationException
removeAll
in interface IGpFieldMappingsObject
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void addFieldMap(java.lang.Object pFieldMap) throws java.io.IOException, AutomationException
addFieldMap
in interface IGpFieldMappingsObject
pFieldMap
- A reference to another Automation Object (IDispatch) (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.Object getFieldMap(int index) throws java.io.IOException, AutomationException
getFieldMap
in interface IGpFieldMappingsObject
index
- The index (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void replaceFieldMap(int index, java.lang.Object pFieldMap) throws java.io.IOException, AutomationException
replaceFieldMap
in interface IGpFieldMappingsObject
index
- The index (in)pFieldMap
- A reference to another Automation Object (IDispatch) (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void removeFieldMap(int index) throws java.io.IOException, AutomationException
removeFieldMap
in interface IGpFieldMappingsObject
index
- The index (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int findFieldMapIndex(java.lang.String fieldName) throws java.io.IOException, AutomationException
findFieldMapIndex
in interface IGpFieldMappingsObject
fieldName
- The fieldName (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void loadFromString(java.lang.String valueText) throws java.io.IOException, AutomationException
loadFromString
in interface IGpFieldMappingsObject
valueText
- The valueText (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String exportToString() throws java.io.IOException, AutomationException
exportToString
in interface IGpFieldMappingsObject
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 |