Class SegmentStringUtil

    • Constructor Detail

      • SegmentStringUtil

        public SegmentStringUtil()
    • Method Detail

      • extractSegmentStrings

        public static List extractSegmentStrings(Geometry geom)
        Extracts all linear components from a given Geometry to SegmentStrings. The SegmentString data item is set to be the source Geometry.
        Parameters:
        geom - the geometry to extract from
        Returns:
        a List of SegmentStrings
      • extractNodedSegmentStrings

        public static List extractNodedSegmentStrings(Geometry geom)
        Extracts all linear components from a given Geometry to SegmentStrings. The SegmentString data item is set to be the source Geometry.
        Parameters:
        geom - the geometry to extract from
        Returns:
        a List of SegmentStrings
      • toString

        public static String toString(List segStrings)