Uses of Enum Class
org.apache.sis.parameter.ParameterFormat.ContentLevel
Packages that use ParameterFormat.ContentLevel
Package
Description
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.ContentLevelModifier and TypeMethodDescriptionParameterFormat.getContentLevel()
Returns the amount of information to put in the table.static ParameterFormat.ContentLevel
Returns the enum constant of this class with the specified name.static ParameterFormat.ContentLevel[]
ParameterFormat.ContentLevel.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.sis.parameter with parameters of type ParameterFormat.ContentLevelModifier and TypeMethodDescriptionvoid
ParameterFormat.setContentLevel
(ParameterFormat.ContentLevel level) Sets the amount of information to put in the table.