Class GeometryCollectionStyle

java.lang.Object
com.massifmaps.styles.Style
com.massifmaps.styles.GeometryCollectionStyle

public class GeometryCollectionStyle extends Style
A style for geometry collections. Contains styles for points, lines, polygons.
  • Method Details

    • getPointStyle

      public PointStyle getPointStyle()
      Returns the point style.
      Returns:
      The point style.
    • getLineStyle

      public LineStyle getLineStyle()
      Returns the line style.
      Returns:
      The line style.
    • getPolygonStyle

      public PolygonStyle getPolygonStyle()
      Returns the polygon style.
      Returns:
      The polygon style.