Java org.apache.lucene.spatial.prefix.tree Cell fields, constructors, methods, implement or subclass

Example usage for Java org.apache.lucene.spatial.prefix.tree Cell fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.lucene.spatial.prefix.tree Cell.

The text is from its open source code.

Method

intgetLevel()
Level 0 is the world (and has no parent), from then on a higher level means a smaller cell than the level before it.
ShapegetShape()
Gets the shape for this cell; typically a Rectangle.