com.esri.arcgis.geoprocessing.tools.datamanagementtools
Class ImportMosaicDatasetGeometry

java.lang.Object
  extended by com.esri.arcgis.geoprocessing.AbstractGPTool
      extended by com.esri.arcgis.geoprocessing.tools.datamanagementtools.ImportMosaicDatasetGeometry
All Implemented Interfaces:
GPTool

public class ImportMosaicDatasetGeometry
extends AbstractGPTool

Modifies the feature geometry for footprints, the boundary, or seamlines in a mosaic dataset to match those in a polygon feature class. The Import Mosaic Dataset Geometry tool is contained in the Data Management Tools tool box.

Usage tips:


Field Summary
 
Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool
vals
 
Constructor Summary
ImportMosaicDatasetGeometry()
          Creates the Import Mosaic Dataset Geometry tool with defaults.
ImportMosaicDatasetGeometry(java.lang.Object inMosaicDataset, java.lang.String targetFeatureclassType, java.lang.Object targetJoinField, java.lang.Object inputFeatureclass, java.lang.Object inputJoinField)
          Creates the Import Mosaic Dataset Geometry tool with the required parameters.
 
Method Summary
 java.lang.Object getInMosaicDataset()
          Returns the Mosaic Dataset parameter of this tool .
 java.lang.Object getInputFeatureclass()
          Returns the Input Feature Class parameter of this tool .
 java.lang.Object getInputJoinField()
          Returns the Input Join Field parameter of this tool .
 java.lang.Object getOutMosaicDataset()
          Returns the Mosaic Dataset parameter of this tool (Read only).
 java.lang.String getTargetFeatureclassType()
          Returns the Target Feature Class parameter of this tool .
 java.lang.Object getTargetJoinField()
          Returns the Target Join Field parameter of this tool .
 java.lang.String getToolboxAlias()
          Returns the alias of the tool box containing this tool.
 java.lang.String getToolboxName()
          Returns the name of the tool box containing this tool.
 java.lang.String getToolName()
          Returns the name of this tool.
 void setInMosaicDataset(java.lang.Object inMosaicDataset)
          Sets the Mosaic Dataset parameter of this tool .
 void setInputFeatureclass(java.lang.Object inputFeatureclass)
          Sets the Input Feature Class parameter of this tool .
 void setInputJoinField(java.lang.Object inputJoinField)
          Sets the Input Join Field parameter of this tool .
 void setTargetFeatureclassType(java.lang.String targetFeatureclassType)
          Sets the Target Feature Class parameter of this tool .
 void setTargetJoinField(java.lang.Object targetJoinField)
          Sets the Target Join Field 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

ImportMosaicDatasetGeometry

public ImportMosaicDatasetGeometry()
Creates the Import Mosaic Dataset Geometry tool with defaults.

Initializes the array of tool parameters with the default values specified when the tool was created.


ImportMosaicDatasetGeometry

public ImportMosaicDatasetGeometry(java.lang.Object inMosaicDataset,
                                   java.lang.String targetFeatureclassType,
                                   java.lang.Object targetJoinField,
                                   java.lang.Object inputFeatureclass,
                                   java.lang.Object inputJoinField)
Creates the Import Mosaic Dataset Geometry tool with the required parameters.

Initializes the array of tool parameters with the values as specified for the required parameters and with the default values for the other parameters.

Parameters:
inMosaicDataset - path and name of mosaic dataset.
targetFeatureclassType - the polygon feature class in the mosaic dataset whose geometry will be replaced.
targetJoinField - field in the mosaic dataset that will link to correct geometry in the input feature class.
inputFeatureclass - the polygon feature class with the new geometry for the mosaic dataset.
inputJoinField - field in the input feature class that will link to the correct row in the mosaic dataset.
Method Detail

getInMosaicDataset

public java.lang.Object getInMosaicDataset()
Returns the Mosaic Dataset parameter of this tool . This parameter is path and name of mosaic dataset. This is a required parameter.

Returns:
the Mosaic Dataset

setInMosaicDataset

public void setInMosaicDataset(java.lang.Object inMosaicDataset)
Sets the Mosaic Dataset parameter of this tool . This parameter is path and name of mosaic dataset. This is a required parameter.

Parameters:
inMosaicDataset - path and name of mosaic dataset.

getTargetFeatureclassType

public java.lang.String getTargetFeatureclassType()
Returns the Target Feature Class parameter of this tool . This parameter is the polygon feature class in the mosaic dataset whose geometry will be replaced. This is a required parameter.

Returns:
the Target Feature Class

setTargetFeatureclassType

public void setTargetFeatureclassType(java.lang.String targetFeatureclassType)
Sets the Target Feature Class parameter of this tool . This parameter is the polygon feature class in the mosaic dataset whose geometry will be replaced. This is a required parameter.

Parameters:
targetFeatureclassType - the polygon feature class in the mosaic dataset whose geometry will be replaced.

getTargetJoinField

public java.lang.Object getTargetJoinField()
Returns the Target Join Field parameter of this tool . This parameter is field in the mosaic dataset that will link to correct geometry in the input feature class. This is a required parameter.

Returns:
the Target Join Field

setTargetJoinField

public void setTargetJoinField(java.lang.Object targetJoinField)
Sets the Target Join Field parameter of this tool . This parameter is field in the mosaic dataset that will link to correct geometry in the input feature class. This is a required parameter.

Parameters:
targetJoinField - field in the mosaic dataset that will link to correct geometry in the input feature class.

getInputFeatureclass

public java.lang.Object getInputFeatureclass()
Returns the Input Feature Class parameter of this tool . This parameter is the polygon feature class with the new geometry for the mosaic dataset. This is a required parameter.

Returns:
the Input Feature Class

setInputFeatureclass

public void setInputFeatureclass(java.lang.Object inputFeatureclass)
Sets the Input Feature Class parameter of this tool . This parameter is the polygon feature class with the new geometry for the mosaic dataset. This is a required parameter.

Parameters:
inputFeatureclass - the polygon feature class with the new geometry for the mosaic dataset.

getInputJoinField

public java.lang.Object getInputJoinField()
Returns the Input Join Field parameter of this tool . This parameter is field in the input feature class that will link to the correct row in the mosaic dataset. This is a required parameter.

Returns:
the Input Join Field

setInputJoinField

public void setInputJoinField(java.lang.Object inputJoinField)
Sets the Input Join Field parameter of this tool . This parameter is field in the input feature class that will link to the correct row in the mosaic dataset. This is a required parameter.

Parameters:
inputJoinField - field in the input feature class that will link to the correct row in the mosaic dataset.

getOutMosaicDataset

public java.lang.Object getOutMosaicDataset()
Returns the Mosaic Dataset parameter of this tool (Read only). This is an derived parameter.

Returns:
the Mosaic Dataset

getToolName

public java.lang.String getToolName()
Returns the name of this tool.

Returns:
the tool name

getToolboxName

public java.lang.String getToolboxName()
Returns the name of the tool box containing this tool.

Returns:
the tool box name

getToolboxAlias

public java.lang.String getToolboxAlias()
Returns the alias of the tool box containing this tool.

Returns:
the tool box alias