Class SegmentStringData
java.lang.Object
com.vividsolutions.jump.plugin.edit.SegmentStringData
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 -
Method Summary
-
Constructor Details
-
SegmentStringData
-
-
Method Details
-
getFeature
-
getComponent
public int getComponent() -
getLinearElement
public int getLinearElement() -
getSourceLineString
public org.locationtech.jts.geom.LineString getSourceLineString() -
toString
-