Skip to content

Commit

Permalink
start #4 issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ppKrauss committed Oct 14, 2019
1 parent 644da9d commit 1913e6f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,20 +20,20 @@ Other important issue for SFC-4q is the generalization for "half levels" describ

![](docs/assets/umlClass02-Sfc4q.png)

* **GSfc4q**: the "Generalized Sfc4q" class.
* [**GSfc4q**](https://ppkrauss.github.io/Sfc4q/docs/jsDocs/GSfc4q.html): the "Generalized Sfc4q" class.

* **GSfc4qLbl**: a generaliation of GSfc4q, to translate *key*, *bkey* and cell identifiers (cell IDs) into human-readable labels (lbl). To preserve hierarchy, this translation uses the concept of [Sized Natural number](http://osm.codes/_foundations/art1.pdf), implemented in Javascript by the class SizedBigInt.
* [**GSfc4qLbl**](https://ppkrauss.github.io/Sfc4q/docs/jsDocs/GSfc4qLbl.html): a generaliation of GSfc4q, to translate *key*, *bkey* and cell identifiers (cell IDs) into human-readable labels (lbl). To preserve hierarchy, this translation uses the concept of [Sized Natural number](http://osm.codes/_foundations/art1.pdf), implemented in Javascript by the class SizedBigInt.

* **GSfc4qLbl_Hilbert**: the "concrete class" that implements the [Hilbert curve](https://en.wikipedia.org/wiki/Hilbert_curve).

* **GSfc4qLbl_Morton**:the "concrete class" that implements the [Morton curve](https://en.wikipedia.org/wiki/Z-order_curve) (also Z-order curve).

**SizedBigInt**: it is a complementar tool for use BigInt (mainly 64 bits unsigned integers) as hierarchical indexes and obtain its string representations.
* [**SizedBigInt**](https://ppkrauss.github.io/Sfc4q/docs/jsDocs/SizedBigInt.html): it is a complementar tool for use BigInt (mainly 64 bits unsigned integers) as hierarchical indexes and obtain its string representations.

See [classes documentation](https://ppkrauss.github.io/Sfc4q/docs/jsDocs).

## The grid and D3 peparation classes

* **GridOfCurve**
* [**GridOfCurve**](https://ppkrauss.github.io/Sfc4q/docs/jsDocs/GridOfCurve.html)

* **GridOfCurve_D3**
* [**GridOfCurve_D3**](https://ppkrauss.github.io/Sfc4q/docs/jsDocs/GridOfCurve_D3.html)

0 comments on commit 1913e6f

Please sign in to comment.