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