public final class TileMapServiceImageryProvider
extends com.google.gwt.core.client.JavaScriptObject
Modifier and Type | Class and Description |
---|---|
static class |
TileMapServiceImageryProvider.Options |
Modifier and Type | Field and Description |
---|---|
static String |
CESIUM_BLACK_MARBLE_URL |
static String |
CESIUM_NATURAL_EARTH_URL |
Modifier | Constructor and Description |
---|---|
protected |
TileMapServiceImageryProvider() |
Modifier and Type | Method and Description |
---|---|
static TileMapServiceImageryProvider |
create(TileMapServiceImageryProvider.Options tmso) |
double |
getMaximumLevel() |
double |
getMinimumLevel() |
Rectangle |
getRectangle() |
double |
getTileHeight() |
double |
getTileWidth() |
String |
getUrl() |
public static final String CESIUM_NATURAL_EARTH_URL
public static final String CESIUM_BLACK_MARBLE_URL
public static TileMapServiceImageryProvider create(TileMapServiceImageryProvider.Options tmso)
public Rectangle getRectangle()
public double getMaximumLevel()
public double getMinimumLevel()
public double getTileWidth()
public double getTileHeight()
public String getUrl()
Copyright © 2014. All rights reserved.