Class: Point

ol/geom/Point~Point


import Point from 'ol/geom/Point';

Point geometry.

new Point(coordinates, opt_layout)

geom/Point.js, line 16
Name Type Description
coordinates module:ol/coordinate~Coordinate

Coordinates.

layout module:ol/geom/GeometryLayout

Layout.

Methods

clone(){module:ol/geom/Point~Point}

geom/Point.js, line 33

Make a complete copy of the geometry.

Returns:
Clone.

getCoordinates(){module:ol/coordinate~Coordinate}

geom/Point.js, line 62

Return the coordinate of the point.

Returns:
Coordinates.

getType()

geom/Point.js, line 77

intersectsExtent()

geom/Point.js, line 85

setCoordinates()

geom/Point.js, line 93