public class SITPunto extends Object
Constructor and Description |
---|
SITPunto(it.prato.comune.utilita.logging.interfaces.LogInterface logger,
Double x,
Double y,
String SRID)
Costruttore della classe SITPunto.
|
Modifier and Type | Method and Description |
---|---|
String |
getSRID() |
Double |
getX() |
Double |
getY() |
void |
setSRID(String srid) |
void |
setX(Double x) |
void |
setY(Double y) |
void |
trasforma(String targetSRID)
Converte le coordinate del punto corrente nel sistema di riferimento specificato come parametro.
|
public Double getX()
public void setX(Double x)
x
- public Double getY()
public void setY(Double y)
y
- public String getSRID()
public void setSRID(String srid)
srid
- public void trasforma(String targetSRID) throws SITException
targetSRID
- SITException
Copyright © 2017 Comune di Prato. All rights reserved.