commonMain.earth.worldwind.ogc.gml.GmlDomainSet.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.gml
import kotlinx.serialization.Serializable
import nl.adaptivity.xmlutil.serialization.XmlPolyChildren
@Serializable
data class GmlDomainSet(
@XmlPolyChildren(["earth.worldwind.ogc.gml.GmlPoint", "earth.worldwind.ogc.gml.GmlGrid", "earth.worldwind.ogc.gml.GmlRectifiedGrid"])
val geometry: GmlAbstractGeometry
)
© 2015 - 2024 Weber Informatics LLC | Privacy Policy