Package org.anchoranalysis.spatial.point.consumer
Functional interfaces that accept cartesian coordinate points specified in different ways.
-
Interface Summary Interface Description OffsettedPointTwoDimensionalConsumer Like aPointTwoDimensionalConsumerbut also has a buffer offset.OffsettedScalarTwoDimensionalConsumer<E extends Exception> Like aScalarTwoDimensionalConsumerbut accepts two coordinates of a point and an offset value.PointTwoDimensionalConsumer Like aIntConsumerbut accepts two coordinates of a point as scalar arguments.ScalarThreeDimensionalConsumer Like aIntConsumerbut accepts three coordinates of a point as scalar arguments.ScalarTwoDimensionalConsumer Like aIntConsumerbut accepts two coordinates of a point as scalar arguments.