ol. ol.geom

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

Members

<static> GeometryLayout :string

Stability: not documented
Properties:
Name Type Default Description
XY string XY
XYZ string XYZ
XYM string XYM
XYZM string XYZM
Source:
  • geometry.js, line 28

<static> GeometryType :string

Stability: not documented
Properties:
Name Type Default Description
POINT string Point
LINE_STRING string LineString
LINEAR_RING string LinearRing
POLYGON string Polygon
MULTI_POINT string MultiPoint
MULTI_LINE_STRING string MultiLineString
MULTI_POLYGON string MultiPolygon
GEOMETRY_COLLECTION string GeometryCollection
CIRCLE string Circle
Source:
  • geometry.js, line 12

TypeDefs

RawPoint

Stability: not documented
Source:
  • geometry.js, line 161