Class LevelOfDetail
- java.lang.Object
-
- com.esri.arcgisruntime.arcgisservices.LevelOfDetail
-
public final class LevelOfDetail extends 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 intgetLevel()Gets the level.doublegetResolution()Gets the resolution.doublegetScale()Gets the scale.
-