public interface ICrs extends IProjection
Modifier and Type | Method and Description |
---|---|
int |
getCode()
Código del CRS
|
CrsProj |
getCrsProj() |
CrsWkt |
getCrsWkt()
Campos de la cadena wkt
|
String |
getProj4String() |
String |
getSourceTransformationParams()
Devuelve los parametros de la transformacion del crs fuente
|
String |
getTargetTransformationParams()
Devuelve los parametros de la transformacion del crs destino
|
String |
getWKT()
Cadena WKT del CRS utilizado
|
void |
setTransformationParams(String sourceParams,
String TargetParams)
Establece los parámetros de transformación para el CRS fuente y para
el destino
|
createPoint, drawGrid, export, fromGeo, getAbrev, getCT, getDatum, getExtent, getFullCode, getGridColor, getScale, isProjected, setGridColor, toGeo
int getCode()
String getWKT()
void setTransformationParams(String sourceParams, String TargetParams)
sourceParams
- Parámetros de transformación (proj4) en el CRS fuente.
null
si no se quiere asignar parámetros en la fuente.TargetParams
- Parámetros de transformación (proj4) en el CRS destino.
null
si no se quiere asignar parámetros en el destino.String getSourceTransformationParams()
String getTargetTransformationParams()
CrsWkt getCrsWkt()
CrsProj getCrsProj()
String getProj4String() throws CrsException
CrsException