public class TestNode extends TestEntityimplements OsmNode
| Constructor and Description |
|---|
TestNode(long id, double lon, double lat)
|
TestNode(long id, double lon, double lat, List
|
TestNode(long id, double lon, double lat, List
|
TestNode(long id, double lon, double lat, TestMetadata
|
| Modifier and Type | Method and Description |
|---|---|
double |
getLatitude()
|
double |
getLongitude()
|
void |
setLatitude(double lat)
|
void |
setLongitude(double lon)
|
getId, getMetadata, getNumberOfTags, getTag, getTags, setMetadata, setTagsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetId, getMetadata, getNumberOfTags, getTagpublic TestNode(long id,
double lon,
double lat)public TestNode(long id,
double lon,
double lat,
TestMetadata metadata) public TestNode(long id,
double lon,
double lat,
List<TestTag> tags,
TestMetadata metadata)