public static bool IsNullOrEmpty(this Geometry geometry) { if (geometry == null) return true; return geometry.IsEmpty; }
posted on 2020-03-12 09:52 gisai 阅读(479) 评论(0) 编辑 收藏 举报