Class SegmentStringData
- java.lang.Object
-
- com.vividsolutions.jump.plugin.edit.SegmentStringData
-
public class SegmentStringData extends Object
Data attached to a SegmentString to remember which Feature, which Geometry component and which Linear element it comes from. This data is used to re-build the noded Geometry after a noding process.
-
-
Constructor Summary
Constructors Constructor Description SegmentStringData(Feature feature, int component, int linearElement)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getComponent()
Feature
getFeature()
int
getLinearElement()
org.locationtech.jts.geom.LineString
getSourceLineString()
String
toString()
-
-
-
Constructor Detail
-
SegmentStringData
public SegmentStringData(Feature feature, int component, int linearElement)
-
-