A geometry is is an EE variable object that represents a set of points, lines, or polygons. Geometries can be processed by using operations of the types listed below, which vary according to the nature of that processing. Each operation name is linked to a separate page describing that operation.
- ee.Geometry.Point
- ee.Geometry.MultiPoint
- Onscreen Drawing
- ee.Geometry.LineString
- ee.Geometry.MultiLineString
- ee.Geometry.LinearRing
- ee.Geometry.Rectangle
- ee.Geometry.Polygon
- ee.Geometry.MultiPolygon
- ee.Geometry
- By reprojecting:
- geometry.centroid
- geometry.simplify
- geometry.bounds
- geometry.convexHull
- geometry.buffer
- geometry.union
- geometry.intersection
- geometry.difference
- geometry.symmetricDifference
- As lists:
- As features:
- As feature collections:
- For projections: