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 void
clean()
void
displace(org.locationtech.jts.geom.Coordinate dis)
ArrayList<GAELConstraint>
getConstraints()
ArrayList<org.locationtech.jts.geom.Coordinate>
getCoordinates()
org.locationtech.jts.geom.Coordinate
getdisplacement()
double
getDistance(double x_, double y_)
double
getDistance(GAELPoint p)
double
getDistanceToInitialPosition()
double
getImportanceSum()
double
getIniDistance(double x_, double y_)
double
getIniDistance(GAELPoint p)
double
getIniOrientation(GAELPoint p)
org.locationtech.jts.geom.Coordinate
getInitialPosition()
double
getOrientation(GAELPoint p)
double
getOrientationGap(GAELPoint p)
ArrayList<GAELPoint>
getPointsRel()
org.locationtech.jts.geom.Coordinate
getPosition()
double
getX()
double
getXIni()
double
getY()
double
getYIni()
boolean
isFrozen()
void
setFrozen(boolean f)
void
setX(double x)
void
setY(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()
-
-