commonMain.earth.worldwind.ogc.gml.GmlBoundingShape.kt Maven / Gradle / Ivy
package earth.worldwind.ogc.gml
import kotlinx.serialization.Serializable
@Serializable
data class GmlBoundingShape(
val envelope: GmlEnvelope,
val nilReason: String? = null
)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy