You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ends: [uint]; // Array of end index in flat coordinates per geometry part with exterior ring first (NOTE: allowed and recommended to be null if 1 part)
xy: [double]; // Flat x and y coordinate array (flat pairs) (should not be null or empty)
z: [double]; // Flat z height array (should not be null or empty if header has_z)
m: [double]; // Flat m measurement array (should not be null or empty if header has_m)
t: [double]; // Flat t geodetic decimal year time array (should not be null or empty if header has_t)
tm: [ulong]; // Flat tm time nanosecond measurement array (should not be null or empty if header has_tm)
type: GeometryType; // Type of geometry (only for elements in heterogeneous collection types or if unknown in header)
parts: [Geometry]; // Array of parts (for heterogeneous collection types)