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

org.wowtools.neo4j.rtree.internal.define.PropertyNames Maven / Gradle / Ivy

The newest version!
package org.wowtools.neo4j.rtree.internal.define;

/**
 * 属性名
 *
 * @author liuyu
 * @date 2021/12/18
 */
public class PropertyNames {

    /**
     * mbr的左下角
     */
    public static final String mbrMin = "mbrMin";

    /**
     * mbr的右上角
     */
    public static final String mbrMax = "mbrMax";

    /**
     * node类型
     */
    public static final String nodeType = "nodeType";

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy