Package com.geodesk.feature
Class Filters
java.lang.Object
com.geodesk.feature.Filters
Deprecated.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic FilterDeprecated.Creates a `Filter` that accept features that have at least one common node with the given `Feature`.static FilterconnectedTo(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 Filtercontains(PreparedGeometry prepared) Deprecated.static FiltercontainsLonLat(double lon, double lat) Deprecated.static FiltercontainsXY(int x, int y) Deprecated.static FilterDeprecated.static FilterDeprecated.static FiltercoveredBy(PreparedGeometry prepared) Deprecated.static FilterDeprecated.static FilterDeprecated.static Filtercrosses(PreparedGeometry prepared) Deprecated.static FilterDeprecated.static FilterDeprecated.static Filterdisjoint(PreparedGeometry prepared) Deprecated.static Filterintersects(Feature feature) Deprecated.static Filterintersects(Geometry geom) Deprecated.static Filterintersects(PreparedGeometry prepared) Deprecated.static FiltermaxMetersFrom(double distance, Feature feature) Deprecated.Creates a `Filter` that accept features that lie within a given distance from another `Feature`.static FiltermaxMetersFrom(double distance, Geometry geom) Deprecated.Creates a `Filter` that accept features that lie within a given distance from a `Geometry`.static FiltermaxMetersFromLonLat(double distance, double lon, double lat) Deprecated.Creates a `Filter` that accept features whose closest point lies within a given radius.static FiltermaxMetersFromXY(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 Filteroverlaps(PreparedGeometry prepared) Deprecated.static FilterDeprecated.static FilterDeprecated.static FilterslowIntersects(Geometry geom) Deprecated.static FilterslowIntersects(PreparedGeometry prepared) Deprecated.static FilterDeprecated.static FilterslowWithin(Geometry geom) Deprecated.static FilterslowWithin(PreparedGeometry prepared) Deprecated.static FilterDeprecated.static FilterDeprecated.static Filtertouches(PreparedGeometry prepared) Deprecated.static FilterDeprecated.static FilterDeprecated.static Filterwithin(PreparedGeometry prepared) Deprecated.
-
Constructor Details
-
Filters
public Filters()Deprecated.
-
-
Method Details
-
slowWithin
Deprecated. -
slowWithin
Deprecated. -
slowWithin
Deprecated. -
slowIntersects
Deprecated. -
slowIntersects
Deprecated. -
slowIntersects
Deprecated. -
slowCrosses
Deprecated. -
connectedTo
Deprecated.Creates a `Filter` that accept features that have at least one common node with the given `Feature`.- Parameters:
f- the `Feature` whose nodes to check against- Returns:
-
connectedTo
Deprecated.Creates a `Filter` that accept features that have at least one common vertex with the given `Geometry`. Coordinates of the `Geometry` are rounded to integers.- Parameters:
geom- the `Geometry` whose vertexes to check against- Returns:
-
maxMetersFromXY
Deprecated.Creates a `Filter` that accept features whose closest point lies within a given radius.- Parameters:
distance- the maximum distance (in meters)x- the X coordinate of the center pointy- the Y coordinate of the center point- Returns:
-
maxMetersFromLonLat
Deprecated.Creates a `Filter` that accept features whose closest point lies within a given radius.- Parameters:
distance- the maximum distance (in meters)lon- the longitude of the center pointlat- the latitude of the center point- Returns:
-
maxMetersFrom
Deprecated.Creates a `Filter` that accept features that lie within a given distance from a `Geometry`. The Filter measures the distance between the closest points of the Geometry and the candidate Feature.- Parameters:
distance- the maximum distance (in meters)geom- the Geometry from which to measure- Returns:
-
maxMetersFrom
Deprecated.Creates a `Filter` that accept features that lie within a given distance from another `Feature`. The Filter measures the distance between the closest points of the features.- Parameters:
distance- the maximum distance (in meters)feature- the Feature from which to measure- Returns:
-
containsXY
Deprecated. -
containsLonLat
Deprecated. -
contains
Deprecated. -
contains
Deprecated. -
contains
Deprecated. -
coveredBy
Deprecated. -
coveredBy
Deprecated. -
coveredBy
Deprecated. -
crosses
Deprecated. -
crosses
Deprecated. -
crosses
Deprecated. -
disjoint
Deprecated. -
disjoint
Deprecated. -
disjoint
Deprecated. -
intersects
Deprecated. -
intersects
Deprecated. -
intersects
Deprecated. -
overlaps
Deprecated. -
overlaps
Deprecated. -
overlaps
Deprecated. -
touches
Deprecated. -
touches
Deprecated. -
touches
Deprecated. -
within
Deprecated. -
within
Deprecated. -
within
Deprecated.
-