I need my application to tile raster images during the transformation process. Does GeoTransform support this functionality?
Yes. The GeoTransform component will tile images “on the fly” during the transformation process. Two types of tiling schemes are supported: 1.5 section and Row and Column. The tile height and width can be specified as well. For example, the property dRowColOriginN defines the coordinate value in destination image coordinates relative to a geographic Origin. This coordinate and the dTileHeight and dTileWidth parameters will determine the extents of the tiles and therefore the files created in the Tiling. The tile origin must be established to the north and east of the northeast corner of the area to be tiled according to the Row and Column scheme.
Related Questions
- Which license do I need if I want to do vector annotation on raster/vector images manipulating and viewing it in my application. Do I need only THBVector?
- How do I move images from one cloud provider to another, is there any tool or process to support image interoperability?
- Does IIS Express support more than one application running in the same process?