Uses of Enum
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.Fields in org.apache.sis.parameter declared as ParameterFormat.ContentLevelModifier and TypeFieldDescriptionprivate ParameterFormat.ContentLevelParameterFormat.contentLevelThe amount of information to put in the table.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 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.ContentLevelModifier and TypeMethodDescriptionvoidParameterFormat.setContentLevel(ParameterFormat.ContentLevel level) Sets the amount of information to put in the table.