The tag has no wiki summary.

learn more… | top users | synonyms

10
votes
4answers
559 views

How can I generate a high resolution rendering of the globe?

I am building an ANSI E poster size map collection and would like to add a nice rendering of the globe to the maps indicating the approximate position of the region on the globe. The problem is that ...
7
votes
0answers
219 views

Is it possible to add photo-realistic clouds in ArcGlobe animations?

This question asked about the best software to produce professional fly-through animations, and included a link to a nice video of the Grand Canyon. That video includes photo-realistic clouds in the ...
6
votes
2answers
392 views

Why is my animation exported from ArcGlobe not playing?

The exporting process has finished and an avi file was created. When I try playing it, it raises an error in WMP as well as VLC. VLC gives me some information: "audio or video format not supported ...
4
votes
1answer
100 views

IGlobeGraphicsLayer not updating in separate thread (Threading Issue?)

I'm currently using ArcGlobe to create a Polygon on a globe. Using examples I've found through arcgis.com I can now allow the user to click on the globe and create a polygon on the map. This works ...
4
votes
2answers
350 views

Load DTED data files into ArcGlobe

When I add DTED data files (*.dt1 and *.dt2) to my ArcGlobe application, they are displayed as solid gray boxes. Do I need to do something special to the files and/or the ArcGlobe control to see ...
3
votes
0answers
57 views

ArcGlobe not sitting on Globe Surface

I have gone through the process of bringing a SketchUp model into ArcScene utilizing Edit Placement on the 3D Editor window. The model appears to have come in great. However, it is floating slightly ...
2
votes
2answers
338 views

Elevation Data not showing on Globe

Using ArcGLobe I'm attempting to display elevation data. I'm using Digital Terrain Elevation Data (DTED) data and trying to load it in the following fashion. IRasterLayer rasterLayer = new ...
2
votes
0answers
188 views

Draping floating layers on elevation surface in ArcGlobe not working

I've been trying to drape floating layers in a globe document onto a new elevation surface programmatically, but haven't had much luck. The big picture is as follows: 1) Assign globe document to my ...
1
vote
1answer
114 views

What's the ArcGlobe equivalent of BaseDynamicLayer

I'm attempting to have a dynamic layer in ArcGlobe but obviously BaseDynamicLayer is only for ArcMap. I'm looking for something that has similar functionality where I can Display data dynamically and ...
1
vote
0answers
64 views

Clear or Disable Cache in ArcObjects Globe Control

Is it possible to clear or disable the cache for individual layers on the AxGlobeControl? If so, how? I would like to be able to do this programatically through ArcObjects.
1
vote
0answers
79 views

Globe draped layer updating - ArcObjects vs Desktop

I have a globe document that includes several layers that are draped on the globe's surface, but no elevation layers. If I open the document in ArcGlobe (desktop) and add an elevation layer, the ...
1
vote
0answers
142 views

How to use wglUseFontBitmaps in ArcGlobe?

Does anyone have any experience using, wglUseFontBitmaps in ArcGlobe. It seems no matter what I do, the text doesn't show up on the globe. Here's my code. This is the same way that I've plotted ...
1
vote
0answers
242 views

multipatch features are not visible in 3D ArcGlobe

I have created some 3D features in ROCKWORKS software, which represents lithology data. Then I converted it to 3D shapefile, and then I added it to ArcGlobe as well as ArcScene. It is clearly visible ...
0
votes
0answers
22 views

ArcGlobe Disable texture downscaling programmatically (with ArcPy)

I am trying to automate the disabling texture downscaling for all of the multipatch features in an existing ArcGlobe project (.3dd). The manual way to turn off this feature for every feature without ...
0
votes
0answers
57 views

ArcGIS 10.1 Access Violation when adding GlobeGraphicsLayer

Transitioning from 10.0 to 10.1 and creating MOLE symbology in ArcGlobe - the application crashes at the following line of code Globe.AddLayerType(graphicsLayer.GlobeGraphicsLayer as ILayer , ...
0
votes
1answer
65 views

Can I share ArcGlobe bookmarks with ArcScene and vice versa?

I am working on a flyover animation and would like to be able to seamlessly go between ArcGlobe and ArcScene and the other way around. I tried saving and using the bookmarks in but this does not seem ...
0
votes
0answers
259 views

Adding a polygon in ArcGlobe via GraphicsContainer.AddElement

I'm trying to add some data to an ArcGlobe; however, it's not showing up and I'm wondering what the issue is. I am doing the following IGeometry geometry; Ipolygon polygon = myPolygon; ...