Module com.esri.arcgisruntime
Class LocationToScreenResult
java.lang.Object
com.esri.arcgisruntime.mapping.view.LocationToScreenResult
Class combining a 2D screen point and visibility of a location.
- Since:
- 100.0.0
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
Modes of visibility that can occur in aLocationToScreenResult
. -
Method Summary
Modifier and TypeMethodDescriptionGets the screen coordinates.Gets the visibility of the 2D screen point.
-
Method Details
-
getScreenPoint
Gets the screen coordinates.- Returns:
- the screen point
- Since:
- 100.0.0
-
getVisibility
Gets the visibility of the 2D screen point.- Returns:
- the visibility of the result
- Since:
- 100.0.0
-