SubdivideGeotiffModifier.OutputCols

This page contains reference documentation for the OutputCols member. This data member sets or gets the OUTPUTCOLS parameter.

Declaration

int OutputCols;

Examples

Examples are as follows:

SubdivideGeotiffModifier sgm_modifier = new SubdivideGeotiffModifier;

// string containing absolute path to imagery and terminating backslash.

sgm_modifier.OutputFilePath = "c:\\my_geotiffs\\";	

// string sets the batch file name.

sgm_modifier.BatchFileName = "";	

// string sets the input GEOTIFF file.

sgm_modifier.InputGeotiffFile = "";	

// string sets the output file place name identification

sgm_modifier.OutputFilePlaceName = "";

// string sets the high resolution output prefix identifier.

sgm_modifier.HighOutputPrefix = "";	

// string sets the high resolution output prefix identifier.

sgm_modifier.LowOutputPrefix = "";	

// integer sets width in pixels of input GEOTIFF file.

sgm_modifier.WidthOfGeotiffFile = "";	

// integer sets height in pixels of input GEOTIFF file.

sgm_modifier.HeightOfGeotiffFile = "";

// integer sets output rows ( X ).

sgm_modifier.OutputRows = "";	

// integer sets output rows ( Y ).
	       
sgm_modifier.OutputCols = "";		    		 

// string sets the GDAL application name.

reg_modifier.GdalApplicationName = "GDAL_TRANSLATE.EXE";				

// string sets the batch file name.

// integer for width in pixels of low-resolution tile-set.

reg_modifier.GdalOutputTileWidth = 128;

// integer for height in pixels of low-resolution tile set.

reg_modifier.GdalOutputTileHeight = 128;

Working Sample Code

For sample code: