public class MonotoneChainBuilder extends Object
MonotoneChains
for sequences of Coordinatess.| Constructor and Description |
|---|
MonotoneChainBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static List<MonotoneChain> |
getChains(LineString pts) |
static List<MonotoneChain> |
getChains(LineString points,
Object context)
Return a list of the
MonotoneChains
for the given list of coordinates. |
static List<Integer> |
getChainStartIndices(LineString points)
Return an array containing lists of start/end indexes of the monotone chains
for the given list of coordinates.
|
public static List<MonotoneChain> getChains(LineString pts)
public static List<MonotoneChain> getChains(LineString points, Object context)
MonotoneChains
for the given list of coordinates.public static List<Integer> getChainStartIndices(LineString points)
Copyright © 2015 Revolution Systems Inc.. All rights reserved.