public class TestDataSet extends Object
| Constructor and Description |
|---|
TestDataSet()
|
TestDataSet(InMemoryDataSet
|
TestDataSet(TestDataSet
|
| Modifier and Type | Method and Description |
|---|---|
TestBounds |
getBounds()
|
List |
getNodes()
|
List |
getRelations()
|
List |
getWays()
|
boolean |
hasBounds()
|
void |
setBounds(TestBounds
|
void |
setNodes(List
|
void |
setRelations(List
|
void |
setWays(List
|
public TestDataSet()
public TestDataSet(TestDataSetdata)
public TestDataSet(InMemoryDataSetdata)
public boolean hasBounds()
public TestBoundsgetBounds()
public void setBounds(TestBoundsbounds)
public List<TestRelation > getRelations()
public void setRelations(List<TestRelation > relations)