Package org.heigit.ohsome.oshdb.osh
Interface OSHRelation
-
- All Superinterfaces:
OSHEntity
- All Known Implementing Classes:
OSHRelationImpl
public interface OSHRelation extends OSHEntity
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default OSMType
getType()
Iterable<OSMRelation>
getVersions()
-
Methods inherited from interface org.heigit.ohsome.oshdb.osh.OSHEntity
getBoundable, getId, getNodes, getTagKeys, getWays, hasTagKey, hasTagKey
-
-
-
-
Method Detail
-
getVersions
Iterable<OSMRelation> getVersions()
- Specified by:
getVersions
in interfaceOSHEntity
-
-