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 void
clean()
boolean
contains(org.locationtech.jts.geom.Coordinate c)
boolean
containsInitial(org.locationtech.jts.geom.Coordinate c)
double
getArea()
String
getDirection()
double
getInitialArea()
GAELPoint
getPt1()
GAELPoint
getPt2()
GAELPoint
getPt3()
double
getX()
double
getY()
boolean
istReverted()
-
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:
getX
in classGAELSubmicro
-
getY
public double getY()
- Overrides:
getY
in classGAELSubmicro
-
clean
public void clean()
- Overrides:
clean
in classGAELSubmicro
-
-