RAPIDS
Preparing search index...
@rapidsai/cuspatial
convertLonLatToCartesian
Function convertLonLatToCartesian
convertLonLatToCartesian
<
T
extends
FloatingPoint
>
(
centerX
:
number
,
centerY
:
number
,
lonPoints
:
Series
<
T
>
,
latPoints
:
Series
<
T
>
,
memoryResource
?:
MemoryResource
,
)
:
StructSeries
<
{
x
:
Series
<
T
>
[
"type"
]
;
y
:
Series
<
T
>
[
"type"
]
}
>
Type Parameters
T
extends
FloatingPoint
Parameters
centerX
:
number
centerY
:
number
lonPoints
:
Series
<
T
>
latPoints
:
Series
<
T
>
Optional
memoryResource
:
MemoryResource
Returns
StructSeries
<
{
x
:
Series
<
T
>
[
"type"
]
;
y
:
Series
<
T
>
[
"type"
]
}
>
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
RAPIDS
Loading...