|
|||||||||
| 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.USGSMPTranslator
public class USGSMPTranslator
This tool requires the Microsoft .NET Framework 2.0. These tools are installed with the .NET Support install option. Uses mp to export or validate metadata content created using the The USGS MP 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 | |
|---|---|
USGSMPTranslator()
Creates the USGS MP Metadata Translator tool with defaults. |
|
USGSMPTranslator(Object source)
Creates the USGS MP Metadata Translator tool with the required parameters. |
|
| Method Summary | |
|---|---|
Object |
getConfig()
Returns the Configuration File parameter of this tool . |
String |
getConversion()
Returns the Conversion Type parameter of this tool . |
Object |
getErrors()
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. |
void |
setConfig(Object config)
Sets the Configuration File parameter of this tool . |
void |
setConversion(String conversion)
Sets the Conversion Type parameter of this tool . |
void |
setErrors(Object errors)
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 . |
| 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 USGSMPTranslator()
Initializes the array of tool parameters with the default values specified when the tool was created.
public USGSMPTranslator(Object source)
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.| 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 getConfig()
public void setConfig(Object config)
config - File, a file that defines custom parameters that mp will consider when parsing the source object's metadata.public String getConversion()
public void setConversion(String conversion)
conversion - String, for all conversion types, the source metadata will be validated according to the FGDC CSDGM rules and any warnings or errors regarding the metadata content will be reported in the log file. If the "none" conversion is specified, the log file will be created with validation information but no additional output will be generated.public Object getOutput()
public void setOutput(Object output)
output - File, the output file, as defined by the conversion type.public Object getErrors()
public void setErrors(Object errors)
errors - 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 | ||||||||