com.supermap.mapping.collector

Class ElementPoint



  • public class ElementPoint
    extends CollectorElement
    point type collection object class.
    • Constructor Detail

      • ElementPoint

        public ElementPoint()
        Construct a new point type of collection object
    • Method Detail

      • fromGeometry

        public boolean fromGeometry(Geometry geometry)
        construct point type collection object by Geometry.
        Specified by:
        fromGeometry in class CollectorElement
        Parameters:
        geometry - geographic element.
        Returns:
        A boolean. Return true if successful; otherwise, false.