Package com.geodesk.feature
Class Filters
java.lang.Object
com.geodesk.feature.Filters
Deprecated.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic Filter
Deprecated.Creates a `Filter` that accept features that have at least one common node with the given `Feature`.static Filter
connectedTo
(Geometry geom) Deprecated.Creates a `Filter` that accept features that have at least one common vertex with the given `Geometry`.static Filter
Deprecated.static Filter
Deprecated.static Filter
contains
(PreparedGeometry prepared) Deprecated.static Filter
containsLonLat
(double lon, double lat) Deprecated.static Filter
containsXY
(int x, int y) Deprecated.static Filter
Deprecated.static Filter
Deprecated.static Filter
coveredBy
(PreparedGeometry prepared) Deprecated.static Filter
Deprecated.static Filter
Deprecated.static Filter
crosses
(PreparedGeometry prepared) Deprecated.static Filter
Deprecated.static Filter
Deprecated.static Filter
disjoint
(PreparedGeometry prepared) Deprecated.static Filter
intersects
(Feature feature) Deprecated.static Filter
intersects
(Geometry geom) Deprecated.static Filter
intersects
(PreparedGeometry prepared) Deprecated.static Filter
maxMetersFrom
(double distance, Feature feature) Deprecated.Creates a `Filter` that accept features that lie within a given distance from another `Feature`.static Filter
maxMetersFrom
(double distance, Geometry geom) Deprecated.Creates a `Filter` that accept features that lie within a given distance from a `Geometry`.static Filter
maxMetersFromLonLat
(double distance, double lon, double lat) Deprecated.Creates a `Filter` that accept features whose closest point lies within a given radius.static Filter
maxMetersFromXY
(double distance, int x, int y) Deprecated.Creates a `Filter` that accept features whose closest point lies within a given radius.static Filter
Deprecated.static Filter
Deprecated.static Filter
overlaps
(PreparedGeometry prepared) Deprecated.static Filter
Deprecated.static Filter
Deprecated.static Filter
slowIntersects
(Geometry geom) Deprecated.static Filter
slowIntersects
(PreparedGeometry prepared) Deprecated.static Filter
Deprecated.static Filter
slowWithin
(Geometry geom) Deprecated.static Filter
slowWithin
(PreparedGeometry prepared) Deprecated.static Filter
Deprecated.static Filter
Deprecated.static Filter
touches
(PreparedGeometry prepared) Deprecated.static Filter
Deprecated.static Filter
Deprecated.static Filter
within
(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.
-