Package com.massifmaps.styles
Class GeometryCollectionStyle
java.lang.Object
com.massifmaps.styles.Style
com.massifmaps.styles.GeometryCollectionStyle
A style for geometry collections. Contains styles for points, lines, polygons.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the line style.Returns the point style.Returns the polygon style.
-
Method Details
-
getPointStyle
Returns the point style.- Returns:
- The point style.
-
getLineStyle
Returns the line style.- Returns:
- The line style.
-
getPolygonStyle
Returns the polygon style.- Returns:
- The polygon style.
-