All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.wowtools.neo4j.rtree.geometry2d.Constant Maven / Gradle / Ivy

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