Uses of Class
eu.europa.ec.eurostat.jgiscotools.algo.deformationgael.GAELPoint
-
Packages that use GAELPoint Package Description eu.europa.ec.eurostat.jgiscotools.algo.deformationgael Deformation algorithm based on agents and elasticity (GAEL model, [Gaffuri 2008]). -
-
Uses of GAELPoint in eu.europa.ec.eurostat.jgiscotools.algo.deformationgael
Methods in eu.europa.ec.eurostat.jgiscotools.algo.deformationgael that return GAELPoint Modifier and Type Method Description GAELPoint
SMSinglePoint. getPoint()
GAELPoint
SMAngle. getPt()
GAELPoint
SMAngle. getPt1()
GAELPoint
SMSegment. getPt1()
GAELPoint
SMTriangle. getPt1()
GAELPoint
SMAngle. getPt2()
GAELPoint
SMSegment. getPt2()
GAELPoint
SMTriangle. getPt2()
GAELPoint
SMTriangle. getPt3()
Methods in eu.europa.ec.eurostat.jgiscotools.algo.deformationgael that return types with arguments of type GAELPoint Modifier and Type Method Description HashSet<GAELPoint>
GAELDeformable. getPoints(org.locationtech.jts.geom.Coordinate c)
ArrayList<GAELPoint>
GAELSubmicro. getPoints()
ArrayList<GAELPoint>
GAELPoint. getPointsRel()
Methods in eu.europa.ec.eurostat.jgiscotools.algo.deformationgael with parameters of type GAELPoint Modifier and Type Method Description protected void
GAELDeformable. diffuse(GAELPoint gp)
org.locationtech.jts.geom.Coordinate
CAngleValue. getDisplacement(GAELPoint pt, double alpha)
org.locationtech.jts.geom.Coordinate
CPointPointDistance. getDisplacement(GAELPoint p, double alpha)
org.locationtech.jts.geom.Coordinate
CPointPointMaximalDistance. getDisplacement(GAELPoint p, double alpha)
org.locationtech.jts.geom.Coordinate
CPointPointMinimalDistance. getDisplacement(GAELPoint p, double alpha)
org.locationtech.jts.geom.Coordinate
CPointPosition. getDisplacement(GAELPoint p, double alpha)
org.locationtech.jts.geom.Coordinate
CPointSegmentJoin. getDisplacement(GAELPoint p, double alpha)
org.locationtech.jts.geom.Coordinate
CPointSegmentMinimalDistance. getDisplacement(GAELPoint p, double alpha)
org.locationtech.jts.geom.Coordinate
CSegmentLength. getDisplacement(GAELPoint pt, double alpha)
org.locationtech.jts.geom.Coordinate
CSegmentMaximalLength. getDisplacement(GAELPoint p, double alpha)
org.locationtech.jts.geom.Coordinate
CSegmentMinimalLength. getDisplacement(GAELPoint p, double alpha)
org.locationtech.jts.geom.Coordinate
CSegmentOrientation. getDisplacement(GAELPoint pt, double alpha)
org.locationtech.jts.geom.Coordinate
CSegmentSegmentJoin. getDisplacement(GAELPoint p, double alpha)
org.locationtech.jts.geom.Coordinate
CSegmentSegmentMinimalDistance. getDisplacement(GAELPoint p, double alpha)
org.locationtech.jts.geom.Coordinate
CSubmicroCenterPosition. getDisplacement(GAELPoint pt, double alpha)
org.locationtech.jts.geom.Coordinate
CTriangleArea. getDisplacement(GAELPoint pt, double alpha)
org.locationtech.jts.geom.Coordinate
CTriangleCenterPreservation. getDisplacement(GAELPoint pt, double alpha)
org.locationtech.jts.geom.Coordinate
GAELConstraint. getDisplacement(GAELPoint p)
protected abstract org.locationtech.jts.geom.Coordinate
GAELConstraint. getDisplacement(GAELPoint p, double alpha)
double
GAELPoint. getDistance(GAELPoint p)
double
SMSegment. getDistance(GAELPoint p)
double
GAELPoint. getIniDistance(GAELPoint p)
double
GAELPoint. getIniOrientation(GAELPoint p)
double
GAELPoint. getOrientation(GAELPoint p)
double
GAELPoint. getOrientationGap(GAELPoint p)
org.locationtech.jts.geom.Coordinate
SMSegment. getProjected(GAELPoint p)
Method parameters in eu.europa.ec.eurostat.jgiscotools.algo.deformationgael with type arguments of type GAELPoint Modifier and Type Method Description static Collection<SMSinglePoint>
GAELDecomposers. createSinglePoints(Collection<GAELPoint> ps)
static SMSinglePoint
GAELDecomposers. decompose(Collection<GAELPoint> ps, org.locationtech.jts.geom.Point pt)
static void
GAELDecomposers. decompose(org.locationtech.jts.geom.LineString line, double resolution, Collection<GAELPoint> ps, Collection<SMSegment> segs, boolean buildAngles, Collection<SMAngle> as)
static void
GAELDecomposers. decomposeLimit(org.locationtech.jts.geom.Polygon poly, double resolution, Collection<GAELPoint> ps, Collection<SMSegment> segs, boolean buildAngles, Collection<SMAngle> as)
Constructors in eu.europa.ec.eurostat.jgiscotools.algo.deformationgael with parameters of type GAELPoint Constructor Description SMAngle(GAELPoint pt1, GAELPoint pt, GAELPoint pt2)
SMSegment(GAELPoint pt1, GAELPoint pt2)
SMSinglePoint(GAELPoint pt)
SMTriangle(GAELPoint pt1, GAELPoint pt2, GAELPoint pt3)
Constructor parameters in eu.europa.ec.eurostat.jgiscotools.algo.deformationgael with type arguments of type GAELPoint Constructor Description GAELDeformable(HashSet<GAELPoint> pts)
-