
org.wowtools.neo4j.rtree.geometry2d.Constant Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of neo4j-rtree Show documentation
Show all versions of neo4j-rtree Show documentation
a spatial index for neo4j 4.x.
The newest version!
package org.wowtools.neo4j.rtree.geometry2d;
import org.locationtech.jts.geom.GeometryFactory;
/**
* @author liuyu
* @date 2021/12/31
*/
class Constant {
public static final GeometryFactory geometryFactory = new GeometryFactory();
public static final String geometryNameKey = "geometryName";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy