Classes
- Circle
- Geometry
- GeometryCollection
- LinearRing
- LineString
- MultiLineString
- MultiPoint
- MultiPolygon
- Point
- Polygon
- SimpleGeometry
Type Definitions
-
ol.geom.GeometryLayout{string}
-
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'
. -
ol.geom.GeometryType{string}
-
The geometry type. One of
'Point'
,'LineString'
,'LinearRing'
,'Polygon'
,'MultiPoint'
,'MultiLineString'
,'MultiPolygon'
,'GeometryCollection'
,'Circle'
.