Uses of Interface
eu.europa.ec.eurostat.jgiscotools.algo.triangulation.TTriangleFactory
-
Packages that use TTriangleFactory Package Description eu.europa.ec.eurostat.jgiscotools.algo.triangulation Triangulation. -
-
Uses of TTriangleFactory in eu.europa.ec.eurostat.jgiscotools.algo.triangulation
Classes in eu.europa.ec.eurostat.jgiscotools.algo.triangulation that implement TTriangleFactory Modifier and Type Class Description class
TTriangleFactoryImpl
Constructors in eu.europa.ec.eurostat.jgiscotools.algo.triangulation with parameters of type TTriangleFactory 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)
-