org.khelekore.prtree.NodeComparators Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of georewrite Show documentation
Show all versions of georewrite Show documentation
重写geoserver发送到h2的sql,以实现自定义数据源
package org.khelekore.prtree;
import java.util.Comparator;
interface NodeComparators {
/** Get a comparator for the given axis
* @param axis the axis that the comparator will use
* @return the comparator
*/
Comparator getMinComparator (int axis);
/** Get a comparator for the given axis
* @param axis the axis that the comparator will use
* @return the comparator
*/
Comparator getMaxComparator (int axis);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy