类 RegionParser
java.lang.Object
org.hipparchus.geometry.partitioning.RegionParser
Class parsing a string representation of an
AbstractRegion.
此类仅用于测试和调试目的。
- 另请参阅:
-
方法概要
修饰符和类型方法说明static ArcsSetParse a string representation of anArcsSet.static IntervalsSetParse a string representation of anIntervalsSet.static PolygonsSetParse a string representation of aPolygonsSet.static PolyhedronsSetParse a string representation of aPolyhedronsSet.static SphericalPolygonsSetParse a string representation of aSphericalPolygonsSet.
-
方法详细资料
-
parseArcsSet
Parse a string representation of anArcsSet.- 参数:
-
s- 要解析的字符串 - 返回:
- 解析后的区域
- 抛出:
-
IOException- 如果无法读取字符串 -
ParseException- 如果无法解析字符串
-
parseSphericalPolygonsSet
public static SphericalPolygonsSet parseSphericalPolygonsSet(String s) throws IOException, ParseException Parse a string representation of aSphericalPolygonsSet.- 参数:
-
s- 要解析的字符串 - 返回:
- 解析后的区域
- 抛出:
-
IOException- 如果无法读取字符串 -
ParseException- 如果无法解析字符串
-
parseIntervalsSet
Parse a string representation of anIntervalsSet.- 参数:
-
s- 要解析的字符串 - 返回:
- 解析后的区域
- 抛出:
-
IOException- 如果无法读取字符串 -
ParseException- 如果无法解析字符串
-
parsePolygonsSet
Parse a string representation of aPolygonsSet.- 参数:
-
s- 要解析的字符串 - 返回:
- 解析后的区域
- 抛出:
-
IOException- 如果无法读取字符串 -
ParseException- 如果无法解析字符串
-
parsePolyhedronsSet
Parse a string representation of aPolyhedronsSet.- 参数:
-
s- 要解析的字符串 - 返回:
- 解析后的区域
- 抛出:
-
IOException- 如果无法读取字符串 -
ParseException- 如果无法解析字符串
-