com.supermap.mapping.dyn

Class DynamicLine



  • public class DynamicLine
    extends DynamicElement
    The dynamic layer line object class.
    • Constructor Detail

      • DynamicLine

        public DynamicLine()
        Create a new line object on the dynamic layer.
    • Method Detail

      • fromGeometry

        public boolean fromGeometry(Geometry geometry)
        Create a new line object on the dynamic layer through Geometry.
        Specified by:
        fromGeometry in class DynamicElement
        Parameters:
        geometry - Geographic elements
        Returns:
        Whether it is successful.