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

main.cesium.getExtensionFromUri.kt Maven / Gradle / Ivy

// Automatically generated - do not modify!

package cesium

/**
 * Given a URI, returns the extension of the URI.
 * ```
 * //extension will be "czml";
 * var extension = getExtensionFromUri('/Gallery/simple.czml?value=true&example=false');
 * ```
 * @param [uri] The Uri.
 * @return The extension of the Uri.
 * @see Online Documentation
 */
external fun getExtensionFromUri(uri: String): String




© 2015 - 2024 Weber Informatics LLC | Privacy Policy