Uses of Interface
eu.europa.ec.eurostat.jgiscotools.algo.triangulation.TSegmentFactory
-
Packages that use TSegmentFactory Package Description eu.europa.ec.eurostat.jgiscotools.algo.triangulation Triangulation. -
-
Uses of TSegmentFactory in eu.europa.ec.eurostat.jgiscotools.algo.triangulation
Classes in eu.europa.ec.eurostat.jgiscotools.algo.triangulation that implement TSegmentFactory Modifier and Type Class Description class
TSegmentFactoryImpl
Constructors in eu.europa.ec.eurostat.jgiscotools.algo.triangulation with parameters of type TSegmentFactory Constructor Description Triangulation(List<TPoint> conspts, TPointFactory ptF, TSegmentFactory segF, TTriangleFactory triF)
Triangulation(List<TPoint> conspts, Collection<TSegment> conssegs, TPointFactory ptF, TSegmentFactory segF, TTriangleFactory triF)
-