public static interface GraphFuser.EdgeMerger
Modifier and Type | Method and Description |
---|---|
Object |
merge(List<Edge> edges)
Creates a single object from collection of underlying objects represented by a collection
of edges.
|
void |
setMergedObject(Edge newEdge,
Object merged,
List<?> edges)
Sets the object for the edge created to represented the merged object.
|
Copyright © 1996–2023 Geotools. All rights reserved.