Uses of Class
org.apache.sis.parameter.ParameterBuilder
-
Packages that use ParameterBuilder Package Description org.apache.sis.parameter Descriptions and values of parameters used by a coordinate operation or a process. -
-
Uses of ParameterBuilder in org.apache.sis.parameter
Methods in org.apache.sis.parameter that return ParameterBuilder Modifier and Type Method Description ParameterBuilder
ParameterBuilder. setRequired(boolean required)
Sets whether the parameter is mandatory or optional.
-