Interface OShapeBuilderLegacy<T extends org.locationtech.spatial4j.shape.Shape>

All Known Implementing Classes:
OPointLegecyBuilder, ORectangleLegacyBuilder, OShapeBuilderLegacyImpl

public interface OShapeBuilderLegacy<T extends org.locationtech.spatial4j.shape.Shape>
Created by Enrico Risa on 23/10/15.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
    makeShape(OCompositeKey key, org.locationtech.spatial4j.context.SpatialContext ctx)
     
  • Method Details

    • makeShape

      T makeShape(OCompositeKey key, org.locationtech.spatial4j.context.SpatialContext ctx)
    • canHandle

      boolean canHandle(OCompositeKey key)