Interface TableSplitter
public interface TableSplitter
-
Method Details
-
getSplits
byte[][] getSplits(org.geotools.api.feature.simple.SimpleFeatureType sft, String index, String options) Get splits for a table- Parameters:
sft- simple feature typeindex- name of the index being configuredoptions- splitter options- Returns:
- split points
-
getSplits
byte[][] getSplits(org.geotools.api.feature.simple.SimpleFeatureType sft, String index, String partition, String options) Get splits for a partitioned table- Parameters:
sft- simple feature typeindex- name of the index being configuredpartition- name of the partition being configuredoptions- splitter options- Returns:
- split points
-