commonMain.earth.worldwind.util.MessageTable.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of worldwind-jvm Show documentation
Show all versions of worldwind-jvm Show documentation
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
val messageTable = mapOf(
"errorReadingProgramSource" to "Error reading program sources",
"exceptionParsingText" to "Exception parsing text",
"invalidBitmap" to "The bitmap is recycled",
"invalidCapacity" to "The capacity is less than 1",
"invalidCount" to "The count is invalid",
"invalidClipDistance" to "The clip distance is invalid",
"invalidFieldOfView" to "The field of view is invalid",
"invalidHeight" to "The height is invalid",
"invalidIndex" to "The index is invalid",
"invalidNumIntervals" to "The number of intervals is invalid",
"invalidNumLevels" to "The number of levels is invalid",
"invalidRadius" to "The radius is invalid",
"invalidRange" to "The range is invalid",
"invalidResolution" to "The resolution is invalid",
"invalidStride" to "The stride is invalid",
"invalidTileDelta" to "The tile delta is invalid",
"invalidWidth" to "The width is invalid",
"invalidWidthOrHeight" to "The width or the height is invalid",
"missingArray" to "The array insufficient length",
"missingLayerNames" to "The layer names are empty",
"singularMatrix" to "The matrix cannot be inverted"
)
© 2015 - 2024 Weber Informatics LLC | Privacy Policy