Class LineSegmentExtractor
- java.lang.Object
-
- net.anwiba.spatial.geometry.extract.LineSegmentExtractor
-
public class LineSegmentExtractor extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description LineSegmentExtractor(IGeometry geometry)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<ILineSegment>find(ICoordinate coordinate)
-
-
-
Constructor Detail
-
LineSegmentExtractor
public LineSegmentExtractor(IGeometry geometry)
-
-
Method Detail
-
find
public java.util.List<ILineSegment> find(ICoordinate coordinate)
-
-