public class GeoCrs extends Object implements Serializable, Cloneable
| Constructor and Description |
|---|
GeoCrs() |
GeoCrs(String code) |
GeoCrs(String code,
String projection) |
| Modifier and Type | Method and Description |
|---|---|
GeoCrs |
clone() |
String |
getCode() |
String |
getProjection() |
List<Double> |
getResolutions() |
void |
setCode(String code) |
void |
setProjection(String projection) |
void |
setResolutions(List<Double> resolutions) |
GeoCrs |
withCode(String code) |
GeoCrs |
withProjection(String projection) |
GeoCrs |
withResolutions(List<Number> resolutions)
Accepts a list of Numbers instead of Doubles to support Integer arrays in Jython.
|
public GeoCrs(String code)
public GeoCrs()
public GeoCrs withResolutions(List<Number> resolutions)
resolutions - the resolutions.public String getCode()
public void setCode(String code)
public String getProjection()
public void setProjection(String projection)
Copyright © 2016–2021 Softelnet. All rights reserved.