Skip to content

Commit

Permalink
No public description
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 702675311
  • Loading branch information
Google Earth Engine Authors committed Dec 4, 2024
1 parent 2d82ead commit ecba47a
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions javascript/src/geometry.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,9 @@
*/

goog.provide('ee.Geometry');
goog.provide('ee.Geometry.LineString');
goog.provide('ee.Geometry.LinearRing');
goog.provide('ee.Geometry.MultiLineString');
goog.provide('ee.Geometry.MultiPoint');
goog.provide('ee.Geometry.MultiPolygon');
goog.provide('ee.Geometry.Point');
goog.provide('ee.Geometry.Polygon');
goog.provide('ee.Geometry.Rectangle');

goog.require('ee.ApiFunction');
goog.require('ee.ComputedObject');
Expand Down

0 comments on commit ecba47a

Please sign in to comment.