org.khelekore.prtree.AcceptAll 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;
/** A filter that accepts all elements
*/
public class AcceptAll implements NodeFilter {
public boolean accept (T t) {
return true;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy