Interface OShapeOperation

All Known Implementing Classes:
OShapeOperationImpl

public interface OShapeOperation
Created by Enrico Risa on 29/09/15.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    contains(org.locationtech.spatial4j.shape.Shape shape, org.locationtech.spatial4j.shape.Shape shape1)
     
    double
    distance(org.locationtech.spatial4j.shape.Shape shapes1, org.locationtech.spatial4j.shape.Shape s2)
     
    boolean
    intersect(org.locationtech.spatial4j.shape.Shape s1, org.locationtech.spatial4j.shape.Shape s2)
     
    boolean
    isEquals(org.locationtech.spatial4j.shape.Shape shape, org.locationtech.spatial4j.shape.Shape shape1)
     
    boolean
    isWithInDistance(org.locationtech.spatial4j.shape.Shape s1, org.locationtech.spatial4j.shape.Shape s2, Double dist)
     
    boolean
    within(org.locationtech.spatial4j.shape.Shape shape, org.locationtech.spatial4j.shape.Shape shape1)
     
  • Method Details

    • distance

      double distance(org.locationtech.spatial4j.shape.Shape shapes1, org.locationtech.spatial4j.shape.Shape s2)
    • isWithInDistance

      boolean isWithInDistance(org.locationtech.spatial4j.shape.Shape s1, org.locationtech.spatial4j.shape.Shape s2, Double dist)
    • intersect

      boolean intersect(org.locationtech.spatial4j.shape.Shape s1, org.locationtech.spatial4j.shape.Shape s2)
    • within

      boolean within(org.locationtech.spatial4j.shape.Shape shape, org.locationtech.spatial4j.shape.Shape shape1)
    • contains

      boolean contains(org.locationtech.spatial4j.shape.Shape shape, org.locationtech.spatial4j.shape.Shape shape1)
    • isEquals

      boolean isEquals(org.locationtech.spatial4j.shape.Shape shape, org.locationtech.spatial4j.shape.Shape shape1)