|
|||||||||
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.datamanagementtools.ImportMosaicDatasetGeometry
public class ImportMosaicDatasetGeometry
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.
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(Object inMosaicDataset,
String targetFeatureclassType,
Object targetJoinField,
Object inputFeatureclass,
Object inputJoinField)
Creates the Import Mosaic Dataset Geometry tool with the required parameters. |
Method Summary | |
---|---|
Object |
getInMosaicDataset()
Returns the Mosaic Dataset parameter of this tool . |
Object |
getInputFeatureclass()
Returns the Input Feature Class parameter of this tool . |
Object |
getInputJoinField()
Returns the Input Join Field parameter of this tool . |
Object |
getOutMosaicDataset()
Returns the Mosaic Dataset parameter of this tool (Read only). |
String |
getTargetFeatureclassType()
Returns the Target Feature Class parameter of this tool . |
Object |
getTargetJoinField()
Returns the Target Join Field 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 |
setInMosaicDataset(Object inMosaicDataset)
Sets the Mosaic Dataset parameter of this tool . |
void |
setInputFeatureclass(Object inputFeatureclass)
Sets the Input Feature Class parameter of this tool . |
void |
setInputJoinField(Object inputJoinField)
Sets the Input Join Field parameter of this tool . |
void |
setTargetFeatureclassType(String targetFeatureclassType)
Sets the Target Feature Class parameter of this tool . |
void |
setTargetJoinField(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 |
---|
public ImportMosaicDatasetGeometry()
Initializes the array of tool parameters with the default values specified when the tool was created.
public ImportMosaicDatasetGeometry(Object inMosaicDataset, String targetFeatureclassType, Object targetJoinField, Object inputFeatureclass, Object inputJoinField)
Initializes the array of tool parameters with the values as specified for the required parameters and with the default values for the other 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 |
---|
public Object getInMosaicDataset()
public void setInMosaicDataset(Object inMosaicDataset)
inMosaicDataset
- path and name of mosaic dataset.public String getTargetFeatureclassType()
public void setTargetFeatureclassType(String targetFeatureclassType)
targetFeatureclassType
- the polygon feature class in the mosaic dataset whose geometry will be replaced.public Object getTargetJoinField()
public void setTargetJoinField(Object targetJoinField)
targetJoinField
- field in the mosaic dataset that will link to correct geometry in the input feature class.public Object getInputFeatureclass()
public void setInputFeatureclass(Object inputFeatureclass)
inputFeatureclass
- the polygon feature class with the new geometry for the mosaic dataset.public Object getInputJoinField()
public void setInputJoinField(Object inputJoinField)
inputJoinField
- field in the input feature class that will link to the correct row in the mosaic dataset.public Object getOutMosaicDataset()
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 |