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