Package mil.nga.geopackage.map.geom
Class MultiPolygonOptions
java.lang.Object
mil.nga.geopackage.map.geom.MultiPolygonOptions
Multiple Polygon Options object
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
add
(PolygonOptions polygonOption) Add a polygon optionGet the global polygon optionsGet the polygon optionsvoid
setOptions
(PolygonOptions options) Set the global polygon optionsvoid
setPolygonOptions
(List<PolygonOptions> polygonOptions) Set the polygon optionsvoid
visible
(boolean visible) Updates visibility of the shapevoid
zIndex
(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
-