|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.geoprocessing.AbstractGPTool
com.esri.arcgis.geoprocessing.tools.conversiontools.ESRITranslator
public class ESRITranslator
This tool requires the Microsoft .NET Framework 2.0. These tools are installed with the .NET Support install option. Uses the ArcGIS metadata translation engine to export metadata content from ArcCatalog to a standalone XML file. For example, the exported file might contain the same content but formatted to follow a different metadata standard such as The ESRI Metadata Translator tool is contained in the Conversion Tools tool box.
Software restrictions: none
| Field Summary |
|---|
| Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool |
|---|
vals |
| Constructor Summary | |
|---|---|
ESRITranslator()
Creates the ESRI Metadata Translator tool with defaults. |
|
ESRITranslator(Object source,
Object translator)
Creates the ESRI Metadata Translator tool with the required parameters. |
|
| Method Summary | |
|---|---|
Object |
getLogfile()
Returns the Log File parameter of this tool . |
Object |
getOutput()
Returns the Output File parameter of this tool . |
Object |
getSource()
Returns the Source Metadata parameter of this tool . |
String |
getToolboxAlias()
Returns the alias of the tool box containing this tool. |
String |
getToolboxName()
Returns the name of the tool box containing this tool. |
String |
getToolName()
Returns the name of this tool. |
Object |
getTranslator()
Returns the Translation parameter of this tool . |
void |
setLogfile(Object logfile)
Sets the Log File parameter of this tool . |
void |
setOutput(Object output)
Sets the Output File parameter of this tool . |
void |
setSource(Object source)
Sets the Source Metadata parameter of this tool . |
void |
setTranslator(Object translator)
Sets the Translation parameter of this tool . |
| Methods inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool |
|---|
getParameterValues, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ESRITranslator()
Initializes the array of tool parameters with the default values specified when the tool was created.
public ESRITranslator(Object source,
Object translator)
Initializes the array of tool parameters with the values as specified for the required parameters and with the default values for the other parameters.
source - Data Element, the item whose metadata will be converted, or a stand-alone XML file that will be converted.translator - File, when metadata is translated to ESRI-ISO format, the original document will be included in the output XML file as an enclosure.| Method Detail |
|---|
public Object getSource()
public void setSource(Object source)
source - Data Element, the item whose metadata will be converted, or a stand-alone XML file that will be converted.public Object getTranslator()
public void setTranslator(Object translator)
translator - File, when metadata is translated to ESRI-ISO format, the original document will be included in the output XML file as an enclosure.public Object getOutput()
public void setOutput(Object output)
output - File, a standalone XML file that will be created containing the transformed metadata.public Object getLogfile()
public void setLogfile(Object logfile)
logfile - File, a text file listing the warnings and errors that occurred during the conversion process.public String getToolName()
public String getToolboxName()
public String getToolboxAlias()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||