how i insert google maps coordinates to a point?

3143
6
Jump to solution
08-27-2014 02:48 PM
GeorgeNikoloudakis
New Contributor

i cant find any way to put a single point to a specific coordinates that i found from google map

0 Kudos
1 Solution

Accepted Solutions
DanPatterson_Retired
MVP Emeritus

The best starting place for a new user is the Geonet help

Tags are fairly self-evident, but you can follow in and post to a variety of Places within Geonet. For interested if you are interested in Java, there are sections within the Developer section depending upon what you are doing.

View solution in original post

6 Replies
DarrenWiens2
MVP Honored Contributor

Here is how to create a new point at exact coordinates: ArcGIS Help (10.2, 10.2.1, and 10.2.2)

Here is how to move an existing point to exact coordinates: ArcGIS Help (10.2, 10.2.1, and 10.2.2)

DanPatterson_Retired
MVP Emeritus

Have you saved the Google kml file? and used the kml conversion tools?

GeorgeNikoloudakis
New Contributor

i wasnt clear.

i am talking about java sdk!

My coordinates is

log                             lat  

23.6373337.94721
23.6376237.94672
23.6370437.94333

i am trying to draw a polyline  with function

Polyline lineGeometry = new Polyline();

    lineGeometry.startPath(x,y);

    lineGeometry.lineTo(x,y);

    lineGeometry.lineTo(x,y);

i dont now how to convert the coordinates from table to x,y values to represent the correct points on map?

0 Kudos
DanPatterson_Retired
MVP Emeritus

Yup...a different kettle of fish.  You would be advised at this stage to provide some useful tags to your post and move it to the appropriate Place

0 Kudos
GeorgeNikoloudakis
New Contributor

i would appreciate if i have a little help.

which is the approrpiate place to put this question?

Thnks in advanced.

0 Kudos
DanPatterson_Retired
MVP Emeritus

The best starting place for a new user is the Geonet help

Tags are fairly self-evident, but you can follow in and post to a variety of Places within Geonet. For interested if you are interested in Java, there are sections within the Developer section depending upon what you are doing.