java.lang.Object
com.esri.arcgisruntime.arcgisservices.LevelOfDetail
Represents a single level of detail in a tiled map service. Each instance can be
queried for its level, resolution and scale.
- Since:
- 100.0.0
-
Constructor Summary
ConstructorDescriptionLevelOfDetail
(int level, double resolution, double scale) Creates a new level of detail. -
Method Summary
-
Constructor Details
-
LevelOfDetail
public LevelOfDetail(int level, double resolution, double scale) Creates a new level of detail.- Parameters:
level
- level valueresolution
- resolution valuescale
- scale value- Since:
- 100.1.0
-
-
Method Details
-
getLevel
public int getLevel()Gets the level.- Returns:
- the level
- Since:
- 100.0.0
-
getResolution
public double getResolution()Gets the resolution.- Returns:
- the resolution
- Since:
- 100.0.0
-
getScale
public double getScale()Gets the scale.- Returns:
- the scale
- Since:
- 100.0.0
-