public class IndexStructureInfo extends Object
Constructor and Description |
---|
IndexStructureInfo(int[] entries,
byte[] shifts,
PixelGridTraversal pixelGridTraversal,
SpatialKeyAlgo keyAlgo,
BBox bounds,
int parts) |
Modifier and Type | Method and Description |
---|---|
static IndexStructureInfo |
create(BBox bounds,
int minResolutionInMeter) |
BBox |
getBounds() |
double |
getDeltaLat() |
double |
getDeltaLon() |
int[] |
getEntries() |
SpatialKeyAlgo |
getKeyAlgo() |
int |
getParts() |
PixelGridTraversal |
getPixelGridTraversal() |
byte[] |
getShifts() |
public IndexStructureInfo(int[] entries, byte[] shifts, PixelGridTraversal pixelGridTraversal, SpatialKeyAlgo keyAlgo, BBox bounds, int parts)
public static IndexStructureInfo create(BBox bounds, int minResolutionInMeter)
public int[] getEntries()
public byte[] getShifts()
public PixelGridTraversal getPixelGridTraversal()
public SpatialKeyAlgo getKeyAlgo()
public BBox getBounds()
public int getParts()
public double getDeltaLat()
public double getDeltaLon()
Copyright © 2012–2022. All rights reserved.