com.esri.adf.web.ve.data
Interface VEConstants

All Known Implementing Classes:
VEGeocodeFunctionality, VEGeocodeResource, VEImageryFunctionality, VEImageryResource, VEOverviewFunctionality, VEResource, VETileFunctionality, VETocNodeContent, VEUtil

public interface VEConstants

Interface containing the main constants used for Bing™ Maps (formerly known as Virtual Earth).


Field Summary
static String MAP_STYLE_AERIAL
          Aerial map style as defined in Bing Maps.
static String MAP_STYLE_AERIAL_WITH_LABEL
          Aerial with labels map style as defined in Bing Maps.
static String MAP_STYLE_ROAD
          Road map style as defined in Bing Maps.
static int MAX_LEVEL_OF_DETAIL
          Maximum level of detail for the Bing Maps service.
static int MIN_LEVEL_OF_DETAIL
          Minimum level of detail for the Bing Maps service.
static int TILE_HEIGHT
          Tile height for the Bing Maps Imagery service.
static int TILE_WIDTH
          Tile width for the Bing Maps Imagery service.
static int VIRTUAL_EARTH_GEOCODE_WKID
          Spatial reference for the Bing Maps Geocode service.
static int VIRTUAL_EARTH_SPATIAL_REFERENCE_WKID
          Spatial reference for the Bing Maps Imagery service.
static double VIRTUAL_EARTH_XMAX
          Maximum X coordinate in meters for the full extent of Bing Maps service.
static double VIRTUAL_EARTH_XMIN
          Minimum X coordinate in meters for the full extent of Bing Maps service.
static double VIRTUAL_EARTH_YMAX
          Maximum Y coordinate in meters for the full extent of Bing Maps service.
static double VIRTUAL_EARTH_YMIN
          Minimum Y coordinate in meters for the full extent of Bing Maps service.
 

Field Detail

MIN_LEVEL_OF_DETAIL

static final int MIN_LEVEL_OF_DETAIL
Minimum level of detail for the Bing Maps service.

See Also:
Constant Field Values

MAX_LEVEL_OF_DETAIL

static final int MAX_LEVEL_OF_DETAIL
Maximum level of detail for the Bing Maps service.

See Also:
Constant Field Values

TILE_HEIGHT

static final int TILE_HEIGHT
Tile height for the Bing Maps Imagery service.

See Also:
Constant Field Values

TILE_WIDTH

static final int TILE_WIDTH
Tile width for the Bing Maps Imagery service.

See Also:
Constant Field Values

VIRTUAL_EARTH_SPATIAL_REFERENCE_WKID

static final int VIRTUAL_EARTH_SPATIAL_REFERENCE_WKID
Spatial reference for the Bing Maps Imagery service.

See Also:
Constant Field Values

VIRTUAL_EARTH_GEOCODE_WKID

static final int VIRTUAL_EARTH_GEOCODE_WKID
Spatial reference for the Bing Maps Geocode service.

See Also:
Constant Field Values

VIRTUAL_EARTH_XMAX

static final double VIRTUAL_EARTH_XMAX
Maximum X coordinate in meters for the full extent of Bing Maps service.

See Also:
Constant Field Values

VIRTUAL_EARTH_YMAX

static final double VIRTUAL_EARTH_YMAX
Maximum Y coordinate in meters for the full extent of Bing Maps service.

See Also:
Constant Field Values

VIRTUAL_EARTH_XMIN

static final double VIRTUAL_EARTH_XMIN
Minimum X coordinate in meters for the full extent of Bing Maps service.

See Also:
Constant Field Values

VIRTUAL_EARTH_YMIN

static final double VIRTUAL_EARTH_YMIN
Minimum Y coordinate in meters for the full extent of Bing Maps service.

See Also:
Constant Field Values

MAP_STYLE_ROAD

static final String MAP_STYLE_ROAD
Road map style as defined in Bing Maps.

See Also:
Constant Field Values

MAP_STYLE_AERIAL

static final String MAP_STYLE_AERIAL
Aerial map style as defined in Bing Maps.

See Also:
Constant Field Values

MAP_STYLE_AERIAL_WITH_LABEL

static final String MAP_STYLE_AERIAL_WITH_LABEL
Aerial with labels map style as defined in Bing Maps.

See Also:
Constant Field Values