|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.geoprocessing.AbstractGPTool com.esri.arcgis.geoprocessing.tools.conversiontools.ExportMetadata
public class ExportMetadata
Updates metadata to contain the most current properties of the ArcGIS item before processing the metadata and finally exporting it to an XML file that conforms to a standard metadata format. The Export Metadata tool is contained in the Conversion Tools tool box.
Field Summary |
---|
Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool |
---|
vals |
Constructor Summary | |
---|---|
ExportMetadata()
Creates the Export Metadata tool with defaults. |
|
ExportMetadata(Object sourceMetadata,
Object translator)
Creates the Export Metadata tool with the required parameters. |
Method Summary | |
---|---|
Object |
getOutputFile()
Returns the Output File parameter of this tool . |
Object |
getSourceMetadata()
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 Translator parameter of this tool . |
void |
setOutputFile(Object outputFile)
Sets the Output File parameter of this tool . |
void |
setSourceMetadata(Object sourceMetadata)
Sets the Source Metadata parameter of this tool . |
void |
setTranslator(Object translator)
Sets the Translator 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 ExportMetadata()
Initializes the array of tool parameters with the default values specified when the tool was created.
public ExportMetadata(Object sourceMetadata, 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.
sourceMetadata
- the item whose metadata will be converted, or a stand-alone XML file that will be converted.translator
- an XML file that defines the conversion that will be performed. the translator files provided with ArcGIS Desktop can be found in the Method Detail |
---|
public Object getSourceMetadata()
public void setSourceMetadata(Object sourceMetadata)
sourceMetadata
- 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
- an XML file that defines the conversion that will be performed. the translator files provided with ArcGIS Desktop can be found in the public Object getOutputFile()
public void setOutputFile(Object outputFile)
outputFile
- a stand-alone XML file that will be created containing the converted metadata.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 |