Package | Description |
---|---|
edu.ucdavis.cstars.client | |
edu.ucdavis.cstars.client.event | |
edu.ucdavis.cstars.client.layers |
Modifier and Type | Method and Description |
---|---|
void |
MapWidget.Options.setLods(LOD[] lods)
If provided, the map is initialized with the specified levels of detail.
|
Modifier and Type | Method and Description |
---|---|
void |
MapExtentChangeHandler.onMapExtentChange(Extent extent,
Point delta,
boolean levelChange,
LOD lod) |
Modifier and Type | Method and Description |
---|---|
static LOD |
LOD.create(int level,
double resolution,
double scale) |
Modifier and Type | Method and Description |
---|---|
com.google.gwt.core.client.JsArray<LOD> |
TileInfo.getLods()
An array of levels of detail that define the tiling scheme.
|