public static enum GSResourceEncoder.ProjectionPolicy extends Enum<GSResourceEncoder.ProjectionPolicy>
REPROJECT_TO_DECLARED Reproject from native to declared CRS
FORCE_DECLARED Use the declared CRS (ignore native)
NONE No reprojection (use native CRS)
| Enum Constant and Description |
|---|
FORCE_DECLARED
Use the declared CRS (ignore native)
|
NONE
Keep native
|
REPROJECT_TO_DECLARED
Reproject from native to declared CRS
|
| Modifier and Type | Method and Description |
|---|---|
static GSResourceEncoder.ProjectionPolicy |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GSResourceEncoder.ProjectionPolicy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GSResourceEncoder.ProjectionPolicy REPROJECT_TO_DECLARED
public static final GSResourceEncoder.ProjectionPolicy FORCE_DECLARED
public static final GSResourceEncoder.ProjectionPolicy NONE
public static GSResourceEncoder.ProjectionPolicy[] values()
for (GSResourceEncoder.ProjectionPolicy c : GSResourceEncoder.ProjectionPolicy.values()) System.out.println(c);
public static GSResourceEncoder.ProjectionPolicy valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2007–2016 PDOK. All rights reserved.