- Source:
- geom.jsdoc, line 1
Classes
- ol.geom.Circle
- ol.geom.Geometry
- ol.geom.GeometryCollection
- ol.geom.LinearRing
- ol.geom.LineString
- ol.geom.MultiLineString
- ol.geom.MultiPoint
- ol.geom.MultiPolygon
- ol.geom.Point
- ol.geom.Polygon
- ol.geom.SimpleGeometry
TypeDefs
-
GeometryLayout
Stability: experimental -
The coordinate layout for geometries, indicating whether a 3rd or 4th z ('Z') or measure ('M') coordinate is available. Supported values are
'XY','XYZ','XYM','XYZM'.- Source:
- geometry.js, line 37
-
GeometryType
Stability: experimental -
The geometry type. One of
'Point','LineString','LinearRing','Polygon','MultiPoint','MultiLineString','MultiPolygon','GeometryCollection','Circle'.- Source:
- geometry.js, line 17
OpenLayers 3