Uses of Interface
net.anwiba.spatial.geometry.ILineSegment
-
Packages that use ILineSegment Package Description net.anwiba.spatial.geometry.extract net.anwiba.spatial.geometry.internal net.anwiba.spatial.geometry.operator net.anwiba.spatial.geometry.polygon -
-
Uses of ILineSegment in net.anwiba.spatial.geometry.extract
Methods in net.anwiba.spatial.geometry.extract that return types with arguments of type ILineSegment Modifier and Type Method Description java.util.List<ILineSegment>LineSegmentExtractor. find(ICoordinate coordinate) -
Uses of ILineSegment in net.anwiba.spatial.geometry.internal
Classes in net.anwiba.spatial.geometry.internal that implement ILineSegment Modifier and Type Class Description classLineSegment -
Uses of ILineSegment in net.anwiba.spatial.geometry.operator
Methods in net.anwiba.spatial.geometry.operator that return ILineSegment Modifier and Type Method Description ILineSegmentLineSegmentIterable.LineSegmentIterator. next()Methods in net.anwiba.spatial.geometry.operator that return types with arguments of type ILineSegment Modifier and Type Method Description Rtree<ILineSegment>LineStringInteractOperator. getTree()java.util.Iterator<ILineSegment>LineSegmentIterable. iterator()Constructors in net.anwiba.spatial.geometry.operator with parameters of type ILineSegment Constructor Description LineSegmentIntersectOperator(ILineSegment segment) -
Uses of ILineSegment in net.anwiba.spatial.geometry.polygon
Methods in net.anwiba.spatial.geometry.polygon that return types with arguments of type ILineSegment Modifier and Type Method Description Rtree<ILineSegment>ContainsLinearRingOperator. getTree()
-