public class PBuildCity
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private Coordinate |
location |
private static long |
serialVersionUID |
Constructor and Description |
---|
PBuildCity() |
PBuildCity(Coordinate location) |
Modifier and Type | Method and Description |
---|---|
Coordinate |
getLocation() |
void |
setLocation(Coordinate location) |
private static final long serialVersionUID
private Coordinate location
public PBuildCity()
public PBuildCity(Coordinate location)
location
- public Coordinate getLocation()
public void setLocation(Coordinate location)
location
- the vertexLocation to set