uk.me.parabola.mkgmap.reader.osm
Class CoastlineFileLoader.CoastlineWay
java.lang.Object
uk.me.parabola.mkgmap.reader.osm.Element
uk.me.parabola.mkgmap.reader.osm.Way
uk.me.parabola.mkgmap.reader.osm.CoastlineFileLoader.CoastlineWay
- All Implemented Interfaces:
- java.lang.Iterable<java.lang.String>
- Enclosing class:
- CoastlineFileLoader
public static class CoastlineFileLoader.CoastlineWay
- extends Way
Methods inherited from class uk.me.parabola.mkgmap.reader.osm.Way |
addPoint, addPointIfNotEqualToLastPoint, clockwise, containsPointsOf, copy, getCofG, getPoints, isBoolTag, isClosed, isNotBoolTag, kind, reverse, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
CoastlineFileLoader.CoastlineWay
public CoastlineFileLoader.CoastlineWay(long id,
java.util.List<Coord> points)
getTag
public java.lang.String getTag(java.lang.String key)
- Overrides:
getTag
in class Element
toTagString
public java.lang.String toTagString()
- Overrides:
toTagString
in class Element
getTagsWithPrefix
public java.util.Map<java.lang.String,java.lang.String> getTagsWithPrefix(java.lang.String prefix,
boolean removePrefix)
- Overrides:
getTagsWithPrefix
in class Element
removeAllTags
protected void removeAllTags()
- Overrides:
removeAllTags
in class Element
getEntryIteratable
public java.lang.Iterable<java.util.Map.Entry<java.lang.String,java.lang.String>> getEntryIteratable()
- Overrides:
getEntryIteratable
in class Element
getBbox
public Area getBbox()