Class SMSegment
- java.lang.Object
-
- eu.europa.ec.eurostat.jgiscotools.algo.deformationgael.GAELSubmicro
-
- eu.europa.ec.eurostat.jgiscotools.algo.deformationgael.SMSegment
-
public class SMSegment extends GAELSubmicro
-
-
Field Summary
Fields Modifier and Type Field Description protected doubleiniLength
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclean()doublegetDistance(GAELPoint p)doublegetIniLength()doublegetIniOrientation()doublegetLength()doublegetOrientation()doublegetOrientationGap()doublegetOrientationGap(double orientation)org.locationtech.jts.geom.CoordinategetProjected(GAELPoint p)GAELPointgetPt1()GAELPointgetPt2()doublegetX()doublegetY()-
Methods inherited from class eu.europa.ec.eurostat.jgiscotools.algo.deformationgael.GAELSubmicro
getPoints
-
-
-
-
Method Detail
-
getPt1
public GAELPoint getPt1()
-
getPt2
public GAELPoint getPt2()
-
getLength
public double getLength()
-
getIniLength
public double getIniLength()
-
getOrientation
public double getOrientation()
-
getIniOrientation
public double getIniOrientation()
-
getOrientationGap
public double getOrientationGap(double orientation)
-
getOrientationGap
public double getOrientationGap()
-
getDistance
public double getDistance(GAELPoint p)
-
getProjected
public org.locationtech.jts.geom.Coordinate getProjected(GAELPoint p)
-
getX
public double getX()
- Overrides:
getXin classGAELSubmicro
-
getY
public double getY()
- Overrides:
getYin classGAELSubmicro
-
clean
public void clean()
- Overrides:
cleanin classGAELSubmicro
-
-