Class SoDataSet.LDMDataModifier

    • Constructor Summary

      Constructors 
      Constructor Description
      LDMDataModifier()
      Deprecated.
       
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      void modifyData​(SbBox3i32 tile_box, int resolution_level, java.nio.ByteBuffer data)
      Deprecated.
      This methods can change the content of the given buffer
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • LDMDataModifier

        public LDMDataModifier()
        Deprecated.
    • Method Detail

      • modifyData

        public void modifyData​(SbBox3i32 tile_box,
                               int resolution_level,
                               java.nio.ByteBuffer data)
        Deprecated.
        This methods can change the content of the given buffer
        Parameters:
        tile_box - SbBox3i32 The position of tile in data space
        resolution_level - Resolution level of the tile.
        data - Buffer data of the current loaded tile. its length (in bytes) equals getDataSize() * ldmResourceParameters.getValue().getTileSize() ^ 3
        Since:
        6.0