File tree 1 file changed +19
-7
lines changed
1 file changed +19
-7
lines changed Original file line number Diff line number Diff line change @@ -195,6 +195,7 @@ S2ConvexHull | ✅
195
195
S2CrossingEdge | ✅
196
196
S2HausdorffDistance | ❌
197
197
S2ShapeNesting | ❌
198
+ S2ValidationQuery | ❌
198
199
199
200
### Supporting Types
200
201
@@ -203,32 +204,37 @@ C++ Type | Go
203
204
S2BooleanOperation | ❌
204
205
S2BufferOperation | ❌
205
206
S2Builder | ❌
206
- S2BuilderClosedSetNormalizer | ❌
207
- S2BuilderFindPolygonDegeneracies | ❌
208
207
S2BuilderGraph | ❌
209
- S2BuilderLayers | ❌
210
- S2BuilderSnapFunctions | ❌
211
- S2BuilderTesting | ❌
212
- S2Builderutil\* | ❌
208
+ S2BuilderLayer | ❌
209
+ S2BuilderUtil_ \* | ❌
210
+ S2CellIterator | ❌
211
+ S2CellIteratorJoin | ❌
212
+ S2CellRangeIterator | ❌
213
213
S2Coder | ❌
214
+ S2Earth | ❌
214
215
S2EdgeClipping | ✅
215
216
S2EdgeCrosser | ✅
216
217
S2EdgeCrossings | ✅
217
218
S2EdgeDistances | ✅
218
219
S2EdgeTessellator | ✅
220
+ S2Fractal | ❌
219
221
S2LoopMeasures | ❌
220
222
S2Measures | ✅
221
223
S2MemoryTracker | ❌
222
224
S2Metrics | ❌
223
225
S2PointUtil | 🟡
226
+ S2PointCompression | 🟡
224
227
S2PolygonBuilder | ❌
225
228
S2PolylineAlignment | ❌
226
229
S2PolylineMeasures | ✅
227
230
S2PolylineSimplifier | ❌
228
231
S2Predicates | ✅
229
232
S2Projections | ❌
230
- S2rectBounder | ❌
233
+ S2Random | ❌
234
+ S2RectBounder | ❌
235
+ S2RegionSharder | ❌
231
236
S2RegionTermIndexer | ❌
237
+ S2ShapeIndexBufferedRegion | ❌
232
238
S2ShapeIndexMeasures | ❌
233
239
S2ShapeIndexUtil\* | 🟡
234
240
S2ShapeMeasures | ❌
@@ -239,7 +245,13 @@ S2TextFormat | ✅
239
245
S2WedgeRelations | ✅
240
246
S2WindingOperation | ❌
241
247
248
+
242
249
### Encode/Decode
243
250
244
251
Encoding and decoding of S2 types is fully implemented and interoperable with
245
252
C++ and Java.
253
+
254
+
255
+ ## Disclaimer
256
+
257
+ This is not an official Google product.
You can’t perform that action at this time.
0 commit comments