uk.me.parabola.mkgmap.reader.osm
Class SeaPolygonRelation
java.lang.Object
uk.me.parabola.mkgmap.reader.osm.Element
uk.me.parabola.mkgmap.reader.osm.Relation
uk.me.parabola.mkgmap.reader.osm.MultiPolygonRelation
uk.me.parabola.mkgmap.reader.osm.SeaPolygonRelation
- All Implemented Interfaces:
- java.lang.Iterable<java.lang.String>
public class SeaPolygonRelation
- extends MultiPolygonRelation
A relation used by the sea generation code.
- Author:
- WanMil
Methods inherited from class uk.me.parabola.mkgmap.reader.osm.Element |
addTag, copy, copyTags, deleteTag, getEntryIteratable, getId, getName, getTag, getTagsWithPrefix, iterator, removeAllTags, setId, setName, toBrowseURL, toTagString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SeaPolygonRelation
public SeaPolygonRelation(Relation other,
java.util.Map<java.lang.Long,Way> wayMap,
Area bbox)
postProcessing
protected void postProcessing()
- Overrides:
postProcessing
in class MultiPolygonRelation
isFloodBlocker
public boolean isFloodBlocker()
setFloodBlocker
public void setFloodBlocker(boolean floodBlocker)
getFloodBlockerGap
public int getFloodBlockerGap()
setFloodBlockerGap
public void setFloodBlockerGap(int floodBlockerGap)
getFloodBlockerRatio
public double getFloodBlockerRatio()
setFloodBlockerRatio
public void setFloodBlockerRatio(double floodBlockerRatio)
getFloodBlockerThreshold
public int getFloodBlockerThreshold()
setFloodBlockerThreshold
public void setFloodBlockerThreshold(int floodBlockerThreshold)
isDebug
public boolean isDebug()
setDebug
public void setDebug(boolean debug)
getFloodBlockerRules
public Rule getFloodBlockerRules()
setFloodBlockerRules
public void setFloodBlockerRules(Rule floodBlockerRules)
setLandTag
public void setLandTag(java.lang.String landTag,
java.lang.String landValue)