GeneratorTiles.GenerateTiles
Contents
[
Hide
]GenerateTiles(IEnumerable<VectorLayer>, string, int, GeneratorTilesRenderOptions)
Generate tiles with zoom to output directory
public static void GenerateTiles(IEnumerable<VectorLayer> layers, string outDirectory, int zoom,
GeneratorTilesRenderOptions options = null)
Parameter | Type | Description |
---|---|---|
layers | IEnumerable`1 | Imput layers |
outDirectory | String | Output directory |
zoom | Int32 | Zoom level for tiles |
options | GeneratorTilesRenderOptions | Options to render tiles |
See Also
- class VectorLayer
- class GeneratorTilesRenderOptions
- class GeneratorTiles
- namespace Aspose.Gis.GeoTools
- assembly Aspose.GIS
GenerateTiles(VectorLayer, string, int, GeneratorTilesRenderOptions)
Generate tiles with zoom to output directory
public static void GenerateTiles(VectorLayer layer, string outDirectory, int zoom,
GeneratorTilesRenderOptions options = null)
Parameter | Type | Description |
---|---|---|
layer | VectorLayer | Imput layer |
outDirectory | String | Output directory |
zoom | Int32 | Zoom level for tiles |
options | GeneratorTilesRenderOptions | Options to render tiles |
See Also
- class VectorLayer
- class GeneratorTilesRenderOptions
- class GeneratorTiles
- namespace Aspose.Gis.GeoTools
- assembly Aspose.GIS