BoundingBoxFilter

class BoundingBoxFilter(northEastPoint: Point, southWestPoint: Point) : Predicate<EVStation>

Constructors

Link copied to clipboard
constructor(northEastPoint: Point, southWestPoint: Point)

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override fun test(evStation: EVStation): Boolean