public class

GeometryCollectionStyle

extends Style
java.lang.Object
   ↳ com.carto.styles.Style
     ↳ com.carto.styles.GeometryCollectionStyle

Class Overview

A style for geometry collections. Contains styles for points, lines, polygons.

Summary

Public Methods
synchronized void delete()
LineStyle getLineStyle()
Returns the line style.
PointStyle getPointStyle()
Returns the point style.
PolygonStyle getPolygonStyle()
Returns the polygon style.
[Expand]
Inherited Methods
From class com.carto.styles.Style
From class java.lang.Object

Public Methods

public synchronized void delete ()

public LineStyle getLineStyle ()

Returns the line style.

Returns
  • The line style.

public PointStyle getPointStyle ()

Returns the point style.

Returns
  • The point style.

public PolygonStyle getPolygonStyle ()

Returns the polygon style.

Returns
  • The polygon style.