| Package | Description |
|---|---|
| com.revolsys.swing.map.layer.bing |
| Modifier and Type | Method and Description |
|---|---|
MapLayer |
BingLayer.getMapLayerEnum() |
static MapLayer |
MapLayer.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MapLayer[] |
MapLayer.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
BufferedImage |
BingClient.getMapImage(ImagerySet imagerySet,
MapLayer mapLayer,
String quadKey) |
Image |
BingClient.getMapImage(ImagerySet imagerySet,
MapLayer mapLayer,
String format,
double minX,
double minY,
double maxX,
double maxY,
Integer width,
Integer height,
double scale) |
String |
BingClient.getMapUrl(ImagerySet imagerySet,
MapLayer mapLayer,
String quadKey) |
String |
BingClient.getMapUrl(ImagerySet imagerySet,
MapLayer mapLayer,
String format,
double minX,
double minY,
double maxX,
double maxY,
Integer width,
Integer height) |
void |
BingLayer.setMapLayer(MapLayer mapLayer) |
Copyright © 2015 Revolution Systems Inc.. All rights reserved.