Uses of Interface
eu.europa.ec.eurostat.jgiscotools.algo.triangulation.TSegment
-
Packages that use TSegment Package Description eu.europa.ec.eurostat.jgiscotools.algo.triangulation Triangulation. -
-
Uses of TSegment in eu.europa.ec.eurostat.jgiscotools.algo.triangulation
Classes in eu.europa.ec.eurostat.jgiscotools.algo.triangulation that implement TSegment Modifier and Type Class Description class
TSegmentImpl
Methods in eu.europa.ec.eurostat.jgiscotools.algo.triangulation that return TSegment Modifier and Type Method Description TSegment
TSegmentFactory. create(TPoint p1, TPoint p2)
TSegment
TSegmentFactoryImpl. create(TPoint point1, TPoint point2)
Methods in eu.europa.ec.eurostat.jgiscotools.algo.triangulation that return types with arguments of type TSegment Modifier and Type Method Description Collection<TSegment>
Triangulation. getConstraintSegments()
Collection<TSegment>
Triangulation. getSegments()
Constructor parameters in eu.europa.ec.eurostat.jgiscotools.algo.triangulation with type arguments of type TSegment Constructor Description Triangulation(List<TPoint> conspts, Collection<TSegment> conssegs, TPointFactory ptF, TSegmentFactory segF, TTriangleFactory triF)
-