Skip to content

Commit 1d54309

Browse files
committed
Update README with more of the parts not yet added from C++.
1 parent 1773558 commit 1d54309

File tree

1 file changed

+19
-7
lines changed

1 file changed

+19
-7
lines changed

README.md

+19-7
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,7 @@ S2ConvexHull | ✅
195195
S2CrossingEdge | ✅
196196
S2HausdorffDistance | ❌
197197
S2ShapeNesting | ❌
198+
S2ValidationQuery | ❌
198199

199200
### Supporting Types
200201

@@ -203,32 +204,37 @@ C++ Type | Go
203204
S2BooleanOperation | ❌
204205
S2BufferOperation | ❌
205206
S2Builder | ❌
206-
S2BuilderClosedSetNormalizer | ❌
207-
S2BuilderFindPolygonDegeneracies | ❌
208207
S2BuilderGraph | ❌
209-
S2BuilderLayers | ❌
210-
S2BuilderSnapFunctions | ❌
211-
S2BuilderTesting | ❌
212-
S2Builderutil\* | ❌
208+
S2BuilderLayer | ❌
209+
S2BuilderUtil_\* | ❌
210+
S2CellIterator | ❌
211+
S2CellIteratorJoin | ❌
212+
S2CellRangeIterator | ❌
213213
S2Coder | ❌
214+
S2Earth | ❌
214215
S2EdgeClipping | ✅
215216
S2EdgeCrosser | ✅
216217
S2EdgeCrossings | ✅
217218
S2EdgeDistances | ✅
218219
S2EdgeTessellator | ✅
220+
S2Fractal | ❌
219221
S2LoopMeasures | ❌
220222
S2Measures | ✅
221223
S2MemoryTracker | ❌
222224
S2Metrics | ❌
223225
S2PointUtil | 🟡
226+
S2PointCompression | 🟡
224227
S2PolygonBuilder | ❌
225228
S2PolylineAlignment | ❌
226229
S2PolylineMeasures | ✅
227230
S2PolylineSimplifier | ❌
228231
S2Predicates | ✅
229232
S2Projections | ❌
230-
S2rectBounder | ❌
233+
S2Random | ❌
234+
S2RectBounder | ❌
235+
S2RegionSharder | ❌
231236
S2RegionTermIndexer | ❌
237+
S2ShapeIndexBufferedRegion | ❌
232238
S2ShapeIndexMeasures | ❌
233239
S2ShapeIndexUtil\* | 🟡
234240
S2ShapeMeasures | ❌
@@ -239,7 +245,13 @@ S2TextFormat | ✅
239245
S2WedgeRelations | ✅
240246
S2WindingOperation | ❌
241247

248+
242249
### Encode/Decode
243250

244251
Encoding and decoding of S2 types is fully implemented and interoperable with
245252
C++ and Java.
253+
254+
255+
## Disclaimer
256+
257+
This is not an official Google product.

0 commit comments

Comments
 (0)