Class GAELPoint
- java.lang.Object
-
- eu.europa.ec.eurostat.jgiscotools.algo.deformationgael.GAELPoint
-
public class GAELPoint extends Object
-
-
Constructor Summary
Constructors Constructor Description GAELPoint(org.locationtech.jts.geom.Coordinate dp)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclean()voiddisplace(org.locationtech.jts.geom.Coordinate dis)ArrayList<GAELConstraint>getConstraints()ArrayList<org.locationtech.jts.geom.Coordinate>getCoordinates()org.locationtech.jts.geom.Coordinategetdisplacement()doublegetDistance(double x_, double y_)doublegetDistance(GAELPoint p)doublegetDistanceToInitialPosition()doublegetImportanceSum()doublegetIniDistance(double x_, double y_)doublegetIniDistance(GAELPoint p)doublegetIniOrientation(GAELPoint p)org.locationtech.jts.geom.CoordinategetInitialPosition()doublegetOrientation(GAELPoint p)doublegetOrientationGap(GAELPoint p)ArrayList<GAELPoint>getPointsRel()org.locationtech.jts.geom.CoordinategetPosition()doublegetX()doublegetXIni()doublegetY()doublegetYIni()booleanisFrozen()voidsetFrozen(boolean f)voidsetX(double x)voidsetY(double y)
-
-
-
Method Detail
-
getCoordinates
public ArrayList<org.locationtech.jts.geom.Coordinate> getCoordinates()
-
getPosition
public org.locationtech.jts.geom.Coordinate getPosition()
-
getX
public double getX()
-
setX
public void setX(double x)
-
getY
public double getY()
-
setY
public void setY(double y)
-
getInitialPosition
public org.locationtech.jts.geom.Coordinate getInitialPosition()
-
getXIni
public double getXIni()
-
getYIni
public double getYIni()
-
getConstraints
public ArrayList<GAELConstraint> getConstraints()
-
isFrozen
public boolean isFrozen()
-
setFrozen
public void setFrozen(boolean f)
-
getdisplacement
public org.locationtech.jts.geom.Coordinate getdisplacement()
-
getImportanceSum
public double getImportanceSum()
-
displace
public void displace(org.locationtech.jts.geom.Coordinate dis)
-
getDistance
public double getDistance(double x_, double y_)
-
getDistance
public double getDistance(GAELPoint p)
-
getIniDistance
public double getIniDistance(double x_, double y_)
-
getIniDistance
public double getIniDistance(GAELPoint p)
-
getDistanceToInitialPosition
public double getDistanceToInitialPosition()
-
getOrientation
public double getOrientation(GAELPoint p)
-
getIniOrientation
public double getIniOrientation(GAELPoint p)
-
getOrientationGap
public double getOrientationGap(GAELPoint p)
-
clean
public void clean()
-
-