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