Class SMTriangle
- java.lang.Object
-
- eu.europa.ec.eurostat.jgiscotools.algo.deformationgael.GAELSubmicro
-
- eu.europa.ec.eurostat.jgiscotools.algo.deformationgael.SMTriangle
-
public class SMTriangle extends GAELSubmicro
-
-
Constructor Summary
Constructors Constructor Description SMTriangle(GAELPoint pt1, GAELPoint pt2, GAELPoint pt3)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclean()booleancontains(org.locationtech.jts.geom.Coordinate c)booleancontainsInitial(org.locationtech.jts.geom.Coordinate c)doublegetArea()StringgetDirection()doublegetInitialArea()GAELPointgetPt1()GAELPointgetPt2()GAELPointgetPt3()doublegetX()doublegetY()booleanistReverted()-
Methods inherited from class eu.europa.ec.eurostat.jgiscotools.algo.deformationgael.GAELSubmicro
getPoints
-
-
-
-
Method Detail
-
getPt1
public GAELPoint getPt1()
-
getPt2
public GAELPoint getPt2()
-
getPt3
public GAELPoint getPt3()
-
getArea
public double getArea()
-
getInitialArea
public double getInitialArea()
-
contains
public boolean contains(org.locationtech.jts.geom.Coordinate c)
-
containsInitial
public boolean containsInitial(org.locationtech.jts.geom.Coordinate c)
-
getDirection
public String getDirection()
-
istReverted
public boolean istReverted()
-
getX
public double getX()
- Overrides:
getXin classGAELSubmicro
-
getY
public double getY()
- Overrides:
getYin classGAELSubmicro
-
clean
public void clean()
- Overrides:
cleanin classGAELSubmicro
-
-