Package | Description |
---|---|
org.geotools.ysld |
Modifier and Type | Method and Description |
---|---|
static Tuple |
Tuple.of(int n)
Returns an empty tuple of length n.
|
static Tuple |
Tuple.of(Object... values)
Return a tuple comprised of the passed values
|
Tuple |
Tuple.parse(List<?> seq)
Parse the values of seq and write them to this Tuple
|
Tuple |
Tuple.parse(Object obj)
Parse an object to this Tuple
|
Tuple |
Tuple.parse(String str)
Deprecated.
|
Copyright © 1996–2019 Geotools. All rights reserved.