public class OpenJUMPUtils
extends java.lang.Object
Constructor and Description |
---|
OpenJUMPUtils() |
Modifier and Type | Method and Description |
---|---|
static Geometry |
offsetCleanOpenLine(IProjection proj,
ArrayListCoordinateSequence coordinates,
BufferParameters bufParams,
double distance)
Creates a offset of a open line at a distance by removing segments that do not match the limit of the buffer.
|
static Geometry |
offsetCleanOpenLine(IProjection proj,
ArrayListCoordinateSequence coordinates,
double distance)
Creates a offset of a open line at a distance by removing segments that do not match the limit of the buffer.
|
public static Geometry offsetCleanOpenLine(IProjection proj, ArrayListCoordinateSequence coordinates, double distance)
proj
- coordinates
- distance
- public static Geometry offsetCleanOpenLine(IProjection proj, ArrayListCoordinateSequence coordinates, BufferParameters bufParams, double distance)
proj
- coordinates
- bufParams
- distance
-