API (v2.0.0) - Giro3D
Preparing search index...
utils/OpenLayersUtils
openLayersUtils
Variable openLayersUtils
openLayersUtils
:
{
fromOLColor
:
(
input
:
Color
|
ColorLike
,
)
=>
{
color
:
Color
;
opacity
:
number
}
;
fromOLExtent
:
(
extent
:
Extent
,
coordinateSystem
:
CoordinateSystem
,
)
=>
Extent
;
getFeatureExtent
:
(
feature
:
Feature
,
crs
:
CoordinateSystem
,
)
=>
Extent
|
undefined
;
toOLExtent
:
(
extent
:
Extent
,
margin
?:
number
)
=>
Extent
;
}
Type Declaration
fromOLColor
:
(
input
:
Color
|
ColorLike
)
=>
{
color
:
Color
;
opacity
:
number
}
fromOLExtent
:
(
extent
:
Extent
,
coordinateSystem
:
CoordinateSystem
)
=>
Extent
getFeatureExtent
:
(
feature
:
Feature
,
crs
:
CoordinateSystem
)
=>
Extent
|
undefined
toOLExtent
:
(
extent
:
Extent
,
margin
?:
number
)
=>
Extent
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
API (v2.0.0) - Giro3D
Loading...