Class Features2SegmentStringsWithData
- java.lang.Object
-
- com.vividsolutions.jump.plugin.edit.Features2SegmentStringsWithData
-
public class Features2SegmentStringsWithData extends Object
Utility class to transform a collection of Features into a List of SegmentStrings, and to store genealogy data into their data field.- Author:
- Michaël Michaud
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static List<org.locationtech.jts.noding.SegmentString>
getSegmentStrings(Feature f)
static List<org.locationtech.jts.noding.SegmentString>
getSegmentStrings(Collection<Feature> inputFeatures)
-
-
-
Method Detail
-
getSegmentStrings
public static List<org.locationtech.jts.noding.SegmentString> getSegmentStrings(Collection<Feature> inputFeatures)
-
-