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

commonMain.earth.worldwind.shape.milstd2525.MilStd2525.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.shape.milstd2525

expect object MilStd2525 {
    var modifiersThreshold: Double
    var labelScaleThreshold: Double
    var graphicsLineWidth: Float
        private set
    fun getSimplifiedSymbolID(sidc: String): String
    fun isTacticalGraphic(sidc: String): Boolean
    fun setAffiliation(sidc: String, affiliation: String?): String
    fun setStatus(sidc: String, status: String?): String
    fun setEchelon(sidc: String, echelon: String?): String
    fun setSymbolModifier(
        sidc: String, hq: Boolean, taskForce: Boolean, feintDummy: Boolean, installation: Boolean, mobility: String?
    ): String
    fun setCountryCode(sidc: String, countryCode: String?): String
    fun getLineColor(sidc: String): Int
    fun getFillColor(sidc: String): Int
    fun getUnfilledAttributes(sidc: String): Map
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy