Class 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 Detail

      • SegmentStringData

        public SegmentStringData​(Feature feature,
                                 int component,
                                 int linearElement)
    • Method Detail

      • getFeature

        public Feature getFeature()
      • getComponent

        public int getComponent()
      • getLinearElement

        public int getLinearElement()
      • getSourceLineString

        public org.locationtech.jts.geom.LineString getSourceLineString()