
org.wowtools.neo4j.rtree.internal.define.PropertyNames 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.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