public static bool IsNullOrEmpty(this Geometry geometry) { if (geometry == null) return true; return geometry.IsEmpty; } 相关文章: 2021-06-01 2021-11-28 2021-11-28 2021-11-27 2021-12-04 2021-06-11 2021-09-23 2021-07-04