commonMain.earth.worldwind.ogc.OwsException.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.ogc
import earth.worldwind.ogc.ows.OwsExceptionReport
open class OwsException(val exceptionReport: OwsExceptionReport) : Exception(exceptionReport.toPrettyString())
© 2015 - 2025 Weber Informatics LLC | Privacy Policy