Uses of Interface
com.geodesk.feature.Filter

Packages that use Filter
Package
Description
 
  • Uses of Filter in com.geodesk.feature

    Methods in com.geodesk.feature that return Filter
    Modifier and Type
    Method
    Description
    static Filter
    Filters.connectedTo(Feature f)
    Deprecated.
    Creates a `Filter` that accept features that have at least one common node with the given `Feature`.
    static Filter
    Filters.connectedTo(Geometry geom)
    Deprecated.
    Creates a `Filter` that accept features that have at least one common vertex with the given `Geometry`.
    static Filter
    Filters.contains(Feature feature)
    Deprecated.
     
    static Filter
    Filters.contains(Geometry geom)
    Deprecated.
     
    static Filter
    Filters.contains(PreparedGeometry prepared)
    Deprecated.
     
    static Filter
    Filters.containsLonLat(double lon, double lat)
    Deprecated.
     
    static Filter
    Filters.containsXY(int x, int y)
    Deprecated.
     
    static Filter
    Filters.coveredBy(Feature feature)
    Deprecated.
     
    static Filter
    Filters.coveredBy(Geometry geom)
    Deprecated.
     
    static Filter
    Filters.coveredBy(PreparedGeometry prepared)
    Deprecated.
     
    static Filter
    Filters.crosses(Feature feature)
    Deprecated.
     
    static Filter
    Filters.crosses(Geometry geom)
    Deprecated.
     
    static Filter
    Filters.crosses(PreparedGeometry prepared)
    Deprecated.
     
    static Filter
    Filters.disjoint(Feature feature)
    Deprecated.
     
    static Filter
    Filters.disjoint(Geometry geom)
    Deprecated.
     
    static Filter
    Filters.disjoint(PreparedGeometry prepared)
    Deprecated.
     
    default Filter
    Filter.filterForTile(int tileNumber, Polygon tileGeometry)
    Returns the Filter that should be used for the given tile.
    static Filter
    Filters.intersects(Feature feature)
    Deprecated.
     
    static Filter
    Filters.intersects(Geometry geom)
    Deprecated.
     
    static Filter
    Filters.intersects(PreparedGeometry prepared)
    Deprecated.
     
    static Filter
    Filters.maxMetersFrom(double distance, Feature feature)
    Deprecated.
    Creates a `Filter` that accept features that lie within a given distance from another `Feature`.
    static Filter
    Filters.maxMetersFrom(double distance, Geometry geom)
    Deprecated.
    Creates a `Filter` that accept features that lie within a given distance from a `Geometry`.
    static Filter
    Filters.maxMetersFromLonLat(double distance, double lon, double lat)
    Deprecated.
    Creates a `Filter` that accept features whose closest point lies within a given radius.
    static Filter
    Filters.maxMetersFromXY(double distance, int x, int y)
    Deprecated.
    Creates a `Filter` that accept features whose closest point lies within a given radius.
    static Filter
    Filters.overlaps(Feature feature)
    Deprecated.
     
    static Filter
    Filters.overlaps(Geometry geom)
    Deprecated.
     
    static Filter
    Filters.overlaps(PreparedGeometry prepared)
    Deprecated.
     
    static Filter
    Filters.slowCrosses(Feature f)
    Deprecated.
     
    static Filter
    Filters.slowIntersects(Feature f)
    Deprecated.
     
    static Filter
    Filters.slowIntersects(Geometry geom)
    Deprecated.
     
    static Filter
    Filters.slowIntersects(PreparedGeometry prepared)
    Deprecated.
     
    static Filter
    Filters.slowWithin(Feature f)
    Deprecated.
     
    static Filter
    Filters.slowWithin(Geometry geom)
    Deprecated.
     
    static Filter
    Filters.slowWithin(PreparedGeometry prepared)
    Deprecated.
     
    static Filter
    Filters.touches(Feature feature)
    Deprecated.
     
    static Filter
    Filters.touches(Geometry geom)
    Deprecated.
     
    static Filter
    Filters.touches(PreparedGeometry prepared)
    Deprecated.
     
    static Filter
    Filters.within(Feature feature)
    Deprecated.
     
    static Filter
    Filters.within(Geometry geom)
    Deprecated.
     
    static Filter
    Filters.within(PreparedGeometry prepared)
    Deprecated.
     
    Methods in com.geodesk.feature with parameters of type Filter
    Modifier and Type
    Method
    Description
    Features.select(Filter filter)