Interface Scene


  • public interface Scene
    Represents a geo-coded scene. This interface is not meant to be implemented by clients.
    • Method Detail

      • setGeoCoding

        void setGeoCoding​(GeoCoding geoCoding)
      • getRasterWidth

        int getRasterWidth()
      • getRasterHeight

        int getRasterHeight()
      • isSameRasterSize

        boolean isSameRasterSize​(Scene other)