Java org.apache.lucene.geo GeoEncodingUtils fields, constructors, methods, implement or subclass

Example usage for Java org.apache.lucene.geo GeoEncodingUtils fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.lucene.geo GeoEncodingUtils.

The text is from its open source code.

Method

doubledecodeLatitude(byte[] src, int offset)
Turns quantized value from byte array back into a double.
doubledecodeLatitude(int encoded)
Turns quantized value from #encodeLatitude back into a double.
doubledecodeLongitude(byte[] src, int offset)
Turns quantized value from byte array back into a double.
doubledecodeLongitude(int encoded)
Turns quantized value from #encodeLongitude back into a double.
intencodeLatitude(double latitude)
Quantizes double (64 bit) latitude into 32 bits (rounding down: in the direction of -90)
intencodeLongitude(double longitude)
Quantizes double (64 bit) longitude into 32 bits (rounding down: in the direction of -180)