|
|||||||||
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.SynchronizeMosaicDataset
public class SynchronizeMosaicDataset
Rebuilds the raster item and updates affected fields in the mosaic dataset using the raster type and options that were used when it was originally added. The Synchronize Mosaic Dataset tool is contained in the Data Management Tools tool box.
Field Summary |
---|
Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool |
---|
vals |
Constructor Summary | |
---|---|
SynchronizeMosaicDataset()
Creates the Synchronize Mosaic Dataset tool with defaults. |
|
SynchronizeMosaicDataset(Object inMosaicDataset)
Creates the Synchronize Mosaic Dataset tool with the required parameters. |
Method Summary | |
---|---|
String |
getBuildPyramids()
Returns the Build Raster Pyramids parameter of this tool . |
String |
getBuildThumbnails()
Returns the Build Thumbnails parameter of this tool . |
String |
getCalculateStatistics()
Returns the Calculate Statistics parameter of this tool . |
Object |
getInMosaicDataset()
Returns the Mosaic Dataset parameter of this tool . |
Object |
getOutMosaicDataset()
Returns the Mosaic Dataset parameter of this tool (Read only). |
String |
getSyncOnlyStale()
Returns the Synchronize Stale Items Only 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 |
getWhereClause()
Returns the Query Definition parameter of this tool . |
void |
setBuildPyramids(String buildPyramids)
Sets the Build Raster Pyramids parameter of this tool . |
void |
setBuildThumbnails(String buildThumbnails)
Sets the Build Thumbnails parameter of this tool . |
void |
setCalculateStatistics(String calculateStatistics)
Sets the Calculate Statistics parameter of this tool . |
void |
setInMosaicDataset(Object inMosaicDataset)
Sets the Mosaic Dataset parameter of this tool . |
void |
setSyncOnlyStale(String syncOnlyStale)
Sets the Synchronize Stale Items Only parameter of this tool . |
void |
setWhereClause(Object whereClause)
Sets the Query Definition 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 SynchronizeMosaicDataset()
Initializes the array of tool parameters with the default values specified when the tool was created.
public SynchronizeMosaicDataset(Object inMosaicDataset)
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.Method Detail |
---|
public Object getInMosaicDataset()
public void setInMosaicDataset(Object inMosaicDataset)
inMosaicDataset
- path and name of mosaic dataset.public Object getWhereClause()
public void setWhereClause(Object whereClause)
whereClause
- using SQL you can define a query, or use the Query Builder to build a query.public String getSyncOnlyStale()
public void setSyncOnlyStale(String syncOnlyStale)
syncOnlyStale
- if the base rasters used to create a raster, such as an overview, have been synchronized, then the overview will be updated.public String getBuildPyramids()
public void setBuildPyramids(String buildPyramids)
buildPyramids
- pyramids can be built for each raster item in the mosaic dataset. Pyramids can improve the speed at which each raster can be displayed.public String getCalculateStatistics()
public void setCalculateStatistics(String calculateStatistics)
calculateStatistics
- statistics can be calculated for each raster item in the mosaic dataset. Statistics are requied for your mosaic dataset when performing certain tasks, such as applying a contrast stretch.public String getBuildThumbnails()
public void setBuildThumbnails(String buildThumbnails)
buildThumbnails
- thumbnails are small, highly resampled images that can be created for each raster item in the mosaic definition. Thumbnails can be accessed when the mosaic dataset is accessed as in image service.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 |