Class LocationToScreenResult
- java.lang.Object
- 
- com.esri.arcgisruntime.mapping.view.LocationToScreenResult
 
- 
 public final class LocationToScreenResult extends Object Class combining a 2D screen point and visibility of a location.- Since:
- 100.0.0
 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classLocationToScreenResult.SceneLocationVisibilityModes of visibility that can occur in aLocationToScreenResult.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description Point2DgetScreenPoint()Gets the screen coordinates.LocationToScreenResult.SceneLocationVisibilitygetVisibility()Gets the visibility of the 2D screen point.
 
- 
- 
- 
Method Detail- 
getScreenPointpublic Point2D getScreenPoint() Gets the screen coordinates.- Returns:
- the screen point
- Since:
- 100.0.0
 
 - 
getVisibilitypublic LocationToScreenResult.SceneLocationVisibility getVisibility() Gets the visibility of the 2D screen point.- Returns:
- the visibility of the result
- Since:
- 100.0.0
 
 
- 
 
-