| Package | Description |
|---|---|
| com.revolsys.swing.map.layer.bing |
| Modifier and Type | Method and Description |
|---|---|
ImagerySet |
BingLayer.getImagerySetEnum() |
static ImagerySet |
ImagerySet.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ImagerySet[] |
ImagerySet.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
BingClient.getImageryMetadata(ImagerySet imagerySet) |
String |
BingClient.getImageryMetadataUrl(ImagerySet imagerySet) |
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.setImagerySet(ImagerySet imagerySet) |
Copyright © 2015 Revolution Systems Inc.. All rights reserved.