Preparing search index...
The search index is not available
rvgeo
rvgeo
Point
Class Point
Point geometry
Hierarchy
Geometry
Point
Index
Constructors
constructor
Properties
bbox
coordinates
projection
properties
Accessors
Properties
lat
lon
Methods
clone
equals
to
GeoJSON
toXY
updateBBox
from
Feature
from
GeoJSON
from
Geometry
is
Point
Constructors
constructor
new
Point
(
coordinates
,
properties
?
)
:
Point
Parameters
coordinates
:
any
Optional
properties
:
any
Returns
Point
Properties
bbox
bbox
:
MBR
= ...
Readonly
coordinates
coordinates
:
any
Readonly
projection
projection
:
Projection
= SphericalMercator
properties
properties
:
any
Accessors
Properties
set
Properties
(
properties
)
:
void
Parameters
properties
:
any
Returns
void
lat
get
lat
(
)
:
number
Returns
number
lon
get
lon
(
)
:
number
Returns
number
Methods
clone
clone
(
)
:
Geometry
Returns
Geometry
equals
equals
(
geometry
)
:
boolean
Parameters
geometry
:
Geometry
Returns
boolean
to
GeoJSON
to
GeoJSON
(
)
:
GeoJSONFeature
Returns
GeoJSONFeature
toXY
toXY
(
)
:
[
number
,
number
]
Returns
[
number
,
number
]
updateBBox
updateBBox
(
)
:
void
Returns
void
Static
from
Feature
from
Feature
(
feature
)
:
Point
Parameters
feature
:
GeoJSONFeature
Returns
Point
Static
from
GeoJSON
from
GeoJSON
(
feature
)
:
Geometry
|
GeometryCollection
Parameters
feature
:
GeoJSONGeometry
|
GeoJSONFeature
Returns
Geometry
|
GeometryCollection
Static
from
Geometry
from
Geometry
(
geometry
)
:
Point
Parameters
geometry
:
GeoJSONPoint
Returns
Point
Static
is
Point
is
Point
(
geometry
)
:
geometry
is
Point
Parameters
geometry
:
any
Returns
geometry
is
Point
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
constructor
bbox
coordinates
projection
properties
Properties
lat
lon
clone
equals
to
GeoJSON
toXY
updateBBox
from
Feature
from
GeoJSON
from
Geometry
is
Point
rvgeo
colorListType
stretchType
Circle
Delaunator
Dijkstra
Evented
Geometry
GeometryCollection
Grid
LineString
MultiLineString
MultiPoint
MultiPolygon
Point
Polygon
QuadTree
Voronoi
CRS
GeoJSONFeature
GeoJSONFeatureCollection
GeoJSONGeometry
Loading...
Generated using
TypeDoc
Point geometry