Class PbfContext
- java.lang.Object
-
- org.openstreetmap.atlas.generator.PbfContext
-
- All Implemented Interfaces:
java.io.Serializable
public class PbfContext extends java.lang.Object implements java.io.Serializable- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PbfContext(java.lang.String pbfPath, org.openstreetmap.atlas.geography.sharding.Sharding sharding, SlippyTilePersistenceScheme scheme)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetPbfPath()SlippyTilePersistenceSchemegetScheme()org.openstreetmap.atlas.geography.sharding.ShardinggetSharding()
-
-
-
Constructor Detail
-
PbfContext
public PbfContext(java.lang.String pbfPath, org.openstreetmap.atlas.geography.sharding.Sharding sharding, SlippyTilePersistenceScheme scheme)
-
-
Method Detail
-
getPbfPath
public java.lang.String getPbfPath()
-
getScheme
public SlippyTilePersistenceScheme getScheme()
-
getSharding
public org.openstreetmap.atlas.geography.sharding.Sharding getSharding()
-
-