ArcMap & Google Earth Integration
Uploader Comments (omanigiser)
All Comments (29)
-
this is wonderful! if you are using ArcGIS 10, add the extension "Google Earth Type Library"
if you are using WGS84 degrees as unit, in the VBA source code, you should first replace
"dMetersPerUnit = 1"
with the following code:
dMetersPerUnit = Cos(((pMapsActiveView.Extent.Y
Max - pMapsActiveView.Extent.YMin) / 2 + pMapsActiveView.Extent.YMin) * 3.14159265358979 / 180) * 111325 this code converts the length of 1 degree in meters depending on the latitude location
-
hi, plz can i get the code.
thnx
-
hi! this is great. I was wondering whether you can do the other way around. let's say zooming somewhere on google earth and arc map does the zoom automatically? i guess it's not possible?
-
help plz any body ; i cant find "Earth 1.0 type library" in tools & References of VBA interphase...
can anybody help ?
-
Great job!!!
-
This is tits!
-
SWEET! I implemented this at ArcMap 9.3 and it works well with underlying data in WGS84 and Data Frame projection set to Web Mercator Aux sphere (Predefined / Projected / World / Wgs84 Web Mercator (Auxiliary Sphere).
Many thanks!
-
hi plz i wanna import a map from google earth longueur 7km then digitaliz'n in arcmap how i can have all the details in my carte ... some poeple said that I must divise it then I have to import every part and georeference T.... ?
-
hi plz i wanna import a map from google earth longueur 7km then digitaliz'n in arcmap how i can have all the details in my carte ... some poeple said that I must divise it then I have to import every part and georeference T.... ?
For those who are getting this issue" compile error user-defined type not defined " "Dim GE As IApplicationGE"
Right click on your tool and click on view source - in VBA interface go to Tools and click on References and check Earth 1.0 type library, this should solve the issue (save your work).
omanigiser 3 years ago 2
very good video!!!! i tryed to do it but i have this error " compile error user-defined type not defined " and it hilights this part of the code "Dim GE As IApplicationGE" can u tell me whats the problem???
tzaf23 3 years ago
make sure Google Earth is installed in your PC
omanigiser 3 years ago
more useful than ESRI tech support!
cathhansen 3 years ago
Thanks,
Some people find it easy to watch a video and learn from it rather than listen to someone.
omanigiser 3 years ago