Class LevelOfDetail
- java.lang.Object
-
- com.esri.arcgisruntime.arcgisservices.LevelOfDetail
-
public final class LevelOfDetail extends java.lang.Object
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
Constructors Constructor Description LevelOfDetail(int level, double resolution, double scale)
Creates a new level of detail.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getLevel()
Gets the level.double
getResolution()
Gets the resolution.double
getScale()
Gets the scale.
-