Overload | Description |
---|---|
ZoomTo(Camera,Nullable<TimeSpan>) | Zoom the view to a camera position. This method must be called on the MCT. Use QueuedTask.Run. |
ZoomTo(Bookmark,Nullable<TimeSpan>) | Zoom the view to the position defined in a bookmark. This method must be called on the MCT. Use QueuedTask.Run. |
ZoomTo(Geometry,Nullable<TimeSpan>,Boolean) | Zoom the view to the extent defined by a geometry. This method must be called on the MCT. Use QueuedTask.Run. |
ZoomTo(Layer,Boolean,Nullable<TimeSpan>,Boolean) | Zoom the view to the extent of a layer. This method must be called on the MCT. Use QueuedTask.Run. |
ZoomTo(IEnumerable<Layer>,Boolean,Nullable<TimeSpan>,Boolean) | Zoom the view to the extent of one or more layers. This method must be called on the MCT. Use QueuedTask.Run. |
ZoomTo(BasicFeatureLayer,Int64,Nullable<TimeSpan>,Boolean) | Zoom the view to the extent of a feature. This method must be called on the MCT. Use QueuedTask.Run. |
ZoomTo(BasicFeatureLayer,Int64,Nullable<TimeSpan>,Boolean,Nullable<Double>,Nullable<Double>) | Zoom the view to the extent of a feature. |
ZoomTo(BasicFeatureLayer,IEnumerable<Int64>,Nullable<TimeSpan>,Boolean) | Zoom the view to the extent of one or more features. This method must be called on the MCT. Use QueuedTask.Run. |
ZoomTo(IReadOnlyDictionary<BasicFeatureLayer,List<Int64>>,Nullable<TimeSpan>,Boolean) | Zoom the view to the extent of one or more features. This method must be called on the MCT. Use QueuedTask.Run. |