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