API / geotoolkit / welllog / multiwell / LatLonDistanceStrategy / LatLonDistanceStrategy
multiwell.LatLonDistanceStrategy.LatLonDistanceStrategy
Type Aliases
Type Aliases
Ƭ Options: Object
| Name | Type | Description |
|---|---|---|
data? | WellPosition[] | Well coordinates |
format? | Format | Distance value format |
unit? | string | AbstractUnit | Desired distance unit |
Ƭ WellPosition: Object
| Name | Type | Description |
|---|---|---|
lat | number | Well latitude |
lon | number | Well longitude |
well | ITrack | Well object |