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 GAELPointSMSinglePoint. getPoint()GAELPointSMAngle. getPt()GAELPointSMAngle. getPt1()GAELPointSMSegment. getPt1()GAELPointSMTriangle. getPt1()GAELPointSMAngle. getPt2()GAELPointSMSegment. getPt2()GAELPointSMTriangle. getPt2()GAELPointSMTriangle. 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 voidGAELDeformable. diffuse(GAELPoint gp)org.locationtech.jts.geom.CoordinateCAngleValue. getDisplacement(GAELPoint pt, double alpha)org.locationtech.jts.geom.CoordinateCPointPointDistance. getDisplacement(GAELPoint p, double alpha)org.locationtech.jts.geom.CoordinateCPointPointMaximalDistance. getDisplacement(GAELPoint p, double alpha)org.locationtech.jts.geom.CoordinateCPointPointMinimalDistance. getDisplacement(GAELPoint p, double alpha)org.locationtech.jts.geom.CoordinateCPointPosition. getDisplacement(GAELPoint p, double alpha)org.locationtech.jts.geom.CoordinateCPointSegmentJoin. getDisplacement(GAELPoint p, double alpha)org.locationtech.jts.geom.CoordinateCPointSegmentMinimalDistance. getDisplacement(GAELPoint p, double alpha)org.locationtech.jts.geom.CoordinateCSegmentLength. getDisplacement(GAELPoint pt, double alpha)org.locationtech.jts.geom.CoordinateCSegmentMaximalLength. getDisplacement(GAELPoint p, double alpha)org.locationtech.jts.geom.CoordinateCSegmentMinimalLength. getDisplacement(GAELPoint p, double alpha)org.locationtech.jts.geom.CoordinateCSegmentOrientation. getDisplacement(GAELPoint pt, double alpha)org.locationtech.jts.geom.CoordinateCSegmentSegmentJoin. getDisplacement(GAELPoint p, double alpha)org.locationtech.jts.geom.CoordinateCSegmentSegmentMinimalDistance. getDisplacement(GAELPoint p, double alpha)org.locationtech.jts.geom.CoordinateCSubmicroCenterPosition. getDisplacement(GAELPoint pt, double alpha)org.locationtech.jts.geom.CoordinateCTriangleArea. getDisplacement(GAELPoint pt, double alpha)org.locationtech.jts.geom.CoordinateCTriangleCenterPreservation. getDisplacement(GAELPoint pt, double alpha)org.locationtech.jts.geom.CoordinateGAELConstraint. getDisplacement(GAELPoint p)protected abstract org.locationtech.jts.geom.CoordinateGAELConstraint. getDisplacement(GAELPoint p, double alpha)doubleGAELPoint. getDistance(GAELPoint p)doubleSMSegment. getDistance(GAELPoint p)doubleGAELPoint. getIniDistance(GAELPoint p)doubleGAELPoint. getIniOrientation(GAELPoint p)doubleGAELPoint. getOrientation(GAELPoint p)doubleGAELPoint. getOrientationGap(GAELPoint p)org.locationtech.jts.geom.CoordinateSMSegment. 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 SMSinglePointGAELDecomposers. decompose(Collection<GAELPoint> ps, org.locationtech.jts.geom.Point pt)static voidGAELDecomposers. decompose(org.locationtech.jts.geom.LineString line, double resolution, Collection<GAELPoint> ps, Collection<SMSegment> segs, boolean buildAngles, Collection<SMAngle> as)static voidGAELDecomposers. 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)
-