Uses of Class
org.geotools.pmtiles.store.ParamBuilder
Packages that use ParamBuilder
Package
Description
GeoTools DataStore implementation for PMTiles archives containing Mapbox Vector Tiles.
-
Uses of ParamBuilder in org.geotools.pmtiles.store
Methods in org.geotools.pmtiles.store that return ParamBuilderModifier and TypeMethodDescriptionParamBuilder.advancedLevel()
Marks this parameter as an advanced-level parameter.static ParamBuilder
ParamBuilder.builder()
ParamBuilder.defaultValue
(Object defaultValue) Sets the default value for the parameter.ParamBuilder.description
(String description) Sets the parameter description.ParamBuilder.description
(InternationalString description) Sets the parameter description using an InternationalString.Sets this parameter as part of the UI interface level.ParamBuilder.mandatory()
Shortcut forrequired(true)
ParamBuilder.maxOccurs
(int maxOccurs) Sets the maximum number of occurrences for this parameter.Adds a metadata entry to the parameter.Sets the metadata map for the parameter, replacing any existing metadata.ParamBuilder.minOccurs
(int minOccurs) Sets the minimum number of occurrences for this parameter.ParamBuilder.optional()
Shortcut forrequired(false)
ParamBuilder.password()
Mark this parameters as a passwordParamBuilder.password
(boolean isPassword) Mark whether this parameters is a passwordParamBuilder.programLevel()
Marks this parameter as a program-level parameter.ParamBuilder.required
(boolean required) Sets whether the parameter is required.Sets the parameter title.ParamBuilder.title
(InternationalString title) Sets the parameter title using an InternationalString.Sets the parameter type.ParamBuilder.userLevel()
Marks this parameter as a user-level parameter.