linrrzqqq commented on code in PR #49665: URL: https://github.com/apache/doris/pull/49665#discussion_r2032925766
########## be/src/geo/geo_types.h: ########## @@ -185,6 +183,36 @@ class GeoPolygon : public GeoShape { std::unique_ptr<S2Polygon> _polygon; }; +class GeoMultiPolygon : public GeoShape { + ENABLE_FACTORY_CREATOR(GeoMultiPolygon); + +public: + GeoMultiPolygon(); + ~GeoMultiPolygon() override; + + GeoParseStatus check_selfIntersection(); Review Comment: fixed -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org