|
881 | 881 | </member> |
882 | 882 | <member name="M:MapWinGIS.ISelectionList.AddPixel(System.Int32,System.Int32,System.Int32)"> |
883 | 883 | <summary> |
884 | | - Adds a pixel to list. |
| 884 | + Adds a pixel to the list. |
| 885 | + Updated in v4.9.5 |
885 | 886 | </summary> |
886 | 887 | <param name="LayerHandle">The layer handle.</param> |
887 | | - <param name="rasterPixelX">X coordinate of the pixel.</param> |
888 | | - <param name="rasterPixelY">Y coordinate of the pixel.</param> |
| 888 | + <param name="Column">The column.</param> |
| 889 | + <param name="Row">The row.</param> |
889 | 890 | </member> |
890 | 891 | <member name="M:MapWinGIS.ISelectionList.TogglePixel(System.Int32,System.Int32,System.Int32)"> |
891 | 892 | <summary> |
892 | 893 | Toggles the state of the specified pixel (add it to the list if it is not present there, and removes otherwise). |
| 894 | + Updated in v4.9.5 |
893 | 895 | </summary> |
894 | 896 | <param name="LayerHandle">The layer handle.</param> |
895 | | - <param name="RasterX">X coordinate of the pixel.</param> |
896 | | - <param name="RasterY">Y coordinate of the pixel.</param> |
897 | | - <exception cref="T:System.NotImplementedException"></exception> |
| 897 | + <param name="Column">The column.</param> |
| 898 | + <param name="Row">The row.</param> |
898 | 899 | </member> |
899 | 900 | <member name="M:MapWinGIS.ISelectionList.get_LayerHandle(System.Int32)"> |
900 | 901 | <summary> |
|
932 | 933 | <param name="Index">The index of the item.</param> |
933 | 934 | <returns>Y coordinate or -1 if the specified item is a shape.</returns> |
934 | 935 | </member> |
| 936 | + <member name="M:MapWinGIS.ISelectionList.get_Row(System.Int32)"> |
| 937 | + <summary> |
| 938 | + Gets the row. |
| 939 | + </summary> |
| 940 | + <param name="Index">The index of the item.</param> |
| 941 | + <returns>Row index or -1 if the specified item is a shape.</returns> |
| 942 | + \new495 Added in version 4.9.5 |
| 943 | + </member> |
| 944 | + <member name="M:MapWinGIS.ISelectionList.get_Column(System.Int32)"> |
| 945 | + <summary> |
| 946 | + Gets the column. |
| 947 | + </summary> |
| 948 | + <param name="Index">The index of the item.</param> |
| 949 | + <returns>Column index or -1 if the specified item is a shape.</returns> |
| 950 | + \new495 Added in version 4.9.5 |
| 951 | + </member> |
935 | 952 | <member name="P:MapWinGIS.ISelectionList.Count"> |
936 | 953 | <summary> |
937 | 954 | Gets the count. |
|
4909 | 4926 | <summary> |
4910 | 4927 | Restores the properties of the image object from the serialized string. |
4911 | 4928 | </summary> |
4912 | | - <param name="newVal">The serialized string generated by Image.Serialize() method.</param> |
| 4929 | + <param name="NewVal">The serialized string generated by Image.Serialize() method.</param> |
4913 | 4930 | \new48 Added in version 4.8 |
4914 | 4931 | </member> |
4915 | 4932 | <member name="M:MapWinGIS.IImage.Open(System.String,MapWinGIS.ImageType,System.Boolean,MapWinGIS.ICallback)"> |
|
4928 | 4945 | <summary> |
4929 | 4946 | Changes the data source of the image object without the its closing. |
4930 | 4947 | </summary> |
4931 | | - <param name="newImgPath">The new file to serve as a datasource for the image object.</param> |
| 4948 | + <param name="NewImgPath">The new file to serve as a datasource for the image object.</param> |
4932 | 4949 | <returns>True on success and false otherwise.</returns> |
4933 | 4950 | </member> |
4934 | 4951 | <member name="M:MapWinGIS.IImage.Save(System.String,System.Boolean,MapWinGIS.ImageType,MapWinGIS.ICallback)"> |
|
4937 | 4954 | </summary> |
4938 | 4955 | <param name="ImageFileName">The filename to use to save the image.</param> |
4939 | 4956 | <param name="WriteWorldFile">Optional. A boolean value representing whether a world file is also written. The default is false.</param> |
4940 | | - <param name="fileType">Optional. The file type to use to save the image. Default is "USE_FILE_EXTENSION".</param> |
| 4957 | + <param name="FileType">Optional. The file type to use to save the image. Default is "USE_FILE_EXTENSION".</param> |
4941 | 4958 | <param name="cBack">Optional. The ICallback object which will receive the progress and error messages while the image is being saved.</param> |
4942 | 4959 | <returns>A boolean value representing the success or failure of saving the image.</returns> |
4943 | 4960 | </member> |
|
4974 | 4991 | <summary> |
4975 | 4992 | Converts coordinates of image's pixel to the screen coordinates. |
4976 | 4993 | </summary> |
4977 | | - <param name="ImageX">The x coordinate of the image.</param> |
4978 | | - <param name="ImageY">The y coordinate of the image.</param> |
4979 | | - <param name="projX">The resulting x coordinate of the map.</param> |
4980 | | - <param name="projY">The resulting y coordinate of the map.</param> |
| 4994 | + <param name="Column">The column.</param> |
| 4995 | + <param name="Row">The row.</param> |
| 4996 | + <param name="ProjX">The resulting x coordinate of the map.</param> |
| 4997 | + <param name="ProjY">The resulting y coordinate of the map.</param> |
4981 | 4998 | \new48 Added in version 4.8 |
4982 | 4999 | </member> |
4983 | 5000 | <member name="M:MapWinGIS.IImage.ProjectionToBuffer(System.Double,System.Double,System.Int32@,System.Int32@)"> |
4984 | 5001 | <summary> |
4985 | 5002 | Returns the coordinates of pixel in image buffer which correspond to the given point on the map. |
4986 | 5003 | </summary> |
4987 | | - <param name="projX">X coordinate of the point in map units.</param> |
4988 | | - <param name="projY">Y coordinate of the point in map units.</param> |
| 5004 | + <param name="ProjX">X coordinate of the point in map units.</param> |
| 5005 | + <param name="ProjY">Y coordinate of the point in map units.</param> |
4989 | 5006 | <param name="BufferX">The resulting x coordinate of pixel in the image buffer.</param> |
4990 | 5007 | <param name="BufferY">The resulting y coordinate of pixel in the image buffer.</param> |
4991 | 5008 | \new48 Added in version 4.8 |
|
4994 | 5011 | <summary> |
4995 | 5012 | Returns the coordinates of image pixel which correspond to the given point on the map. |
4996 | 5013 | </summary> |
4997 | | - <param name="projX">X coordinate of the point in map units.</param> |
4998 | | - <param name="projY">Y coordinate of the point in map units.</param> |
4999 | | - <param name="ImageX">The resulting x coordinate of image pixel.</param> |
5000 | | - <param name="ImageY">The resulting y coordinate of image pixel.</param> |
| 5014 | + <param name="ProjX">X coordinate of the point in map units.</param> |
| 5015 | + <param name="ProjY">Y coordinate of the point in map units.</param> |
| 5016 | + <param name="Column">The column.</param> |
| 5017 | + <param name="Row">The row.</param> |
5001 | 5018 | \new48 Added in version 4.8 |
5002 | 5019 | </member> |
5003 | 5020 | <member name="M:MapWinGIS.IImage.SetTransparentColor(System.UInt32)"> |
|
5053 | 5070 | Gets the value of a pixel in the image. |
5054 | 5071 | </summary> |
5055 | 5072 | <param name="Row">The row in the image for which the value is required.</param> |
5056 | | - <param name="col">The column in the image for which the value is required.</param> |
| 5073 | + <param name="Column">The column in the image for which the value is required.</param> |
5057 | 5074 | <returns>The value of the specified pixel in the image.</returns> |
5058 | 5075 | </member> |
5059 | 5076 | <member name="M:MapWinGIS.IImage.set_Value(System.Int32,System.Int32,System.Int32)"> |
5060 | 5077 | <summary> |
5061 | 5078 | Sets the value of a pixel in the image. |
5062 | 5079 | </summary> |
5063 | 5080 | <param name="Row">The row in the image for which the value is required.</param> |
5064 | | - <param name="col">The column in the image for which the value is required.</param> |
| 5081 | + <param name="Column">The column in the image for which the value is required.</param> |
5065 | 5082 | <param name="pVal">The value of the specified pixel in the image.</param> |
5066 | 5083 | </member> |
5067 | 5084 | <member name="M:MapWinGIS.IImage.OpenAsGrid"> |
|
5107 | 5124 | Gets the value of the specified pixel including the alpha component. |
5108 | 5125 | </summary> |
5109 | 5126 | <param name="Row">The row.</param> |
5110 | | - <param name="col">The column.</param> |
| 5127 | + <param name="Column">The column.</param> |
5111 | 5128 | <returns>32bit unsigned integer value.</returns> |
5112 | 5129 | \new494 Added in version 4.9.4 |
5113 | 5130 | </member> |
|
5116 | 5133 | Sets the value of the specified pixel including the alpha component. |
5117 | 5134 | </summary> |
5118 | 5135 | <param name="Row">The row.</param> |
5119 | | - <param name="col">The column.</param> |
| 5136 | + <param name="Column">The column.</param> |
5120 | 5137 | <param name="pVal">The value to set.</param> |
5121 | 5138 | \new494 Added in version 4.9.4 |
5122 | 5139 | </member> |
|
10590 | 10607 | only ones in case the function is called multiple times for each polygon in shapefile.</remarks> |
10591 | 10608 | \new490 Added in version 4.9.0 |
10592 | 10609 | </member> |
10593 | | - <member name="M:MapWinGIS.IUtils.GridStatisticsToShapefile(MapWinGIS.Grid,MapWinGIS.Shapefile,System.Boolean,System.Boolean)"> |
| 10610 | + <member name="M:MapWinGIS.IUtils.GridStatisticsToShapefile(MapWinGIS.Grid,MapWinGIS.Shapefile,System.Boolean,System.Boolean,System.Boolean)"> |
10594 | 10611 | <summary> |
10595 | 10612 | Calculates statistics for grid cells within each polygon of the specified shapefile. Writes results to attribute table of shapefile. |
10596 | 10613 | </summary> |
|
10600 | 10617 | When set to false, calculation will be made for all polygons in shapefile.</param> |
10601 | 10618 | <param name="overwriteFields">If true output fields will be overwritten (if the fields with such names already exist). |
10602 | 10619 | Otherwise new set of output fields will be created with numerical indices added to their names.</param> |
| 10620 | + <param name="useCenterWithinMethod">If true (default) the center of the pixel needs to be inside the polygon. |
| 10621 | + 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> |
10603 | 10622 | <returns>True on success.</returns> |
10604 | 10623 | <remarks>The default names for output fields: "Mean", "Median", "Majority", "Minority", "Minimum", "Maximum", |
10605 | 10624 | "Range", "StD", "Sum", "MinX", "MinY", "Variety", "Count"</remarks> |
|
10892 | 10911 | <param name="connectionString">Connection string for RDMSs or filename for file-based formats.</param> |
10893 | 10912 | <returns>True on success.</returns> |
10894 | 10913 | </member> |
| 10914 | + <member name="M:MapWinGIS.IOgrDatasource.Open2(System.String,System.Boolean)"> |
| 10915 | + <summary> |
| 10916 | + Opens particular type of datasource supported by GDAL/OGR. |
| 10917 | + </summary> |
| 10918 | + <remarks>See details about connection strings here: http://www.gdal.org/ogr_formats.html</remarks> |
| 10919 | + <param name="connectionString">Connection string for RDMSs or filename for file-based formats.</param> |
| 10920 | + <param name="forUpdate">Indicates whether datasource will be opened with update flag.</param> |
| 10921 | + <returns>True on success.</returns> |
| 10922 | + </member> |
10895 | 10923 | <!-- Badly formed XML comment ignored for member "M:MapWinGIS.IOgrDatasource.GetLayer(System.Int32,System.Boolean)" --> |
10896 | 10924 | <member name="M:MapWinGIS.IOgrDatasource.GetLayerName(System.Int32)"> |
10897 | 10925 | <summary> |
|
0 commit comments