Uses of Interface
eu.europa.ec.eurostat.jgiscotools.algo.triangulation.TPoint
-
Packages that use TPoint Package Description eu.europa.ec.eurostat.jgiscotools.algo.triangulation Triangulation. -
-
Uses of TPoint in eu.europa.ec.eurostat.jgiscotools.algo.triangulation
Classes in eu.europa.ec.eurostat.jgiscotools.algo.triangulation that implement TPoint Modifier and Type Class Description classTPointImplMethods in eu.europa.ec.eurostat.jgiscotools.algo.triangulation that return TPoint Modifier and Type Method Description TPointTPointFactory. create(org.locationtech.jts.geom.Coordinate c)TPointTPointFactoryImpl. create(org.locationtech.jts.geom.Coordinate c)TPointTSegment. getPt1()TPointTSegmentImpl. getPt1()TPointTTriangle. getPt1()TPointTTriangleImpl. getPt1()TPointTSegment. getPt2()TPointTSegmentImpl. getPt2()TPointTTriangle. getPt2()TPointTTriangleImpl. getPt2()TPointTTriangle. getPt3()TPointTTriangleImpl. getPt3()Methods in eu.europa.ec.eurostat.jgiscotools.algo.triangulation that return types with arguments of type TPoint Modifier and Type Method Description Collection<TPoint>Triangulation. getConstraintPoints()Collection<TPoint>Triangulation. getPoints()Methods in eu.europa.ec.eurostat.jgiscotools.algo.triangulation with parameters of type TPoint Modifier and Type Method Description TSegmentTSegmentFactory. create(TPoint p1, TPoint p2)TSegmentTSegmentFactoryImpl. create(TPoint point1, TPoint point2)TTriangleTTriangleFactory. create(TPoint pt1, TPoint pt2, TPoint pt3)TTriangleTTriangleFactoryImpl. create(TPoint p1, TPoint p2, TPoint p3)Constructors in eu.europa.ec.eurostat.jgiscotools.algo.triangulation with parameters of type TPoint Constructor Description TSegmentImpl(TPoint pt1, TPoint pt2)TTriangleImpl(TPoint pt1, TPoint pt2, TPoint pt3)Constructor parameters in eu.europa.ec.eurostat.jgiscotools.algo.triangulation with type arguments of type TPoint 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)
-