Uses of Class
org.apache.sis.filter.BinaryGeometryFilter
Packages that use BinaryGeometryFilter
-
Uses of BinaryGeometryFilter in org.apache.sis.filter
Subclasses of BinaryGeometryFilter in org.apache.sis.filterModifier and TypeClassDescription(package private) final classBinarySpatialFilter<R,G> Spatial operations between two geometries.(package private) final classDistanceFilter<R,G> Spatial operations between two geometries and using a distance.Methods in org.apache.sis.filter that return BinaryGeometryFilterModifier and TypeMethodDescriptionprotected abstract BinaryGeometryFilter<R,G> BinaryGeometryFilter.recreate(Expression<? super R, ?> geometry1, Expression<? super R, ?> geometry2) Recreates a new filter of the same type and with the same parameters, but using the given expressions.protected BinaryGeometryFilter<R,G> BinarySpatialFilter.recreate(Expression<? super R, ?> geometry1, Expression<? super R, ?> geometry2) Recreates a new filter of the same type and with the same parameters, but using the given expressions.protected BinaryGeometryFilter<R,G> DistanceFilter.recreate(Expression<? super R, ?> geometry1, Expression<? super R, ?> geometry2) Recreates a new filter of the same type and with the same parameters, but using the given expressions.