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

com.orientechnologies.spatial.shape.legacy.OShapeBuilderLegacy Maven / Gradle / Ivy

There is a newer version: 2.2.37
Show newest version
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