com.supermap.analyst

Class TopoBuild

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


  • public class TopoBuild
    extends java.lang.Object
    Topo analysis class.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method and Description
      static boolean topoBuildRegion(Dataset datasetLine, Dataset datasetRegion)
      Build region dataset from line dataset by topo.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • topoBuildRegion

        public static boolean topoBuildRegion(Dataset datasetLine,
                                              Dataset datasetRegion)
        Build region dataset from line dataset by topo.
        Parameters:
        datasetLine - Orignal line dataset
        datasetRegion - Region dataset by topo
        Returns:
        boolean Whether successfully created or not