public class Pos extends Object
Constructor and Description |
---|
Pos() |
Modifier and Type | Method and Description |
---|---|
int |
getDimension() |
Double |
getX() |
String |
getXY() |
Double |
getY() |
boolean |
hasDimension() |
boolean |
hasXY() |
void |
setDimension(int dimension) |
void |
setX(Double x) |
void |
setXY(String xy) |
void |
setY(Double y) |
String |
toXML() |
public void setXY(String xy) throws NumberFormatException
NumberFormatException
public void setX(Double x)
public Double getX()
public void setY(Double y)
public Double getY()
public String getXY()
public boolean hasXY()
public void setDimension(int dimension)
public int getDimension()
public boolean hasDimension()
public String toXML()
Copyright © 2010–2020 team GEOZET. All rights reserved.