Preparing search index...
The search index is not available
RadarToRain Model Documentation
RadarToRain Model Documentation
RadarCartesianMeasureValue
Class RadarCartesianMeasureValue
Hierarchy (
view full
)
CartesianMeasureValue
RadarCartesianMeasureValue
Index
Constructors
constructor
Properties
angle
axis
Methods
From
get
Cartesian
Values
Stringified
get
Cartesian
Values
set
Cartesian
Values
set
Cartesian
Values
As
String
get
Cartesian
Value
get
Cartesian
Value
Rounded
set
Cartesian
Value
get
Limit
Points
set
Limit
Points
toJSON
toJSONWith
Cartesian
Values
Stringified
Constructors
constructor
new
Radar
Cartesian
Measure
Value
(
json
)
:
RadarCartesianMeasureValue
Parameters
json
:
{
cartesianValues
:
string
|
CartesianValue
[]
;
angle
:
number
;
axis
:
number
;
limitPoints
:
[
LatLng
,
LatLng
]
;
}
cartesian
Values
:
string
|
CartesianValue
[]
angle
:
number
axis
:
number
limit
Points
:
[
LatLng
,
LatLng
]
Returns
RadarCartesianMeasureValue
Properties
angle
angle
:
number
axis
axis
:
number
Methods
Static
From
From
(
obj
)
:
CartesianMeasureValue
Parameters
obj
:
any
Returns
CartesianMeasureValue
get
Cartesian
Values
Stringified
get
Cartesian
Values
Stringified
(
)
:
string
Returns
string
get
Cartesian
Values
get
Cartesian
Values
(
)
:
CartesianValue
[]
Returns
CartesianValue
[]
set
Cartesian
Values
set
Cartesian
Values
(
cartesianValues
)
:
void
Parameters
cartesianValues
:
CartesianValue
[]
Returns
void
set
Cartesian
Values
As
String
set
Cartesian
Values
As
String
(
s
)
:
void
Parameters
s
:
string
Returns
void
get
Cartesian
Value
get
Cartesian
Value
(
json
)
:
CartesianValue
Parameters
json
:
{
lat
:
number
;
lng
:
number
;
}
lat
:
number
lng
:
number
Returns
CartesianValue
get
Cartesian
Value
Rounded
get
Cartesian
Value
Rounded
(
json
)
:
CartesianValue
Parameters
json
:
{
lat
:
number
;
lng
:
number
;
scale
:
LatLng
;
}
lat
:
number
lng
:
number
scale
:
LatLng
Returns
CartesianValue
set
Cartesian
Value
set
Cartesian
Value
(
json
)
:
void
Parameters
json
:
{
lat
:
number
;
lng
:
number
;
value
:
number
;
}
lat
:
number
lng
:
number
value
:
number
Returns
void
get
Limit
Points
get
Limit
Points
(
options
?
)
:
[
LatLng
,
LatLng
]
Parameters
options
:
{
forceCompute
:
boolean
;
}
= ...
force
Compute
:
boolean
Returns
[
LatLng
,
LatLng
]
set
Limit
Points
set
Limit
Points
(
point1
,
point2
)
:
void
Parameters
point1
:
LatLng
point2
:
LatLng
Returns
void
toJSON
toJSON
(
options
?
)
:
{
cartesianValues
:
string
|
CartesianValue
[]
;
limitPoints
:
[
LatLng
,
LatLng
]
;
angle
:
number
;
axis
:
number
;
}
Parameters
options
:
{
stringify
:
boolean
;
}
= ...
stringify
:
boolean
Returns
{
cartesianValues
:
string
|
CartesianValue
[]
;
limitPoints
:
[
LatLng
,
LatLng
]
;
angle
:
number
;
axis
:
number
;
}
cartesian
Values
:
string
|
CartesianValue
[]
limit
Points
:
[
LatLng
,
LatLng
]
angle
:
number
axis
:
number
toJSONWith
Cartesian
Values
Stringified
toJSONWith
Cartesian
Values
Stringified
(
)
:
{
cartesianValues
:
string
|
CartesianValue
[]
;
limitPoints
:
[
LatLng
,
LatLng
]
;
angle
:
number
;
axis
:
number
;
}
Returns
{
cartesianValues
:
string
|
CartesianValue
[]
;
limitPoints
:
[
LatLng
,
LatLng
]
;
angle
:
number
;
axis
:
number
;
}
cartesian
Values
:
string
|
CartesianValue
[]
limit
Points
:
[
LatLng
,
LatLng
]
angle
:
number
axis
:
number
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
constructor
angle
axis
From
get
Cartesian
Values
Stringified
get
Cartesian
Values
set
Cartesian
Values
set
Cartesian
Values
As
String
get
Cartesian
Value
get
Cartesian
Value
Rounded
set
Cartesian
Value
get
Limit
Points
set
Limit
Points
toJSON
toJSONWith
Cartesian
Values
Stringified
RadarToRain Model Documentation
Loading...