Java com.google.common.geometry S2RegionCoverer fields, constructors, methods, implement or subclass

Example usage for Java com.google.common.geometry S2RegionCoverer fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.google.common.geometry S2RegionCoverer.

The text is from its open source code.

Constructor

S2RegionCoverer()
Default constructor, sets all fields to default values.

Method

S2CellUniongetCovering(S2Region region)
Return a normalized cell union that covers the given region and satisfies the restrictions *EXCEPT* for min_level() and level_mod().
voidgetCovering(S2Region region, ArrayList covering)
Computes a list of cell ids that covers the given region and satisfies the various restrictions specified above.
voidgetCovering(S2Region region, S2CellUnion covering)
voidsetMaxCells(int maxCells)
Sets the maximum desired number of cells in the approximation (defaults to kDefaultMaxCells).
voidsetMaxLevel(int maxLevel)
Sets the maximum level to be used.
voidsetMinLevel(int minLevel)
Sets the minimum level to be used.