类 RegionDumper
java.lang.Object
org.hipparchus.geometry.partitioning.RegionDumper
类用于转储
AbstractRegion
的字符串表示。
此类仅用于测试和调试目的。
- 另请参阅:
-
方法概要
修饰符和类型方法说明static String
dump
(IntervalsSet intervalsSet) 获取IntervalsSet
的字符串表示。static String
dump
(PolyhedronsSet polyhedronsSet) 获取PolyhedronsSet
的字符串表示。static String
dump
(PolygonsSet polygonsSet) 获取PolygonsSet
的字符串表示。static String
获取ArcsSet
的字符串表示。static String
dump
(SphericalPolygonsSet sphericalPolygonsSet) 获取SphericalPolygonsSet
的字符串表示。
-
方法详细资料
-
dump
获取ArcsSet
的字符串表示。- 参数:
-
arcsSet
- 要转储的区域 - 返回:
- 区域的字符串表示
-
dump
获取SphericalPolygonsSet
的字符串表示。- 参数:
-
sphericalPolygonsSet
- 要转储的区域 - 返回:
- 区域的字符串表示
-
dump
获取IntervalsSet
的字符串表示。- 参数:
-
intervalsSet
- 要转储的区域 - 返回:
- 区域的字符串表示
-
dump
获取PolygonsSet
的字符串表示。- 参数:
-
polygonsSet
- 要转储的区域 - 返回:
- 区域的字符串表示
-
dump
获取PolyhedronsSet
的字符串表示。- 参数:
-
polyhedronsSet
- 要转储的区域 - 返回:
- 区域的字符串表示
-