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
GeoGroup
Class GeoGroup<S>
Type parameters
S
:
GeoShape
=
GeoShape
Hierarchy
GeoShape
GeoGroup
Implements
Equals
Equivalent
Debug
Index
Constructors
constructor
Properties
bounding
Box
shapes
Accessors
bounds
lat
Max
lat
Min
lng
Max
lng
Min
Methods
contains
debug
equals
equivalent
To
intersects
is
Defined
project
to
String
union
empty
from
Any
is
Any
of
Constructors
constructor
new
Geo
Group<S>
(
shapes
:
readonly
S
[]
)
:
GeoGroup
<
S
>
Type parameters
S
:
GeoShape
<
S
>
=
GeoShape
Parameters
shapes:
readonly
S
[]
Returns
GeoGroup
<
S
>
Properties
Readonly
bounding
Box
bounding
Box
:
null
|
GeoBox
Readonly
shapes
shapes
:
readonly
S
[]
Accessors
bounds
get
bounds
(
)
:
GeoBox
Returns
GeoBox
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
Methods
contains
contains
(
that
:
AnyGeoShape
)
:
boolean
contains
(
x
:
number
, y
:
number
)
:
boolean
Parameters
that:
AnyGeoShape
Returns
boolean
Parameters
x:
number
y:
number
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
intersects
intersects
(
that
:
AnyGeoShape
)
:
boolean
Parameters
that:
AnyGeoShape
Returns
boolean
is
Defined
is
Defined
(
)
:
boolean
Returns
boolean
project
project
(
f
:
GeoProjection
)
:
R2Group
<
R2Shape
>
Parameters
f:
GeoProjection
Returns
R2Group
<
R2Shape
>
to
String
to
String
(
)
:
string
Returns
string
union
union
(
that
:
AnyGeoShape
)
:
GeoShape
Parameters
that:
AnyGeoShape
Returns
GeoShape
Static
empty
empty<S>
(
)
:
GeoGroup
<
S
>
Type parameters
S
:
GeoShape
<
S
>
Returns
GeoGroup
<
S
>
Static
from
Any
from
Any
(
value
:
AnyGeoShape
)
:
GeoShape
Parameters
value:
AnyGeoShape
Returns
GeoShape
Static
is
Any
is
Any
(
value
:
unknown
)
:
value
is
AnyGeoShape
Parameters
value:
unknown
Returns
value
is
AnyGeoShape
Static
of
of<S>
(
...
shapes
:
S
[]
)
:
GeoGroup
<
S
>
Type parameters
S
:
GeoShape
<
S
>
Parameters
Rest
...
shapes:
S
[]
Returns
GeoGroup
<
S
>
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
Group
constructor
bounding
Box
shapes
bounds
lat
Max
lat
Min
lng
Max
lng
Min
contains
debug
equals
equivalent
To
intersects
is
Defined
project
to
String
union
empty
from
Any
is
Any
of
Generated using
TypeDoc