d3-thematika - v0.0.1
GitHub
Examples
Preparing search index...
index
AbnormalCoordinate
Interface AbnormalCoordinate
座標変換テストの異常値情報
interface
AbnormalCoordinate
{
featureName
?:
string
;
originalCoord
:
[
number
,
number
]
;
outOfBounds
:
{
x
:
string
;
y
:
string
}
;
projectedCoord
:
[
number
,
number
]
;
}
Index
Properties
feature
Name?
original
Coord
out
Of
Bounds
projected
Coord
Properties
Optional
feature
Name
featureName
?:
string
地物名
original
Coord
originalCoord
:
[
number
,
number
]
元の地理座標 [経度, 緯度]
out
Of
Bounds
outOfBounds
:
{
x
:
string
;
y
:
string
}
範囲外の詳細情報
projected
Coord
projectedCoord
:
[
number
,
number
]
変換後のピクセル座標 [x, y]
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
feature
Name
original
Coord
out
Of
Bounds
projected
Coord
NPM Package
Issues
GitHub
Examples
d3-thematika - v0.0.1
Loading...
座標変換テストの異常値情報