
com.orientechnologies.spatial.shape.legacy.OShapeBuilderLegacy Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of orientdb-spatial Show documentation
Show all versions of orientdb-spatial Show documentation
Lucene plugin for OrientDB NoSQL document graph dbms
package com.orientechnologies.spatial.shape.legacy;
import com.orientechnologies.orient.core.index.OCompositeKey;
import com.spatial4j.core.context.SpatialContext;
import com.spatial4j.core.shape.Shape;
/**
* Created by Enrico Risa on 23/10/15.
*/
public interface OShapeBuilderLegacy {
public T makeShape(OCompositeKey key, SpatialContext ctx);
public boolean canHandle(OCompositeKey key);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy