public class ExtractionFilesBuilder extends Object
| Constructor and Description |
|---|
ExtractionFilesBuilder(Path
|
| Modifier and Type | Method and Description |
|---|---|
void |
execute()
|
boolean |
isKeepNonTreeRelations()
|
boolean |
isKeepRelationBatches()
|
boolean |
isKeepRelations()
|
boolean |
isKeepSplittedNodes()
|
boolean |
isKeepSplittedRelations()
|
boolean |
isKeepSplittedWays()
|
boolean |
isKeepWaysByNodes()
|
void |
printInfo()
|
void |
setKeepNonTreeRelations(boolean keepNonTreeRelations)
|
void |
setKeepRelationBatches(boolean keepRelationBatches)
|
void |
setKeepRelations(boolean keepRelations)
|
void |
setKeepSplittedNodes(boolean keepSplittedNodes)
|
void |
setKeepSplittedRelations(boolean keepSplittedRelations)
|
void |
setKeepSplittedWays(boolean keepSplittedWays)
|
void |
setKeepWaysByNodes(boolean keepWaysByNodes)
|
public ExtractionFilesBuilder(PathpathInput, FileFormat inputFormat, Path pathOutput, FileFormat outputFormat, ExtractionFileNames fileNames, int maxNodes, boolean includeMetadata, int maxMembersSimple, int maxMembersComplex, boolean computeBbox)
public void execute()
throws IOException,
OsmInputException
IOException
OsmInputException
public void printInfo()
public boolean isKeepSplittedNodes()
public void setKeepSplittedNodes(boolean keepSplittedNodes)
public boolean isKeepSplittedWays()
public void setKeepSplittedWays(boolean keepSplittedWays)
public boolean isKeepSplittedRelations()
public void setKeepSplittedRelations(boolean keepSplittedRelations)
public boolean isKeepWaysByNodes()
public void setKeepWaysByNodes(boolean keepWaysByNodes)
public boolean isKeepRelations()
public void setKeepRelations(boolean keepRelations)
public boolean isKeepRelationBatches()
public void setKeepRelationBatches(boolean keepRelationBatches)
public boolean isKeepNonTreeRelations()
public void setKeepNonTreeRelations(boolean keepNonTreeRelations)