commonMain.earth.worldwind.ogc.wmts.WmtsNamespace.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.
package earth.worldwind.ogc.wmts
const val WMTS10_NAMESPACE = "http://www.opengis.net/wmts/1.0"
const val WMTS10_PREFIX = ""
const val OWS11_NAMESPACE = "http://www.opengis.net/ows/1.1"
const val OWS11_PREFIX = "ows"
const val XLINK_NAMESPACE = "http://www.w3.org/1999/xlink"
const val XLINK_PREFIX = "xlink"
© 2015 - 2024 Weber Informatics LLC | Privacy Policy