JUMP TOGetting StartedIntroductionDeploymentAuthenticationProtoCollectionsCreate CollectionRemove CollectionGet Collection InfoSwap CollectionsRename CollectionSave Collection To FileLoad Collection From FileOperationsInsertUpdateUpsertRemoveWrite To CollectionSearch IntersectsSearch Dist WithinType DefinitionsLatLngLineStripPolygonMultiPolygonRingLatLngBBoxIndexableGeometryPayloadGeometryIDIndexedGeometryIndexTypeIDTypeBetaIntroductionProtoPoint to DGGS IndexRasterizeRasterize BulkSearch IntersectsSearch Distance WithinPowered by GeometryIDDescription The type GeometryID represents a geometry identifier. Attributes AttributeTypeDescriptionuint64uint64The id as a 64-bit unsigned integer. Proto Definition protomessage GeometryID { oneof id { uint64 uint64 = 1; } reserved 2; reserved "uuid"; }