Package | Description |
---|---|
org.apache.sis.parameter |
Descriptions and values of parameters used by a coordinate operation or a process.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
void |
ParameterFormat.setContentLevel(ParameterFormat.ContentLevel level)
Sets the amount of information to put in the table.
|
Copyright © 2010–2014 The Apache Software Foundation. All rights reserved.