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