WayOptions Class
Contents
[
Hide
]Summary: Options to find a way on the map
Module: aspose.gis.geotools.wayanalyzer
Full Name: aspose.gis.geotools.wayanalyzer.WayOptions
Aspose.PSD Version: 25.9.0
Constructors
| Name | Description |
|---|---|
| WayOptions(scale) | Create an instance using default options. |
Properties
| Name | Type | Access | Description |
|---|---|---|---|
| goal_point | Point | r/w | Goal point of the way |
| is_move_only_road | bool | r/w | Find the way only by road |
| is_scale_fixed | bool | r | Is scale constant |
| radius | double | r/w | Radius for search |
| scale | int | r/w | Scale of the map |
| start_point | Point | r/w | Start point of the way |
Methods
| Name | Description |
|---|---|
| clone() | Clone object to one another. |
Constructor: WayOptions(scale)
WayOptions(scale)
Create an instance using default options.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| scale | int | the scale constant |
Method: clone()
clone()
Clone object to one another.
Returns
| Type | Description |
|---|---|
| WayOptions | Clone object to one another WayOptions. |