All Downloads are FREE. Search and download functionalities are using the official Maven repository.

commonMain.earth.worldwind.util.ResourcePostprocessor.kt Maven / Gradle / Ivy

Go to download

The WorldWind Kotlin SDK (WWK) includes the library, examples and tutorials for building multiplatform 3D virtual globe applications for Android, Web and Java.

The newest version!
package earth.worldwind.util

/**
 * Interface for resource post-processing
 */
interface ResourcePostprocessor {
    /**
     * Process resource according to specified algorithm implementation
     * @param resource original resource
     * @return processed resource
     */
    suspend fun  process(resource: Resource): Resource
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy