From 7d1a731c5b9ab2529fbf804dcda2f81e075e6504 Mon Sep 17 00:00:00 2001 From: Paul Meems Date: Mon, 4 Sep 2017 09:32:40 +0200 Subject: [PATCH] Update setup files --- src/InnoSetup/AxInterop.MapWinGIS.XML | 11 ---- src/InnoSetup/Interop.MapWinGIS.XML | 76 ++++++++++++++++++--------- 2 files changed, 52 insertions(+), 35 deletions(-) diff --git a/src/InnoSetup/AxInterop.MapWinGIS.XML b/src/InnoSetup/AxInterop.MapWinGIS.XML index f70686f7..6b2dfd68 100644 --- a/src/InnoSetup/AxInterop.MapWinGIS.XML +++ b/src/InnoSetup/AxInterop.MapWinGIS.XML @@ -149,17 +149,6 @@ for printing. \new491 Added in version 4.9.1 - - - Checks whether tiles for specified extents and provider are already present in cache. - - Extents to check for (map coordinates). - Width of the canvas on which the extents will be displayed. - Provider to load tiles from. - 1 if tiles are in cache, 0 if not, -1 if an there was an error. - The main purpose: loading of tiles for printing. - \new491 Added in version 4.9.1 - Performs specific type of map redraw. diff --git a/src/InnoSetup/Interop.MapWinGIS.XML b/src/InnoSetup/Interop.MapWinGIS.XML index e754f668..6d16d5b8 100644 --- a/src/InnoSetup/Interop.MapWinGIS.XML +++ b/src/InnoSetup/Interop.MapWinGIS.XML @@ -881,20 +881,21 @@ - Adds a pixel to list. + Adds a pixel to the list. + Updated in v4.9.5 The layer handle. - X coordinate of the pixel. - Y coordinate of the pixel. + The column. + The row. Toggles the state of the specified pixel (add it to the list if it is not present there, and removes otherwise). + Updated in v4.9.5 The layer handle. - X coordinate of the pixel. - Y coordinate of the pixel. - + The column. + The row. @@ -932,6 +933,22 @@ The index of the item. Y coordinate or -1 if the specified item is a shape. + + + Gets the row. + + The index of the item. + Row index or -1 if the specified item is a shape. + \new495 Added in version 4.9.5 + + + + Gets the column. + + The index of the item. + Column index or -1 if the specified item is a shape. + \new495 Added in version 4.9.5 + Gets the count. @@ -4909,7 +4926,7 @@ Restores the properties of the image object from the serialized string. - The serialized string generated by Image.Serialize() method. + The serialized string generated by Image.Serialize() method. \new48 Added in version 4.8 @@ -4928,7 +4945,7 @@ Changes the data source of the image object without the its closing. - The new file to serve as a datasource for the image object. + The new file to serve as a datasource for the image object. True on success and false otherwise. @@ -4937,7 +4954,7 @@ The filename to use to save the image. Optional. A boolean value representing whether a world file is also written. The default is false. - Optional. The file type to use to save the image. Default is "USE_FILE_EXTENSION". + Optional. The file type to use to save the image. Default is "USE_FILE_EXTENSION". Optional. The ICallback object which will receive the progress and error messages while the image is being saved. A boolean value representing the success or failure of saving the image. @@ -4974,18 +4991,18 @@ Converts coordinates of image's pixel to the screen coordinates. - The x coordinate of the image. - The y coordinate of the image. - The resulting x coordinate of the map. - The resulting y coordinate of the map. + The column. + The row. + The resulting x coordinate of the map. + The resulting y coordinate of the map. \new48 Added in version 4.8 Returns the coordinates of pixel in image buffer which correspond to the given point on the map. - X coordinate of the point in map units. - Y coordinate of the point in map units. + X coordinate of the point in map units. + Y coordinate of the point in map units. The resulting x coordinate of pixel in the image buffer. The resulting y coordinate of pixel in the image buffer. \new48 Added in version 4.8 @@ -4994,10 +5011,10 @@ Returns the coordinates of image pixel which correspond to the given point on the map. - X coordinate of the point in map units. - Y coordinate of the point in map units. - The resulting x coordinate of image pixel. - The resulting y coordinate of image pixel. + X coordinate of the point in map units. + Y coordinate of the point in map units. + The column. + The row. \new48 Added in version 4.8 @@ -5053,7 +5070,7 @@ Gets the value of a pixel in the image. The row in the image for which the value is required. - The column in the image for which the value is required. + The column in the image for which the value is required. The value of the specified pixel in the image. @@ -5061,7 +5078,7 @@ Sets the value of a pixel in the image. The row in the image for which the value is required. - The column in the image for which the value is required. + The column in the image for which the value is required. The value of the specified pixel in the image. @@ -5107,7 +5124,7 @@ Gets the value of the specified pixel including the alpha component. The row. - The column. + The column. 32bit unsigned integer value. \new494 Added in version 4.9.4 @@ -5116,7 +5133,7 @@ Sets the value of the specified pixel including the alpha component. The row. - The column. + The column. The value to set. \new494 Added in version 4.9.4 @@ -10590,7 +10607,7 @@ only ones in case the function is called multiple times for each polygon in shapefile. \new490 Added in version 4.9.0 - + Calculates statistics for grid cells within each polygon of the specified shapefile. Writes results to attribute table of shapefile. @@ -10600,6 +10617,8 @@ When set to false, calculation will be made for all polygons in shapefile. If true output fields will be overwritten (if the fields with such names already exist). Otherwise new set of output fields will be created with numerical indices added to their names. + If true (default) the center of the pixel needs to be inside the polygon. + If set to false Intersection method is used meaning each pixel boundary that intersects with the polygon is used. Added in v4.9.4.3. True on success. The default names for output fields: "Mean", "Median", "Majority", "Minority", "Minimum", "Maximum", "Range", "StD", "Sum", "MinX", "MinY", "Variety", "Count" @@ -10892,6 +10911,15 @@ Connection string for RDMSs or filename for file-based formats. True on success. + + + Opens particular type of datasource supported by GDAL/OGR. + + See details about connection strings here: http://www.gdal.org/ogr_formats.html + Connection string for RDMSs or filename for file-based formats. + Indicates whether datasource will be opened with update flag. + True on success. +