Uses of Class
org.apache.sis.parameter.ParameterFormat.ContentLevel
-
Packages that use ParameterFormat.ContentLevel Package Description org.apache.sis.parameter Descriptions and values of parameters used by a coordinate operation or a process. -
-
Uses of ParameterFormat.ContentLevel in org.apache.sis.parameter
Methods in org.apache.sis.parameter that return ParameterFormat.ContentLevel Modifier and Type Method Description ParameterFormat.ContentLevel
ParameterFormat. getContentLevel()
Returns the amount of information to put in the table.static ParameterFormat.ContentLevel
ParameterFormat.ContentLevel. valueOf(String name)
Returns the enum constant of this type with the specified name.static ParameterFormat.ContentLevel[]
ParameterFormat.ContentLevel. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.sis.parameter with parameters of type ParameterFormat.ContentLevel Modifier and Type Method Description void
ParameterFormat. setContentLevel(ParameterFormat.ContentLevel level)
Sets the amount of information to put in the table.
-