Click here to Skip to main content
15,895,746 members
Everything / Mapping

Mapping

mapping

Great Reads

by DiponRoy
Let’s see how to make a simple model or Entity mapper using reflections in C#
by irriss
How the Amazon Cloud solutions help tackle huge load and how much it may cost
by ShubhamSaxena
Track your location, mark it on a map using pushpin
by Safak Tarazan
Creation of a very simple MapView app and putting an annotation on it

Latest Articles

by Higty
Fastest mapper in the world, easy to Use, ZERO configuration, FULL customization
by Haftmann, Henrik
12 years too late but now it works: A replacement driver for giveio and dlportio for 64-bit Windows
by ThiagoTane
This is an alternative for "Simple Model/Entity Mapper in C#"
by DiponRoy
Let’s see how to make a simple model or Entity mapper using reflections in C#

All Articles

Sort by Score

Mapping 

2 Sep 2014 by DiponRoy
Let’s see how to make a simple model or Entity mapper using reflections in C#
8 Aug 2012 by irriss
How the Amazon Cloud solutions help tackle huge load and how much it may cost
12 Aug 2014 by ShubhamSaxena
Track your location, mark it on a map using pushpin
2 Jan 2012 by OriginalGriff
Remove the text file from your VS list of files: It monitors them, so if you application changes it during a debug session, VS notices, and wants to make sure it is working with the latest version.
24 Jan 2012 by CPallini
No surprise: your trying to make a std::pair with the couple (Name, ThePartUser) where the latter is a pointer to a CPatUser object. If you need to store pointers then you must use std::make_pair(Name, ThePartUser);[update]Sorry there were...
29 Mar 2012 by Frank R. Haugen
I have a half-finished tool for calculating distances between real-life stars, and positions in space, and much more, but I'd like to make a 2D map of the 100'000 closest stars, but I need some advise.Firstly; making the position X=0 and Y=0 location dead center of the program window, (with...
30 Mar 2012 by Shahin Khorshidnia
Hello,If I've taken the point:1. you need to Convert Point to Cartesian coordinate:private Point ConvertCartesianToPoint(Point point){ double width = this.SkyCanvas.ActualWidth; double height = this.SkyCanvas.ActualHeight; double x = point.X; double y =...
27 Dec 2012 by Sergey Alexandrovich Kryukov
Finally you asked some more or less answerable question:Deenuji wrote:So what is IT future?Yoda wrote:Clouded, this boy's future is.But now:First, computing is not IT. The "IT" is a business jargon word for some activity for not educated "trained personnel" totally unfamiliar with...
20 May 2015 by Tomas Takac
From your explanation I understand you are able to map a clientID to a property. It still feels like magic and it's possible that I'm missing something but let's assume you can do the translation.Your idea about building a dictionary is correct. It should be a dictionary of...
18 Jan 2016 by Sascha Lefèvre
I don't know if it can be done with AutoMapper. But this is how you could do it yourself, not including the Repository-call. There's a generic and non-generic version of the mapping-method; I think you should be able to use the generic one.using System;using...
5 Oct 2017 by Thomas Nielsen - getCore
This is a bit crude and could require som nullchecking but this should work :) public class RowMapper { /* The way i read your sample is you get a datatable with columns and rows, these are to be mapped to an entity which presumably doesn't require all...
12 Jun 2018 by Rick York
The primary reason they are so useful is they make searching and finding values of interest very fast. The first item in the map is called the key and it used for searching. Usually a binary tree or something similar holds the data behind the scenes with the first value being the identifier...
15 Mar 2019 by Ravi Bhavnani
Here's one way to do this: // Create a Uri from an intent string. Use the result to create an Intent. // Example latitude = 46.414382, longitude = 10.013988 Uri gmmIntentUri = Uri.parse("google.streetview:cbll=46.414382,10.013988"); // Create an Intent from gmmIntentUri. Set the action to...
11 Jul 2021 by Patrice T
Quote: I dont understand why. Please explain Simple, you have mixed spaces and tab differently from previous line. p="foo foo quux labs foo barquux".split() d={} s=[] count=1 for x in p: if x not in s: d.update({x:count}) # this line...
29 Aug 2012 by Kuthuparakkal
this may help you:Microsoft VEMap Using Pure Javascript[^]
30 Oct 2012 by pasztorpisti
Both your static int __inss and map g_map; are global variables and the order of their initialization isn't specified because they reside in separate .cpp and .obj files. In your case you were not lucky and __inss was initialized before g_map so g_map is used before its actual...
8 Nov 2012 by Nemonics
I am trying to implement NHibernate 3.2.2 updating application coded originally written with NHibernate 1.2.1. Needless to say, I have needed to make a number of changes just to successful ly compile the code. I am now stuck with the following exception that occurs when I attempt to read any...
9 Jan 2013 by Santhosh G_
I'm not a game developer, but I'm trying to answer your question.There are different methods to display the above scene.Before preparing your scene you can place all objects in proper place.Quote: A player shoots a bullet on it, then how do I draw the bullet texture on that wall...
7 Jul 2013 by Safak Tarazan
Creation of a very simple MapView app and putting an annotation on it
31 Jul 2013 by nwhitfield
Mobile, geo-centric app for Business Users, Consumers and Sales/Marketing Professionals
19 Jul 2013 by ThatsAlok
IPC using memory mapped file in managed VC++
16 Jan 2014 by Sampath Lokuge
Did you try to do below thing where it tells the above error ?Quote:If the service is defined in the current solution, try building the solution and adding the service reference again.Please check below mentioned links for more info.Integrating MapPoint in your .NET...
22 Apr 2014 by OriginalGriff
No, this is your homework, and you are expected to do it yourself, not get marked on what we do! :laugh:Drawing in Winforms is easy: just handle the Paint event for a Form or Panel, and use the supplied Graphics context.For example, this will draw a Green Rectangle overlapping a Red...
2 Jul 2014 by TheCannyCoder
Ranges and looping with IntStream
4 Aug 2014 by jeneesh jose
I am using Simplovation.Web.Maps.VE version 4.0 and Ajax control toolkit version 4.1.7.1213.but Simplovation.Web.Maps.VE is not working with this version of ajax.it works only with ajax control toolkit older version.is there any rules for Simplovation.Web.Maps.VE? i have to work...
5 Dec 2020 by Member 10563121
I have a problem that has stumped me involving memory mapping, and interchange between C++ (Visual Studio 2012 under Win7 32bit) and Python 2.7. In my C++ code I have a large (2Mbyte) image that updates at about 25Hz. I share this with another C++ .exe happily, using non-persistent (only...
27 Aug 2014 by 2006 Flauzer
I have noticed using the ProcXP (VMMap) that some ASP.NET applications (.NET 4)load (or maps?) some assemblies twice or more.I use VS 2010 (W7 x64), with the AnyCPU option and tested in 2008 R2 x64 server....the apps are both complied with release/debug options, the result it's the...
27 Aug 2014 by 2006 Flauzer
i think that this solves the question:https://connect.microsoft.com/VisualStudio/feedback/details/780964/assemblies-loaded-twice-in-64bit-application[^]
22 Sep 2014 by jsolutions_uk
my_array is an array of 2 integer values, 356 and 41, all good so far ;) ...I am assuming that my_vector is declared as a std::vector ? So is a vector of pointers to integers, or in your case, I am assuming you intend it to be a vector of pointers to arrays (or rather a vector of...
26 Nov 2014 by Praneet Nadkar
Hi,Some where in your code you are setting the textbox properties in a wrong manner.For e.g you have to set the text of a texbox not a control, cmd.Parameters.AddWithValue("@parametername", TextBox1);which should becmd.Parameters.AddWithValue("@parametername",TextBox1.Text);See...
30 Dec 2014 by Richard MacCutchan
See Peter Leow's suggestions at Android client server application[^]
31 Jan 2015 by Anurag Gandhi
Here you go (with demo and sample code):https://www.hscripts.com/scripts/JavaScript/autocomplete-form.php[^]http://jqueryui.com/autocomplete/[^]
2 Dec 2015 by BillWoodruff
Try this:var d1List = cover_mean_dict.Keys.ToList();var d2List = Watermark_mean_dict.Keys.ToList();// returns a 'System.Collections.Generic.IEnumerablef__AnonymousType0>'var match = d1List.Select((itm1, ndx) => new {itm1, itm2 = d2List[ndx]});// testforeach (var pair in...
29 Feb 2016 by Dave Kreskowiak
That would be the responsibility of the mapping API you're using. There is no "standard API" that does this that works with all mapping software. You have to shop around to find a mapping API that does this as not all of them will.
17 May 2016 by George Jonsson
It's a bit late and I had a beer or two, but I think this will work for you.My additions to your XSL is in bold.
14 Jan 2018 by Dave Kreskowiak
There is no "easy method" for this. Each corporate implementation is proprietary and it cost them a LOT of money and research time to develop. As far as I can tell, there is no public implementation available. My wife works for a company that does this very thing in large buildings, but not to...
15 Mar 2019 by Afzaal Ahmad Zeeshan
You would need to use the Google Maps SDK for Android for that, since you have gotten the latlong coordinates, you can use the Java code to render that. Remember that you need to have a Google Maps API key for this to work, as Google's native Maps app would need you to call it from an...
20 Nov 2022 by OriginalGriff
Unfortunately, there is not "find it on something, somewhere" that works with all mapped drives. You could look in the registry - HKEY_CURRENT_USER\Network\ followed by each drive in turn - the UNC is under the RemotePath key. But ... if the...
23 Jan 2012 by Schehaider_Aymen
Hi all, I created a class as below class CPatUser : public CObject{public: CString Login; int NbrTentMax; int CurrNbrTent; CPatUser(CPatUser &X) { this->Login = X.Login this->CurrNbrTent = X.CurrNbrTent; this->NbrTentMax = X.NbrTentMax; }; void...
14 Feb 2012 by n4nidhin
I need to develop an offline map application in java. The application should be able to zoom in and out of the map and should store the maps in its local storage. I have no idea how to start.
14 Feb 2012 by CRDave1988
Is this u wantBuilding Maps into Your Swing Application with the JXMapViewer[^]
15 Feb 2012 by pavankumar from hyderabad
Hi All,How to read the Markers in the KML File using Google Map API Version3.Please help me out it is urgent for me.I was searching for this from past two days.Thanks in advance,G.Pavan Kumar
10 Apr 2012 by Punit Belani
Hi All,I have custom map image with specific height and width.i need to map x-y coordinates of image to lattitude longitude from four corner lattitude longitude available.this requirement is for fulfill current location of user into custom image map.more on this on image i have...
2 May 2012 by Un_NaMeD
Hey everyone.I've question to ask you.I'm planning to develope an application that will get GPS datas and show the user some other things on a map. I don't want to use Google Map for some reasons. I searched and found out the JOSM.I could'nt find any good programming tutorials that...
2 May 2012 by Richard MacCutchan
How about one of the JOSM[^] sites?
7 Aug 2012 by Pardeep singh from Chandigarh
hi friends ,please help me, i have many rectangles attached with each other on google map, i want to check a point(24.5271348225978,39.5751950517297) is lies inside the all the rectangles or not,My rectangles latitude and longitude are: [((24.571846433888872, 38.904972188566475),...
29 Jul 2012 by Joan M
Shouldn't this be done using a loop to go from the first one to the last one checking if the point is inside each rectangle?Given that your point to be checked is Xp,Yp and you have n rectangles defined by 2 points in a plane (XY): Xr1[n],Yr1[n], Xr2[n],Yr2[n], shouldn't it be as easy as...
26 Jul 2012 by sjelen
Here is a good tip:Is a Point inside a Polygon?[^]It's meant to work in 2D plane, but it will serve the purpose if you don't need high precision.The same algorithm can be applied to spherical geo-coordinates, but it includes a lot of trigonometry and is a lot...
28 Sep 2012 by AM117
Hey guys, hope you're well.I'm a fairly average programmer but relatively new to Windows Phone 7. I wanna make an app in which there is an indoor map of a building. Problem is, Bing Indoor Maps are only for USA buildings thus far. Is there any way to utilise Bing Maps for a custom map? I...
28 Sep 2012 by ridoy
Not sure whether it can be done..but here is an interesting one..http://i-liger.com/article/custom-map-application-windows-phone-7[^]
29 Sep 2012 by dangtuanson
I use Webbrowser control for Google map with Get Dicrections service (From addr: 14 Phổ Quang, phường 2, Tan Binh District, Ho Chi Minh City, Vietnam to Rex Hotel, Nguyễn Huệ, Bến Nghé, Ho Chi Minh City, Vietnam).Here's code:Private Sub Mygooglemap_Load(ByVal sender As System.Object, ByVal...
30 Sep 2012 by Bernhard Hiller
Set the Encoding to an appropriate value, e.g.WebBrowser1.Document.Encoding = "UTF-8"
8 Oct 2012 by Jaydeep Jadav
Please check out the following...
30 Oct 2012 by denghuancong
dll.cpp:#include #ifdef __cplusplusextern "C" {#endifvoid show(){ fprintf(stdout,"%s","dll show call.");}#ifdef __cplusplus}#endifdll_1.cpp:#include "dll.h"map g_map;int register_funk(string xx,fn_cmd_handler_t fn, string dex)...
30 Oct 2012 by Richard MacCutchan
You have not put any values into your map so you cannot use an indexer to refer to an element within it. My bad.
30 Oct 2012 by denghuancong
no , when i use g_map[xx],it will auto create key=xx and a value.
26 Nov 2012 by Vaibhav_J_Jaiswal
Hello friends, I stuck in an error. I have one stl mapstd::map m_mapJEngines; and I used this map in following way m_mapJEngines.insert(pair(UtilityHelper::MvResolutionInfoToVTVideoStandard(sResInfo), pJEngine)); I got...
26 Nov 2012 by __John_
You are calling UtilityHelper::MvResolutionInfoToVTVideoStandard(sResInfo) Using the type name "UtilityHelper" rather than calling the function from an instance of UtilityHelper.Only static functions can be called in this way (i.e. no instance required).
5 Jan 2013 by velvet7
Hi,I am currently trying to develop a 2D game, but I came through a little problem. I would like to hear some answers from the experienced game developers.So let's say I have a wall texture. A player shoots a bullet on it, then how do I draw the bullet texture on that wall texture? Later...
15 Jan 2013 by lieyo
My code is failing here with this error message: Microsoft JScript runtime error: 'GBounds' is undefinedGBounds.prototype.containsPoint = function (point) { var outer = this; return (outer.minX = point.x && outer.minY
16 Jan 2013 by fjdiewornncalwe
If GBounds is undefined, then you need to define it before you attempt to use it.Make sure a line something along the lines of var GBounds = ... exists where the ... is replaced by the appropriate identifier.[Update for api v3]I'm not entirely sure because I haven't tried it myself, but...
5 Mar 2013 by sandeshshakya
Is there a way to wrap the image to a 3d model with its correct perspective fitting automatically?Such as:3D Model Image WrapThis project is a c# WPF Project, so a link or description in terms of WPF would be appreciated.[UPDATE]I have added an image which would describe my current...
5 Mar 2013 by Sachin k Rajput
Check this code:WPF Panel3D Tunnel[^]It's having a high rating.and this is a quite good series in this area as you are asking:http://www.c-sharpcorner.com/uploadfile/dpatra/making-an-image-slideshow-in-wpf-part-i/[^]Hope this will help you!Good Luck!
26 Mar 2013 by venky.src
Can we draw line with z axis using MapWindow Activex Control?
29 Mar 2013 by CPallini
You might create a class, say Replacer:class Replacer { std::map replacement;public: Replacer() { // init the map here replacement.insert ( std::pair("C#","C++") ); //... } void replace_stuff(std::string &...
2 Apr 2013 by AdiCivils
I'm creating a HashMap. While creating it, I can see that keys are assigned proper distinct values, but, after creation, when I iterate it, all the keys are yielding only one value. Below is my code: public void prepareAccountMap(HashMap masterMap, GAReadConfigType config,...
1 May 2013 by radical500
It could not compile the mapping xml documents and i dont know whythis is my cfg file ...
1 May 2013 by Abhijat Chauhan
Situation is:a). I am having one feature layer which had been plotted on a base map say polygonal features (blocks of land). b). Related data (owner names of blocks) in a separate database (like MySQL/ Excel file / Oracle).What I need: a). The data from feature layer and from the...
8 May 2013 by _Maxxx_
You could start looking here[^]
10 May 2013 by Member 8768312
I need any help in finding directions between path pointthe problem is i can find bearing, distance and angles between points this page helped me a lot i have the latitude and longitude of each point on the routehttp://www.movable-type.co.uk/scripts/latlong.htmlbut i want to know how...
10 May 2013 by E.F. Nijboer
Have a look at OpenStreetMap. It can provide the data and also other very interesting information.http://planet.openstreetmap.org/[^]http://wiki.openstreetmap.org/wiki/Routing[^]Good luck!
24 May 2013 by Backward91
I need to set more than one discriminate values for parent class. Is it possible to do and how?For example:PARENT_CLASSDiscriminateSubClassesOnColumn("COLUMN_NAME", "X");CHILD_CLASS_1DiscriminatorValue("Y");CHILD_CLASS_2DiscriminatorValue("Z");This is possible. But...
2 Jul 2013 by hoyice
Hi! I'm Bem from an Asian country, we are tasked to create a tourist information and map touch screen application for our project, it will include a search query for the town establishments and will point the establishment through a customized map. I researched for the useful tool to create...
3 Jul 2013 by Richard MacCutchan
Your question would probably get answered quicker if it was posted in the obvious forum[^].
10 Jul 2013 by hoyice
Hi. What is the best way to come up a Mapping Service using WPF (vb.net), Expression Blend and SQL? I will be creating a Tourist Kiosk, therefore there is an assigned place for it. The system should present a Map and a list of Establishments in town. If an establishment is clicked,...
20 Jul 2013 by ali66256
developersI have Geoframeworks GIS.NET and GPS.NET with key generator.I don't know . how can i licensing.Please help me to find solution.Thanksali
20 Jul 2013 by Garth J Lancaster
as far as I understand from here Writing GIS and Mapping Software for .NET[^]all their code is now open source - you may be able to contact the author(s) through that article, or Codeplex, if they still have valid email addresses
8 Aug 2013 by Member 10198178
I am working on a service that does an enumeratefiles from a directory. I have it working locally however I need it to be able to get the files from a mapped drive on an iSeries mainframe. The mainframe is not on the domain so it has a seperate user. I can map a drive to the mainframe from...
19 Sep 2013 by Bilaal John S
Here is a Sample Bing Map application,I hop it will help you to start.http://developer.nokia.com/Community/Wiki/Bing_map_API_with_Nokia_Map_and_OpenStreetMap[^]Thanks,Bilaal
11 Oct 2013 by ASP.NET Community
The SiteMapDataSource control is a data source to the site map data that is stored by the site map providers that are configured for your site. The
22 Oct 2013 by manoj_258
I am new to Android Development and need help desperately.i am developing Google Map Application for Taxi Hailing. i develop Prototype that how it will work with using Peer to Peer technology.My challange:i can show user and Taxi Driver location on map. but i do not know how to show...
21 Nov 2013 by Member 10418285
Hi. Im new to this and I was wondering how exactly I can map pc drive on the same network, then access it from other pc on same network in CMD. I actually want the shared/mapped drive folder to open up. Thanx.
21 Nov 2013 by Bernhard Hiller
On the computer where that folder / drive is physically located:In Windows, you create a share, with Linux you can use Samba. Do not forget to set the access rights correctly (also the access right of the file system, not only for sharing).On the other computer in the network:You can...
12 Jan 2014 by Mylog.25
Friends,I want to know about Microsoft map point and how to use it in .NET.Kindly help me.. Thank u..
12 Jan 2014 by André Kraak
This article Integrating MapPoint in your .NET applications[^] might be a good place to start.Further resources:Microsoft MapPoint - Home[^]MSDN - MapPoint[^]
19 Jan 2014 by rchacko
hi is anybody have idea about data uploading to Google Map or to Google map engine dynamically?? the req. is like reading multiple text addresses from a csv or xlsx and create placemarks on maps engine/ map (not Google earth) dynamically. (ie. I click on a button, it creates a csv/ xlsx or kml...
19 Jan 2014 by rchacko
yes, the problem is similar to that; in this example lat/ lng are given inside ; but in my case a csv file having only physical addresses and trying to pass that file to maps engine to read and process.more specifically, the FORMAT of a query-string which calls the maps...
28 Jan 2014 by Member 10290905
when click on tab panel for map, Google map open on top left of div and not visible completelybut press f12 then it visible http://www.inventorsrealty.com/ViewDetailsProject.aspx?propid=198[^]please find the solution
2 Mar 2014 by loraloper_22
HelloI am a very new person to the google maps and javascript. What i am trying to achieve is that when i load a google map the user should be able to add a marker/pin on any location he wishes via click. I am able to do this now what i am trying to add is that if a user clicks the pin gets...
2 Mar 2014 by KumarSundeep
To add description on your markers in google map refer:https://developers.google.com/maps/documentation/javascript/examples/infowindow-simple[^]Hope you'll find your solution!!!
2 Mar 2014 by KumarSundeep
You can try this for popup on google marker: - jsFiddle demo
6 Mar 2014 by Abdul Muneeb Abbasi
HiI want to highlight area in a map, it can be any area (irregular shape). Any suggestions, how can I achieve this using1. Windows Phone 8.1 map control2. Any third party maps I can do pushpins in map control, but I have to highlight area.Help is much appreciated?Regards
10 Mar 2014 by Zambrano Navarrete Vicente Eduardo
I have a database with the coordinates of the map point, with this information I have to draw circle zones in dependency to the proximity of it, for example if I have four point close for 2 miles it will create a zone and I'll draw the zone in the maps, I need to know the formulas or methods...
24 Mar 2014 by Member 10690708
have edit my maps forge project to display different type o button for zoom in and zoom out. Now i would like to add different buttons when max zoom and min zoom are reached. How can i do this?I have changed the classic buttons with this scriptImageButton zoomIn = (ImageButton)...
28 Mar 2014 by speaker87
Hi all,I'am currently developing a windows phone app that uses windows phone maps api.My purpose is to geolocate bus stops in my city, and by tapping the pushpin on the maps, the user gets the schedule for that specific bus stop.Each map, has a minimum of 15 bus stops, and each one has...