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
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-05
  • 2022-12-23
  • 2021-11-28
  • 2022-12-23
相关资源
相似解决方案