lucene-kmp
Toggle table of contents
10.2.0-alpha14
common
Target filter
common
Switch theme
Search in API
Skip to content
lucene-kmp
core
/
org.gnit.lucenekmp.geo
/
GeoEncodingUtils
/
Grid
Grid
open
class
Grid
(
latShift
:
Int
,
lonShift
:
Int
,
latBase
:
Int
,
lonBase
:
Int
,
maxLatDelta
:
Int
,
maxLonDelta
:
Int
,
relations
:
ByteArray
)
Inheritors
DistancePredicate
Component2DPredicate
Members
Constructors
Grid
Link copied to clipboard
constructor
(
latShift
:
Int
,
lonShift
:
Int
,
latBase
:
Int
,
lonBase
:
Int
,
maxLatDelta
:
Int
,
maxLonDelta
:
Int
,
relations
:
ByteArray
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
lat
Base
Link copied to clipboard
val
latBase
:
Int
lat
Shift
Link copied to clipboard
val
latShift
:
Int
lon
Base
Link copied to clipboard
val
lonBase
:
Int
lon
Shift
Link copied to clipboard
val
lonShift
:
Int
max
Lat
Delta
Link copied to clipboard
val
maxLatDelta
:
Int
max
Lon
Delta
Link copied to clipboard
val
maxLonDelta
:
Int
relations
Link copied to clipboard
val
relations
:
ByteArray