pub type gaiaLayerExtent = gaiaLayerExtentInfos;Expand description
Layer Extent infos
Aliased Type§
struct gaiaLayerExtent {
pub Count: i32,
pub MinX: f64,
pub MinY: f64,
pub MaxX: f64,
pub MaxY: f64,
}Fields§
§Count: i32row count (aka feature count)
MinX: f64Extent: min X
MinY: f64Extent: min Y
MaxX: f64Extent: max X
MaxY: f64Extent: max Y