Class StreetsideImage

    • Field Detail

      • la

        private double la
      • lo

        private double lo
      • al

        private double al
      • ro

        private double ro
      • pi

        private double pi
      • bl

        private java.lang.String bl
      • ml

        private int ml
      • nbn

        private java.util.List<java.lang.String> nbn
      • pbn

        private java.util.List<java.lang.String> pbn
      • ad

        private int ad
    • Constructor Detail

      • StreetsideImage

        public StreetsideImage​(java.lang.String id,
                               LatLon latLon,
                               double he)
        Main constructor of the class StreetsideImage
        Parameters:
        id - The unique identifier of the image.
        latLon - The latitude and longitude where it is positioned.
        he - The direction of the images in degrees, meaning 0 north.
      • StreetsideImage

        public StreetsideImage​(java.lang.String id,
                               double la,
                               double lo)
    • Method Detail

      • getId

        public java.lang.String getId()
        Returns the unique identifier of the object.
        Overrides:
        getId in class StreetsideAbstractImage
        Returns:
        A String containing the unique identifier of the object.
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object object)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • getAl

        public double getAl()
        Returns:
        the altitude
      • setAl

        public void setAl​(double altitude)
        Parameters:
        altitude - the altitude to set
      • getRo

        public double getRo()
        Returns:
        the roll
      • setRo

        public void setRo​(double roll)
        Parameters:
        roll - the roll to set
      • getPi

        public double getPi()
        Returns:
        the pi
      • setPi

        public void setPi​(double pitch)
        Parameters:
        pitch - the pi to set
      • getBl

        public java.lang.String getBl()
        Returns:
        the burringl
      • setBl

        public void setBl​(java.lang.String blurring)
        Parameters:
        blurring - the blurring to set
      • getMl

        public int getMl()
        Returns:
        the ml
      • setMl

        public void setMl​(int ml)
        Parameters:
        ml - the ml to set
      • getNbn

        public java.util.List<java.lang.String> getNbn()
        Returns:
        the nbn
      • setNbn

        public void setNbn​(java.util.List<java.lang.String> nbn)
        Parameters:
        nbn - the nbn to set
      • getPbn

        public java.util.List<java.lang.String> getPbn()
        Returns:
        the pbn
      • setPbn

        public void setPbn​(java.util.List<java.lang.String> pbn)
        Parameters:
        pbn - the pbn to set
      • getAd

        public int getAd()
        Returns:
        the ad
      • setAd

        public void setAd​(int ad)
        Parameters:
        ad - the ad to set
      • getLa

        public double getLa()
        Returns:
        the la
      • setLa

        public void setLa​(double la)
        Parameters:
        la - the la to set
      • getLo

        public double getLo()
        Returns:
        the lo
      • setLo

        public void setLo​(double lo)
        Parameters:
        lo - the lo to set