Uses of Interface
eu.europa.ec.eurostat.jgiscotools.algo.triangulation.TTriangle
-
Packages that use TTriangle Package Description eu.europa.ec.eurostat.jgiscotools.algo.triangulation Triangulation. -
-
Uses of TTriangle in eu.europa.ec.eurostat.jgiscotools.algo.triangulation
Classes in eu.europa.ec.eurostat.jgiscotools.algo.triangulation that implement TTriangle Modifier and Type Class Description class
TTriangleImpl
Methods in eu.europa.ec.eurostat.jgiscotools.algo.triangulation that return TTriangle Modifier and Type Method Description TTriangle
TTriangleFactory. create(TPoint pt1, TPoint pt2, TPoint pt3)
TTriangle
TTriangleFactoryImpl. create(TPoint p1, TPoint p2, TPoint p3)
Methods in eu.europa.ec.eurostat.jgiscotools.algo.triangulation that return types with arguments of type TTriangle Modifier and Type Method Description Collection<TTriangle>
Triangulation. getTriangles()
-