com.supermap.mapping.collector

类 ElementPoint



  • public class ElementPoint
    extends CollectorElement
    点类型采集对象类。
    • 构造器详细资料

      • ElementPoint

        public ElementPoint()
        构造一个新的点类型的采集对象。
    • 方法详细资料

      • fromGeometry

        public boolean fromGeometry(Geometry geometry)
        通过 Geomotry 构造点类型的采集对象。
        指定者:
        fromGeometry 在类中 CollectorElement
        参数:
        geometry - 地理元素。
        返回:
        一个布尔值,构造成功返回true,否则返回false。