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

com.biz.common.jts.JTSUtils Maven / Gradle / Ivy

There is a newer version: 1.5.1
Show newest version
package com.biz.common.jts;

import org.locationtech.jts.geom.GeometryFactory;

/**
 * JTS 格式数据工具类
 *
 * @author francis
 * @create 2023/3/28 18:53
 */
public final class JTSUtils {

    /**
     * GeometryFactory
     */
    public static final GeometryFactory GEOMETRY_FACTORY = new GeometryFactory();


}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy