@JsType(isNative=true, namespace="<global>", name="Object") public class TileMapServiceImageryProviderOptions extends Object
Modifier and Type | Field and Description |
---|---|
Credit |
credit
A credit for the data source, which is displayed on the canvas.
|
Ellipsoid |
ellipsoid
The ellipsoid.
|
String |
fileExtension
The file extension for images on the server.
|
boolean |
flipXY
Older versions of gdal2tiles.py flipped X and Y values in tilemapresource.xml.
|
int |
maximumLevel
The maximum level-of-detail supported by the imagery provider, or undefined if there is no limit.
|
int |
minimumLevel
The minimum level-of-detail supported by the imagery provider.
|
Promise<Resource,Void> |
promise
Path to image tiles on server.
|
Rectangle |
rectangle
The rectangle, in radians, covered by the image.
|
Resource |
resource
Path to image tiles on server.
|
int |
tileHeight
Pixel height of image tiles.
|
int |
tileWidth
Pixel width of image tiles.
|
TilingScheme |
tilingScheme
The tiling scheme specifying how the ellipsoidal surface is broken into tiles.
|
String |
url
Path to image tiles on server.
|
Constructor and Description |
---|
TileMapServiceImageryProviderOptions() |
@JsProperty public String url
@JsProperty(name="url") public Resource resource
@JsProperty(name="url") public Promise<Resource,Void> promise
@JsProperty public String fileExtension
@JsProperty public Credit credit
@JsProperty public int minimumLevel
@JsProperty public int maximumLevel
@JsProperty public Rectangle rectangle
Rectangle.MAX_VALUE()
@JsProperty public TilingScheme tilingScheme
@JsProperty public Ellipsoid ellipsoid
@JsProperty public int tileWidth
@JsProperty public int tileHeight
@JsProperty public boolean flipXY
Copyright © 2019. All rights reserved.