Customer Service | Training | Contact Us
You are here: Home > User Forums > arcgis desktop discussion forums > Thread Replies

ArcGIS Desktop Discussion Forums

ArcGIS Desktop - Extension - Network Analyst forum

Having problem "Locating" a Point with NALo...   Scott Hawker Nov 03, 2009
Re: Having problem "Locating" a Point with...   Scott Hawker Nov 06, 2009
Report Inappropriate Content • Top • Print • Reply    
Subject Having problem "Locating" a Point with NALocator 
Author Scott Hawker 
Date Nov 03, 2009 
Message I am having trouble using INALocator.QueryLocationByPoint() to correctly place an input IPoint object. I have attached a PDF document with code and debugger screen snapshots (I hope that is an acceptable way to document my question -- let me know if not).

Any suggestions would be appreciated!

Scott Hawker
Rochester Institute of Technology 
  Locator problem.pdf (opens in new window)
 
Report Inappropriate Content • Top • Print • Reply    
Subject Re: Having problem "Locating" a Point with NALocator 
Author Scott Hawker 
Date Nov 06, 2009 
Message Doh!

Everything is locating correctly. My mistake was that I was entering point coordinate values as Lat/Long coordinates, but my network data set is using a projected coordinate system. I needed to convert Lat/Long degrees to meters in the dataset's coordinate system.

My apologies for being a GIS dolt!

Scott