public class TDRelation extends Object
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static TDRelation |
fromRelation(org.openstreetmap.osmosis.core.domain.v0_6.Relation relation,
WayResolver resolver,
String preferredLanguage)
Creates a new TDRelation from an osmosis entity using the given WayResolver.
|
String |
getHouseNumber() |
long |
getId() |
byte |
getLayer() |
TDWay[] |
getMemberWays() |
String |
getName() |
String |
getRef() |
short[] |
getTags() |
int |
hashCode() |
boolean |
hasTags() |
boolean |
isCoastline() |
boolean |
isRenderRelevant() |
static boolean |
knownRelationType(String type) |
String |
toString() |
public static TDRelation fromRelation(org.openstreetmap.osmosis.core.domain.v0_6.Relation relation, WayResolver resolver, String preferredLanguage)
relation - the relationresolver - the resolverpreferredLanguage - the preferred language or null if no preferencepublic static boolean knownRelationType(String type)
type - the type attribute of a relationpublic String getHouseNumber()
public long getId()
public byte getLayer()
public TDWay[] getMemberWays()
public String getName()
public String getRef()
public short[] getTags()
public boolean hasTags()
public boolean isCoastline()
public boolean isRenderRelevant()
Copyright © 2014 mapsforge.org