Packages

package interop

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Value Members

  1. 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.

Ungrouped