Package org.anchoranalysis.spatial.point.consumer
package org.anchoranalysis.spatial.point.consumer
Functional interfaces that accept cartesian coordinate points specified in different ways.
-
InterfacesClassDescriptionLike a
PointTwoDimensionalConsumer
but also has a buffer offset.OffsettedScalarTwoDimensionalConsumer<E extends Exception>Like aScalarTwoDimensionalConsumer
but accepts two coordinates of a point and an offset value.Like aIntConsumer
but accepts two coordinates of a point as scalar arguments.Like aIntConsumer
but accepts three coordinates of a point as scalar arguments.Like aIntConsumer
but accepts two coordinates of a point as scalar arguments.