Skip to content

Commit

Permalink
Update setup files
Browse files Browse the repository at this point in the history
  • Loading branch information
pmeems committed Sep 4, 2017
1 parent 3f98b51 commit 7d1a731
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 35 deletions.
11 changes: 0 additions & 11 deletions src/InnoSetup/AxInterop.MapWinGIS.XML

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

76 changes: 52 additions & 24 deletions src/InnoSetup/Interop.MapWinGIS.XML
Original file line number Diff line number Diff line change
Expand Up @@ -881,20 +881,21 @@
</member>
<member name="M:MapWinGIS.ISelectionList.AddPixel(System.Int32,System.Int32,System.Int32)">
<summary>
Adds a pixel to list.
Adds a pixel to the list.
Updated in v4.9.5
</summary>
<param name="LayerHandle">The layer handle.</param>
<param name="rasterPixelX">X coordinate of the pixel.</param>
<param name="rasterPixelY">Y coordinate of the pixel.</param>
<param name="Column">The column.</param>
<param name="Row">The row.</param>
</member>
<member name="M:MapWinGIS.ISelectionList.TogglePixel(System.Int32,System.Int32,System.Int32)">
<summary>
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
</summary>
<param name="LayerHandle">The layer handle.</param>
<param name="RasterX">X coordinate of the pixel.</param>
<param name="RasterY">Y coordinate of the pixel.</param>
<exception cref="T:System.NotImplementedException"></exception>
<param name="Column">The column.</param>
<param name="Row">The row.</param>
</member>
<member name="M:MapWinGIS.ISelectionList.get_LayerHandle(System.Int32)">
<summary>
Expand Down Expand Up @@ -932,6 +933,22 @@
<param name="Index">The index of the item.</param>
<returns>Y coordinate or -1 if the specified item is a shape.</returns>
</member>
<member name="M:MapWinGIS.ISelectionList.get_Row(System.Int32)">
<summary>
Gets the row.
</summary>
<param name="Index">The index of the item.</param>
<returns>Row index or -1 if the specified item is a shape.</returns>
\new495 Added in version 4.9.5
</member>
<member name="M:MapWinGIS.ISelectionList.get_Column(System.Int32)">
<summary>
Gets the column.
</summary>
<param name="Index">The index of the item.</param>
<returns>Column index or -1 if the specified item is a shape.</returns>
\new495 Added in version 4.9.5
</member>
<member name="P:MapWinGIS.ISelectionList.Count">
<summary>
Gets the count.
Expand Down Expand Up @@ -4909,7 +4926,7 @@
<summary>
Restores the properties of the image object from the serialized string.
</summary>
<param name="newVal">The serialized string generated by Image.Serialize() method.</param>
<param name="NewVal">The serialized string generated by Image.Serialize() method.</param>
\new48 Added in version 4.8
</member>
<member name="M:MapWinGIS.IImage.Open(System.String,MapWinGIS.ImageType,System.Boolean,MapWinGIS.ICallback)">
Expand All @@ -4928,7 +4945,7 @@
<summary>
Changes the data source of the image object without the its closing.
</summary>
<param name="newImgPath">The new file to serve as a datasource for the image object.</param>
<param name="NewImgPath">The new file to serve as a datasource for the image object.</param>
<returns>True on success and false otherwise.</returns>
</member>
<member name="M:MapWinGIS.IImage.Save(System.String,System.Boolean,MapWinGIS.ImageType,MapWinGIS.ICallback)">
Expand All @@ -4937,7 +4954,7 @@
</summary>
<param name="ImageFileName">The filename to use to save the image.</param>
<param name="WriteWorldFile">Optional. A boolean value representing whether a world file is also written. The default is false.</param>
<param name="fileType">Optional. The file type to use to save the image. Default is "USE_FILE_EXTENSION".</param>
<param name="FileType">Optional. The file type to use to save the image. Default is "USE_FILE_EXTENSION".</param>
<param name="cBack">Optional. The ICallback object which will receive the progress and error messages while the image is being saved.</param>
<returns>A boolean value representing the success or failure of saving the image.</returns>
</member>
Expand Down Expand Up @@ -4974,18 +4991,18 @@
<summary>
Converts coordinates of image's pixel to the screen coordinates.
</summary>
<param name="ImageX">The x coordinate of the image.</param>
<param name="ImageY">The y coordinate of the image.</param>
<param name="projX">The resulting x coordinate of the map.</param>
<param name="projY">The resulting y coordinate of the map.</param>
<param name="Column">The column.</param>
<param name="Row">The row.</param>
<param name="ProjX">The resulting x coordinate of the map.</param>
<param name="ProjY">The resulting y coordinate of the map.</param>
\new48 Added in version 4.8
</member>
<member name="M:MapWinGIS.IImage.ProjectionToBuffer(System.Double,System.Double,System.Int32@,System.Int32@)">
<summary>
Returns the coordinates of pixel in image buffer which correspond to the given point on the map.
</summary>
<param name="projX">X coordinate of the point in map units.</param>
<param name="projY">Y coordinate of the point in map units.</param>
<param name="ProjX">X coordinate of the point in map units.</param>
<param name="ProjY">Y coordinate of the point in map units.</param>
<param name="BufferX">The resulting x coordinate of pixel in the image buffer.</param>
<param name="BufferY">The resulting y coordinate of pixel in the image buffer.</param>
\new48 Added in version 4.8
Expand All @@ -4994,10 +5011,10 @@
<summary>
Returns the coordinates of image pixel which correspond to the given point on the map.
</summary>
<param name="projX">X coordinate of the point in map units.</param>
<param name="projY">Y coordinate of the point in map units.</param>
<param name="ImageX">The resulting x coordinate of image pixel.</param>
<param name="ImageY">The resulting y coordinate of image pixel.</param>
<param name="ProjX">X coordinate of the point in map units.</param>
<param name="ProjY">Y coordinate of the point in map units.</param>
<param name="Column">The column.</param>
<param name="Row">The row.</param>
\new48 Added in version 4.8
</member>
<member name="M:MapWinGIS.IImage.SetTransparentColor(System.UInt32)">
Expand Down Expand Up @@ -5053,15 +5070,15 @@
Gets the value of a pixel in the image.
</summary>
<param name="Row">The row in the image for which the value is required.</param>
<param name="col">The column in the image for which the value is required.</param>
<param name="Column">The column in the image for which the value is required.</param>
<returns>The value of the specified pixel in the image.</returns>
</member>
<member name="M:MapWinGIS.IImage.set_Value(System.Int32,System.Int32,System.Int32)">
<summary>
Sets the value of a pixel in the image.
</summary>
<param name="Row">The row in the image for which the value is required.</param>
<param name="col">The column in the image for which the value is required.</param>
<param name="Column">The column in the image for which the value is required.</param>
<param name="pVal">The value of the specified pixel in the image.</param>
</member>
<member name="M:MapWinGIS.IImage.OpenAsGrid">
Expand Down Expand Up @@ -5107,7 +5124,7 @@
Gets the value of the specified pixel including the alpha component.
</summary>
<param name="Row">The row.</param>
<param name="col">The column.</param>
<param name="Column">The column.</param>
<returns>32bit unsigned integer value.</returns>
\new494 Added in version 4.9.4
</member>
Expand All @@ -5116,7 +5133,7 @@
Sets the value of the specified pixel including the alpha component.
</summary>
<param name="Row">The row.</param>
<param name="col">The column.</param>
<param name="Column">The column.</param>
<param name="pVal">The value to set.</param>
\new494 Added in version 4.9.4
</member>
Expand Down Expand Up @@ -10590,7 +10607,7 @@
only ones in case the function is called multiple times for each polygon in shapefile.</remarks>
\new490 Added in version 4.9.0
</member>
<member name="M:MapWinGIS.IUtils.GridStatisticsToShapefile(MapWinGIS.Grid,MapWinGIS.Shapefile,System.Boolean,System.Boolean)">
<member name="M:MapWinGIS.IUtils.GridStatisticsToShapefile(MapWinGIS.Grid,MapWinGIS.Shapefile,System.Boolean,System.Boolean,System.Boolean)">
<summary>
Calculates statistics for grid cells within each polygon of the specified shapefile. Writes results to attribute table of shapefile.
</summary>
Expand All @@ -10600,6 +10617,8 @@
When set to false, calculation will be made for all polygons in shapefile.</param>
<param name="overwriteFields">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.</param>
<param name="useCenterWithinMethod">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.</param>
<returns>True on success.</returns>
<remarks>The default names for output fields: "Mean", "Median", "Majority", "Minority", "Minimum", "Maximum",
"Range", "StD", "Sum", "MinX", "MinY", "Variety", "Count"</remarks>
Expand Down Expand Up @@ -10892,6 +10911,15 @@
<param name="connectionString">Connection string for RDMSs or filename for file-based formats.</param>
<returns>True on success.</returns>
</member>
<member name="M:MapWinGIS.IOgrDatasource.Open2(System.String,System.Boolean)">
<summary>
Opens particular type of datasource supported by GDAL/OGR.
</summary>
<remarks>See details about connection strings here: http://www.gdal.org/ogr_formats.html</remarks>
<param name="connectionString">Connection string for RDMSs or filename for file-based formats.</param>
<param name="forUpdate">Indicates whether datasource will be opened with update flag.</param>
<returns>True on success.</returns>
</member>
<!-- Badly formed XML comment ignored for member "M:MapWinGIS.IOgrDatasource.GetLayer(System.Int32,System.Boolean)" -->
<member name="M:MapWinGIS.IOgrDatasource.GetLayerName(System.Int32)">
<summary>
Expand Down

0 comments on commit 7d1a731

Please sign in to comment.