HapiPolyline
data class HapiPolyline(crd: List<Double>, name: String?, delta: Boolean, dim: Int, type: HapiCoord.Type, crdEncYX: String?, crdEncZ: String?, crdEncS: String?)
Content copied to clipboard
Describes a polyline structure
Constructors
HapiPolyline
Link copied to clipboard
fun HapiPolyline(crd: List<Double> = emptyList(), name: String?, delta: Boolean, dim: Int = 2, type: HapiCoord.Type = HapiCoord.Type.WGS84, crdEncYX: String?, crdEncZ: String?, crdEncS: String?)
Content copied to clipboard