com.esri.arcgis.globecore
Interface esriGlobeGraphicsOrientation

All Superinterfaces:
Serializable

public interface esriGlobeGraphicsOrientation
extends Serializable

The orientation modes for globe graphics layer elements.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Field Summary
static int esriGlobeGraphicsOrientationBillboard
          Billboard orientation (face always the observer).
static int esriGlobeGraphicsOrientationDefault
          Default orientation.
static int esriGlobeGraphicsOrientationLocal
          Local globe orientation (fixed position relative to globe surface).
 

Field Detail

esriGlobeGraphicsOrientationDefault

static final int esriGlobeGraphicsOrientationDefault
Default orientation.

See Also:
Constant Field Values

esriGlobeGraphicsOrientationBillboard

static final int esriGlobeGraphicsOrientationBillboard
Billboard orientation (face always the observer).

See Also:
Constant Field Values

esriGlobeGraphicsOrientationLocal

static final int esriGlobeGraphicsOrientationLocal
Local globe orientation (fixed position relative to globe surface).

See Also:
Constant Field Values