Class CachedAttributionBingAerialTileSource.BingAttributionData

    • Method Detail

      • updateData

        protected byte[] updateData()
                             throws java.io.IOException
        Description copied from class: CacheCustomContent
        This function will be executed when an update is required. It has to be implemented by the inheriting class and should use a worker if it has a long wall time as the function is executed in the current thread.
        Specified by:
        updateData in class CacheCustomContent<java.io.IOException>
        Returns:
        the data to cache
        Throws:
        java.io.IOException
      • isOffline

        protected boolean isOffline()
        Description copied from class: CacheCustomContent
        Checks underlying resource is not accessed in offline mode.
        Specified by:
        isOffline in class CacheCustomContent<java.io.IOException>
        Returns:
        whether resource is accessed in offline mode