Package | Description |
---|---|
agi.foundation.graphics |
Provides commonly used and instantiated graphics types related to 3D scene management, terrain and imagery, and more.
|
agi.foundation.graphics.advanced |
Provides less commonly instantiated graphics types for the camera, mouse options, primitive options, and others.
|
Modifier and Type | Class and Description |
---|---|
class |
BingMapsForEnterpriseImageGlobeOverlay
A
CustomImageGlobeOverlay that uses data from a Bing Maps For Enterprise server. |
class |
OpenStreetMapImageGlobeOverlay
A
CustomImageGlobeOverlay that uses data from an OpenStreetMap server. |
Modifier and Type | Method and Description |
---|---|
GlobeImageOverlay |
ImageCollection.add(String uri)
|
GlobeImageOverlay |
ImageCollection.add(URI uri)
Creates a
GlobeOverlay from the uri and adds it to the collection. |
GlobeImageOverlay |
ImageCollection.addAsync(String uri)
Creates a
GlobeImageOverlay from the uri , which represents a URI , and adds it to the collection asynchronously. |
GlobeImageOverlay |
ImageCollection.addAsync(URI uri)
Creates a
GlobeImageOverlay from the uri and adds it to the collection asynchronously. |
GlobeImageOverlay |
ImageCollection.get(int index)
Gets the
GlobeImageOverlay at the specified index. |
GlobeImageOverlay |
CentralBodyGraphics.getBaseOverlay()
|
GlobeImageOverlay |
GlobeImageOverlayAddCompleteEventArgs.getImageryOverlay()
Gets the
GlobeImageOverlay that was added asynchronously. |
GlobeImageOverlay |
CentralBodyGraphics.getNightOverlay()
|
GlobeImageOverlay |
CentralBodyGraphics.getSpecularOverlay()
|
Modifier and Type | Method and Description |
---|---|
Iterator<GlobeImageOverlay> |
ImageCollection.iterator()
Constructs an iterator that can be used to iterate the collection.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ImageCollection.add(GlobeImageOverlay imageryOverlay)
Adds
imageryOverlay to the collection. |
void |
ImageCollection.addAsync(GlobeImageOverlay imageryOverlay)
Adds
imageryOverlay to the collection asynchronously. |
void |
ImageCollection.bringToFront(GlobeImageOverlay imageryOverlay)
Brings the
GlobeImageOverlay to the front of the collection so it is rendered first or on the bottom. |
void |
ImageCollection.copyTo(GlobeImageOverlay[] toArray,
int startingIndex) |
int |
ImageCollection.indexOf(GlobeImageOverlay imageryOverlay)
Gets the index of the specified
GlobeImageOverlay . |
void |
ImageCollection.move(GlobeImageOverlay imageryOverlay,
int newPosition)
Moves the
GlobeImageOverlay to the specified position. |
void |
ImageCollection.sendToBack(GlobeImageOverlay imageryOverlay)
Sends the
GlobeImageOverlay to the back of the collection so it is rendered last or on the top. |
void |
CentralBodyGraphics.setBaseOverlay(GlobeImageOverlay value)
|
void |
CentralBodyGraphics.setNightOverlay(GlobeImageOverlay value)
|
void |
CentralBodyGraphics.setSpecularOverlay(GlobeImageOverlay value)
|
void |
ImageCollection.swap(GlobeImageOverlay imageryOverlay1,
GlobeImageOverlay imageryOverlay2)
Swaps the position of two
GlobeImageOverlay objects. |
Modifier and Type | Method and Description |
---|---|
boolean |
ImageCollection.addAll(Collection<? extends GlobeImageOverlay> c) |
void |
ImageCollection.addRange(Iterable<GlobeImageOverlay> overlays)
Adds the elements of the specified collection to the end of the
ImageCollection . |
void |
ImageCollection.addRangeAsync(Iterable<GlobeImageOverlay> overlays)
Adds the elements of the specified collection to the end of the
ImageCollection asynchronously. |
Modifier and Type | Class and Description |
---|---|
class |
AGIProcessedImageGlobeOverlay
A
GlobeImageOverlay for handling AGI Processed Image (PDTTX) files. |
class |
AGIRoamImageGlobeOverlay
A
GlobeImageOverlay for handling ROAM (TXM/TXB) files. |
class |
CustomImageGlobeOverlay
A
GlobeImageOverlay that allows for a user defined image to be specified. |
class |
GeospatialImageGlobeOverlay
A
GlobeImageOverlay for handling JPEG 2000
(.jp2), ECW (.ecw), ECWP, and MrSid (.sid) image formats in the WGS84 geographic projection. |