Package mil.nga.geopackage.map.geom
Class MultiPolygonOptions
java.lang.Object
mil.nga.geopackage.map.geom.MultiPolygonOptions
Multiple Polygon Options object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidadd(PolygonOptions polygonOption) Add a polygon optionGet the global polygon optionsGet the polygon optionsvoidsetOptions(PolygonOptions options) Set the global polygon optionsvoidsetPolygonOptions(List<PolygonOptions> polygonOptions) Set the polygon optionsvoidvisible(boolean visible) Updates visibility of the shapevoidzIndex(float zIndex) Set the z index
-
Constructor Details
-
MultiPolygonOptions
public MultiPolygonOptions()
-
-
Method Details
-
add
Add a polygon option- Parameters:
polygonOption- polygon option
-
getPolygonOptions
Get the polygon options- Returns:
- polygon options
-
getOptions
Get the global polygon options- Returns:
- global polygon options
-
setOptions
Set the global polygon options- Parameters:
options- polygon options
-
setPolygonOptions
Set the polygon options- Parameters:
polygonOptions- polygon options
-
visible
public void visible(boolean visible) Updates visibility of the shape- Parameters:
visible- visible flag- Since:
- 2.0.1
-
zIndex
public void zIndex(float zIndex) Set the z index- Parameters:
zIndex- z index- Since:
- 2.0.1
-