public class PoiWriterConfiguration extends Object
| Constructor and Description |
|---|
PoiWriterConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
void |
addBboxConfiguration(String bbox)
Convenience method.
|
void |
addOutputFile(String file)
Convenience method.
|
org.mapsforge.core.model.BoundingBox |
getBboxConfiguration() |
String |
getComment() |
int |
getFileSpecificationVersion() |
File |
getOutputFile() |
String |
getPreferredLanguage() |
URL |
getTagMapping() |
String |
getWriterVersion() |
boolean |
isAllTags() |
boolean |
isWays() |
void |
loadTagMappingFile(String file)
Convenience method.
|
void |
setAllTags(boolean allTags) |
void |
setBboxConfiguration(org.mapsforge.core.model.BoundingBox bboxConfiguration) |
void |
setComment(String comment) |
void |
setFileSpecificationVersion(int fileSpecificationVersion) |
void |
setOutputFile(File outputFile) |
void |
setPreferredLanguage(String preferredLanguage) |
void |
setWays(boolean ways) |
void |
setWriterVersion(String writerVersion) |
public void addBboxConfiguration(String bbox)
bbox - the bounding box specification in format minLat, minLon, maxLat, maxLon in exactly this order as
degreespublic void addOutputFile(String file)
file - the path to the output filepublic org.mapsforge.core.model.BoundingBox getBboxConfiguration()
public String getComment()
public int getFileSpecificationVersion()
public File getOutputFile()
public String getPreferredLanguage()
public URL getTagMapping()
public String getWriterVersion()
public boolean isAllTags()
public boolean isWays()
public void loadTagMappingFile(String file)
file - the path to the tag mappingpublic void setAllTags(boolean allTags)
allTags - the all tags to setpublic void setBboxConfiguration(org.mapsforge.core.model.BoundingBox bboxConfiguration)
bboxConfiguration - the bounding box configuration to setpublic void setComment(String comment)
comment - the comment to setpublic void setFileSpecificationVersion(int fileSpecificationVersion)
fileSpecificationVersion - the file specification version to setpublic void setOutputFile(File outputFile)
outputFile - the output file to setpublic void setPreferredLanguage(String preferredLanguage)
preferredLanguage - the preferred language to setpublic void setWays(boolean ways)
ways - the ways to setpublic void setWriterVersion(String writerVersion)
writerVersion - the writer version to setCopyright © 2016 mapsforge.org