|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectJNIBase
es.gva.cit.jgdal.OGRSpatialReference
Contiene las funcionalidades necesarias para el acceso a los elementos de un dataset de gdal correspondiente a una imágen
Constructor Summary | |
OGRSpatialReference()
Constructor generico |
|
OGRSpatialReference(long cPtr)
Constructor a partir de la dirección de memoria |
Method Summary | |
java.lang.String |
exportToWkt()
Devuelve la codificación WKT |
protected void |
finalize()
Destructor |
boolean |
getHemisphere()
Obtiene el hemisferio |
int |
getUTMZone()
Lee la zona UTM |
void |
setUTM(int zona,
boolean norte_sur)
Escribe la zona UTM pasada por parámetro |
void |
setWellKnownGeogCS(java.lang.String cs)
Asigna las coordenadas geográficas |
Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public OGRSpatialReference(long cPtr)
public OGRSpatialReference()
Method Detail |
public void setUTM(int zona, boolean norte_sur) throws GdalException
zona
- Zona UTMnorte_sur
- TRUE hemisferio norte y FALSE hemisferio sur
GdalException
public int getUTMZone() throws GdalException
GdalException
public boolean getHemisphere() throws GdalException
GdalException
public void setWellKnownGeogCS(java.lang.String cs) throws GdalException
cs
- Coordenadas geograficas soportadas:GdalException
public java.lang.String exportToWkt() throws GdalException
GdalException
protected void finalize()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |