Class MultiGeoPolyline

  • All Implemented Interfaces:
    GeoData

    public class MultiGeoPolyline
    extends MultiGeoData<GeoPath>
    A MultiGeoPolyline can contain multiple paths. Each path is a GeoPath object.
    • Constructor Detail

      • MultiGeoPolyline

        public MultiGeoPolyline()
    • Method Detail

      • addGeoPolyline

        public void addGeoPolyline​(GeoPath path)
        Add GeoPath object into list.
        Parameters:
        path - a GeoPath object
      • getPolylines

        public java.util.List<GeoPath> getPolylines()
        Return all the path objects.
        Returns:
        List of GeoPath objects.
      • getGeoType

        public int getGeoType()
        Description copied from interface: GeoData
        Returns the map object type. The value of the object type is from EnumMapFeatures map object types.
        Returns:
        a EnumMapFeatures map object type.