public static class ReaderRelation.Member extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
NODE |
static int |
RELATION |
static int |
WAY |
| Constructor and Description |
|---|
Member(int type,
long ref,
String role) |
| Modifier and Type | Method and Description |
|---|---|
long |
getRef()
member reference which is an OSM ID
|
String |
getRole() |
int |
getType() |
String |
toString() |
public static final int NODE
public static final int WAY
public static final int RELATION
public Member(int type,
long ref,
String role)
Copyright © 2012–2020. All rights reserved.