Search
Preparing search index...
The search index is not available
Swim Toolkit
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
Swim Toolkit
@swim/geo
GeoTile
Class GeoTile
Hierarchy
GeoShape
GeoTile
Implements
HashCode
Equivalent
Debug
Index
Constructors
constructor
Properties
x
y
z
Accessors
bounds
center
east
lat
Max
lat
Min
lng
Max
lng
Min
north
north
East
north
East
Tile
north
West
north
West
Tile
parent
Tile
south
south
East
south
East
Tile
south
West
south
West
Tile
west
Methods
contains
contains
Box
contains
Point
contains
Segment
contains
Tile
debug
equals
equivalent
To
hash
Code
intersects
intersects
Box
intersects
Point
intersects
Segment
intersects
Tile
project
to
Any
to
String
union
from
Any
from
Init
from
Tuple
is
Any
is
Init
is
Tuple
of
root
unprojectX
unprojectY
Constructors
constructor
new
Geo
Tile
(
x
:
number
, y
:
number
, z
:
number
)
:
GeoTile
Parameters
x:
number
y:
number
z:
number
Returns
GeoTile
Properties
Readonly
x
x
:
number
Readonly
y
y
:
number
Readonly
z
z
:
number
Accessors
bounds
get
bounds
(
)
:
GeoBox
Returns
GeoBox
center
get
center
(
)
:
GeoPoint
Returns
GeoPoint
east
get
east
(
)
:
number
Returns
number
lat
Max
get
latMax
(
)
:
number
Returns
number
lat
Min
get
latMin
(
)
:
number
Returns
number
lng
Max
get
lngMax
(
)
:
number
Returns
number
lng
Min
get
lngMin
(
)
:
number
Returns
number
north
get
north
(
)
:
number
Returns
number
north
East
get
northEast
(
)
:
GeoPoint
Returns
GeoPoint
north
East
Tile
get
northEastTile
(
)
:
GeoTile
Returns
GeoTile
north
West
get
northWest
(
)
:
GeoPoint
Returns
GeoPoint
north
West
Tile
get
northWestTile
(
)
:
GeoTile
Returns
GeoTile
parent
Tile
get
parentTile
(
)
:
GeoTile
Returns
GeoTile
south
get
south
(
)
:
number
Returns
number
south
East
get
southEast
(
)
:
GeoPoint
Returns
GeoPoint
south
East
Tile
get
southEastTile
(
)
:
GeoTile
Returns
GeoTile
south
West
get
southWest
(
)
:
GeoPoint
Returns
GeoPoint
south
West
Tile
get
southWestTile
(
)
:
GeoTile
Returns
GeoTile
west
get
west
(
)
:
number
Returns
number
Methods
contains
contains
(
that
:
AnyGeoShape
)
:
boolean
contains
(
lng
:
number
, lat
:
number
)
:
boolean
Parameters
that:
AnyGeoShape
Returns
boolean
Parameters
lng:
number
lat:
number
Returns
boolean
contains
Box
contains
Box
(
that
:
GeoBox
)
:
boolean
Parameters
that:
GeoBox
Returns
boolean
contains
Point
contains
Point
(
that
:
GeoPoint
)
:
boolean
Parameters
that:
GeoPoint
Returns
boolean
contains
Segment
contains
Segment
(
that
:
GeoSegment
)
:
boolean
Parameters
that:
GeoSegment
Returns
boolean
contains
Tile
contains
Tile
(
that
:
GeoTile
)
:
boolean
Parameters
that:
GeoTile
Returns
boolean
debug
debug
(
output
:
Output
<
unknown
>
)
:
void
Parameters
output:
Output
<
unknown
>
Returns
void
equals
equals
(
that
:
unknown
)
:
boolean
Parameters
that:
unknown
Returns
boolean
equivalent
To
equivalent
To
(
that
:
unknown
, epsilon
?:
number
)
:
boolean
Parameters
that:
unknown
Optional
epsilon:
number
Returns
boolean
hash
Code
hash
Code
(
)
:
number
Returns
number
intersects
intersects
(
that
:
AnyGeoShape
)
:
boolean
Parameters
that:
AnyGeoShape
Returns
boolean
intersects
Box
intersects
Box
(
that
:
GeoBox
)
:
boolean
Parameters
that:
GeoBox
Returns
boolean
intersects
Point
intersects
Point
(
that
:
GeoPoint
)
:
boolean
Parameters
that:
GeoPoint
Returns
boolean
intersects
Segment
intersects
Segment
(
that
:
GeoSegment
)
:
boolean
Parameters
that:
GeoSegment
Returns
boolean
intersects
Tile
intersects
Tile
(
that
:
GeoTile
)
:
boolean
Parameters
that:
GeoTile
Returns
boolean
project
project
(
f
:
GeoProjection
)
:
R2Box
Parameters
f:
GeoProjection
Returns
R2Box
to
Any
to
Any
(
)
:
GeoTileInit
Returns
GeoTileInit
to
String
to
String
(
)
:
string
Returns
string
union
union
(
that
:
AnyGeoShape
)
:
GeoShape
Parameters
that:
AnyGeoShape
Returns
GeoShape
Static
from
Any
from
Any
(
value
:
AnyGeoTile
)
:
GeoTile
Parameters
value:
AnyGeoTile
Returns
GeoTile
Static
from
Init
from
Init
(
value
:
GeoTileInit
)
:
GeoTile
Parameters
value:
GeoTileInit
Returns
GeoTile
Static
from
Tuple
from
Tuple
(
value
:
GeoTileTuple
)
:
GeoTile
Parameters
value:
GeoTileTuple
Returns
GeoTile
Static
is
Any
is
Any
(
value
:
unknown
)
:
value
is
AnyGeoTile
Parameters
value:
unknown
Returns
value
is
AnyGeoTile
Static
is
Init
is
Init
(
value
:
unknown
)
:
value
is
GeoTileInit
Parameters
value:
unknown
Returns
value
is
GeoTileInit
Static
is
Tuple
is
Tuple
(
value
:
unknown
)
:
value
is
GeoTileTuple
Parameters
value:
unknown
Returns
value
is
GeoTileTuple
Static
of
of
(
x
:
number
, y
:
number
, z
:
number
)
:
GeoTile
Parameters
x:
number
y:
number
z:
number
Returns
GeoTile
Static
root
root
(
)
:
GeoTile
Returns
GeoTile
Static
unprojectX
unprojectX
(
x
:
number
)
:
number
Parameters
x:
number
Returns
number
Static
unprojectY
unprojectY
(
y
:
number
)
:
number
Parameters
y:
number
Returns
number
Modules
@swim/system
@swim/core
@swim/util
@swim/codec
@swim/mapping
@swim/collections
@swim/constraint
@swim/structure
@swim/streamlet
@swim/dataflow
@swim/recon
@swim/uri
@swim/math
@swim/geo
@swim/time
@swim/mesh
@swim/toolkit
Geo
Tile
constructor
x
y
z
bounds
center
east
lat
Max
lat
Min
lng
Max
lng
Min
north
north
East
north
East
Tile
north
West
north
West
Tile
parent
Tile
south
south
East
south
East
Tile
south
West
south
West
Tile
west
contains
contains
Box
contains
Point
contains
Segment
contains
Tile
debug
equals
equivalent
To
hash
Code
intersects
intersects
Box
intersects
Point
intersects
Segment
intersects
Tile
project
to
Any
to
String
union
from
Any
from
Init
from
Tuple
is
Any
is
Init
is
Tuple
of
root
unprojectX
unprojectY
Generated using
TypeDoc