public class AtlasOutputFormat extends AbstractFileOutputFormat<org.openstreetmap.atlas.geography.atlas.Atlas>
FileOutputFormat that writes an Atlas.| Constructor and Description |
|---|
AtlasOutputFormat() |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
fileExtension() |
protected boolean |
isCompressed() |
protected void |
save(org.openstreetmap.atlas.geography.atlas.Atlas value,
org.openstreetmap.atlas.streaming.resource.AbstractWritableResource out) |
getRecordWriter, retrycheckOutputSpecs, getCompressOutput, getOutputCompressorClass, getOutputPath, getPathForCustomFile, getTaskOutputPath, getUniqueName, getWorkOutputPath, setCompressOutput, setOutputCompressorClass, setOutputPath, setWorkOutputPathprotected java.lang.String fileExtension()
fileExtension in class AbstractFileOutputFormat<org.openstreetmap.atlas.geography.atlas.Atlas>protected boolean isCompressed()
isCompressed in class AbstractFileOutputFormat<org.openstreetmap.atlas.geography.atlas.Atlas>protected void save(org.openstreetmap.atlas.geography.atlas.Atlas value,
org.openstreetmap.atlas.streaming.resource.AbstractWritableResource out)
save in class AbstractFileOutputFormat<org.openstreetmap.atlas.geography.atlas.Atlas>