Show Navigation | Hide Navigation
You are here:
Geoprocessing tool reference > Environment Settings > Raster Storage settings

Tile size

Release 9.2
Last modified September 4, 2007
E-mail This Topic Printable Version Give Us Feedback

Print all topics in : "Raster Storage settings"


Related Topics

Specifies the width and the height of the desired tile size data stored in blocks.

This setting is used for tools that create raster datasets in ArcGIS. Please refer to the Raster Storage Matrix to see which raster storage formats can be controlled when using this setting. The default tile size is 128 by 128 pixels.


Usage tips




Command line syntax

An overview of the command line window

tileSize <tileSize>


Parameters Explanation Datatype
<tileSize> Specifies the width and the height of the desired tile size in pixels.
  • Width—The width of the desired tile size. The default value is 128.
  • Height—The height of the desired tile size. The default value is 128.
String

Data types for geoprocessing tool parameters

Command line example



TileSize "100 100"



Scripting syntax

An overview of scripting in geoprocessing

tileSize (tileSize)


Parameters Explanation Datatype
tileSize (Required) Specifies the width and the height of the desired tile size in pixels.
  • Width—The width of the desired tile size. The default value is 128.
  • Height—The height of the desired tile size. The default value is 128.
String

Data types for geoprocessing tool parameters

Script example



import arcgisscripting
gp = arcgisscripting.create()

gp.TileSize = "100 100"

except:
    # If an error occurred print the message to the screen
    print gp.GetMessages()


Please visit the Feedback page to comment or give suggestions on ArcGIS Desktop Help.
Copyright © Environmental Systems Research Institute, Inc.