Class Spatial.NoOp.Vertex<V>

    • Constructor Detail

    • Method Detail

      • getVisibleElements

        public Set<V> getVisibleElements​(Shape shape)
        Parameters:
        shape - a shape to filter the spatial structure's elements
        Returns:
        all elements that are contained in the passed shape
      • setActive

        public void setActive​(boolean active)
        Description copied from interface: Spatial
        a flag to suggest whether or not the spatial structure should be used
        Specified by:
        setActive in interface Spatial<V,​V>
        Overrides:
        setActive in class AbstractSpatial<V,​V>
      • getClosestElement

        public V getClosestElement​(Point2D p)
        Parameters:
        p - a point to search in the spatial structure
        Returns:
        the closest element to the passed point
      • getClosestElement

        public V getClosestElement​(double x,
                                   double y)
        Parameters:
        x - coordinate of a point to search in the spatial structure
        y - coordinate of a point to search in the spatial structure
        Returns:
        the closest element to the passed coordinates