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
Subclasses with type arguments of type ParameterFormat.ContentLevel in org.apache.sis.parameterModifier and TypeClassDescriptionstatic enumThe amount of information to include in the table formatted byParameterFormat.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.ContentLevelReturns 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 TypeMethodDescriptionvoidParameterFormat.setContentLevel(ParameterFormat.ContentLevel level) Sets the amount of information to put in the table.