Class GroundAbsorption


  • public class GroundAbsorption
    extends Object
    • Constructor Detail

      • GroundAbsorption

        public GroundAbsorption​(org.locationtech.jts.geom.Geometry geom,
                                double coef)
        Main constructor
        Parameters:
        geom - Ground effect area footprint.
        coef - Ground effect coefficient.
    • Method Detail

      • getGeometry

        public org.locationtech.jts.geom.Geometry getGeometry()
        Retrieve the ground effect area footprint.
        Returns:
        The ground effect area footprint.
      • getCoefficient

        public double getCoefficient()
        Retrieve the ground effect coefficient.
        Returns:
        The ground effect coefficient.