package interop
Ordering
- Alphabetic
Visibility
- Public
- All
Value Members
-
object
SpaceFillingCurves
Java interop-friendly facade over the Z2SFC and XZ2SFC space-filling curves.
Java interop-friendly facade over the Z2SFC and XZ2SFC space-filling curves.
Inputs are clamped to the WGS84 domain, matching the curves' lenient handling of out-of-bounds coordinates.
Hex outputs delegate to
Z2SFC.hexEncode/XZ2SFC.hexEncode, and left-align the significant bits so lexicographic (truncate-prefix) comparison over the encoded strings matches numeric comparison of the underlying index values.