com.supermap.analyst

类 TopoBuild

  • java.lang.Object
    • com.supermap.analyst.TopoBuild


  • public class TopoBuild
    extends java.lang.Object
    拓扑分析类
    • 方法概要

      所有方法 静态方法 具体方法 
      限定符和类型 方法和说明
      static boolean topoBuildRegion(Dataset datasetLine, Dataset datasetRegion)
      线数据集拓扑生成面数据集
      • 从类继承的方法 java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 方法详细资料

      • topoBuildRegion

        public static boolean topoBuildRegion(Dataset datasetLine,
                                              Dataset datasetRegion)
        线数据集拓扑生成面数据集
        参数:
        datasetLine - 原始线数据集
        datasetRegion - 拓扑生成的面数据集
        返回:
        boolean 生成是否成功