Class CutPointReflection

    • Field Detail

      • wall

        public org.locationtech.jts.geom.LineSegment wall
        x,y,z coordinates of the top segment of the wall that reflect the vertical cut plane z is altitude
      • wallPk

        public Long wallPk
        Unique external identifier of the wall. Could be the primary key of the related building in the database
      • wallAlpha

        public List<Double> wallAlpha
        Wall absorption coefficient per frequency band.
    • Constructor Detail

      • CutPointReflection

        public CutPointReflection()
        Empty constructor for deserialization
      • CutPointReflection

        public CutPointReflection​(CutPoint cutPoint,
                                  org.locationtech.jts.geom.LineSegment wall,
                                  List<Double> wallAlpha)
        Constructor
        Parameters:
        cutPoint - copy attributes
        wall -
        wallAlpha -
    • Method Detail

      • alphaAsArray

        public double[] alphaAsArray()
        Returns:
        Convert alpha values to a java array
      • setWallAlpha

        public void setWallAlpha​(List<Double> wallAlpha)
        Sets the wall alpha.
        Parameters:
        wallAlpha - The wall alpha.