public class TileInfo
extends com.google.gwt.core.client.JavaScriptObject
Modifier and Type | Method and Description |
---|---|
int |
getDpi()
The dpi of the tiling scheme.
|
java.lang.String |
getFormat()
Image format of the cached tiles.
|
int |
getHeight()
Height of each tile in pixels.
|
com.google.gwt.core.client.JsArray<LOD> |
getLods()
An array of levels of detail that define the tiling scheme.
|
Point |
getOrigin()
The tiling scheme origin.
|
SpatialReference |
getSpatialReference()
The spatial reference of the tiling schema.
|
int |
getWidth()
Width of each tile in pixels.
|
public final int getDpi()
public final java.lang.String getFormat()
public final int getHeight()
public final com.google.gwt.core.client.JsArray<LOD> getLods()
public final Point getOrigin()
public final SpatialReference getSpatialReference()
public final int getWidth()