public class VertexStore.Vertex extends Object
Modifier and Type | Field and Description |
---|---|
int |
index |
Constructor and Description |
---|
Vertex()
Must call advance() before use, e.g.
|
Vertex(int index) |
Modifier and Type | Method and Description |
---|---|
boolean |
advance() |
int |
getFixedLat() |
int |
getFixedLon() |
double |
getLat() |
double |
getLon() |
void |
seek(int index) |
void |
setLat(double lat) |
void |
setLatLon(double lat,
double lon) |
void |
setLon(double lon) |
public Vertex()
public Vertex(int index)
public boolean advance()
public void seek(int index)
public void setLat(double lat)
public void setLon(double lon)
public void setLatLon(double lat, double lon)
public double getLat()
public double getLon()
public int getFixedLat()
public int getFixedLon()
Copyright © 2015. All rights reserved.