类 RegionDumper

java.lang.Object
org.hipparchus.geometry.partitioning.RegionDumper

public class RegionDumper extends Object
类用于转储AbstractRegion的字符串表示。

此类仅用于测试和调试目的。

另请参阅:
  • 方法详细资料

    • dump

      public static String dump(ArcsSet arcsSet)
      获取ArcsSet的字符串表示。
      参数:
      arcsSet - 要转储的区域
      返回:
      区域的字符串表示
    • dump

      public static String dump(SphericalPolygonsSet sphericalPolygonsSet)
      获取SphericalPolygonsSet的字符串表示。
      参数:
      sphericalPolygonsSet - 要转储的区域
      返回:
      区域的字符串表示
    • dump

      public static String dump(IntervalsSet intervalsSet)
      获取IntervalsSet的字符串表示。
      参数:
      intervalsSet - 要转储的区域
      返回:
      区域的字符串表示
    • dump

      public static String dump(PolygonsSet polygonsSet)
      获取PolygonsSet的字符串表示。
      参数:
      polygonsSet - 要转储的区域
      返回:
      区域的字符串表示
    • dump

      public static String dump(PolyhedronsSet polyhedronsSet)
      获取PolyhedronsSet的字符串表示。
      参数:
      polyhedronsSet - 要转储的区域
      返回:
      区域的字符串表示