| Package | Description |
|---|---|
| com.graphhopper.reader.dem | |
| com.graphhopper.storage |
| Modifier and Type | Method and Description |
|---|---|
MultiSourceElevationProvider |
MultiSourceElevationProvider.setDAType(DAType daType) |
TileBasedElevationProvider |
TileBasedElevationProvider.setDAType(DAType daType)
Set to true if you have a small area and need high speed access.
|
| Modifier and Type | Field and Description |
|---|---|
static DAType |
DAType.MMAP
Memory mapped DA object.
|
static DAType |
DAType.MMAP_RO
Read-only memory mapped DA object.
|
static DAType |
DAType.RAM
The DA object is hold entirely in-memory.
|
static DAType |
DAType.RAM_INT
Optimized RAM DA type for integer access.
|
static DAType |
DAType.RAM_INT_STORE
Optimized RAM_STORE DA type for integer access.
|
static DAType |
DAType.RAM_STORE
The DA object is hold entirely in-memory.
|
| Modifier and Type | Method and Description |
|---|---|
static DAType |
DAType.fromString(String dataAccess) |
DAType |
Directory.getDefaultType() |
DAType |
GHDirectory.getDefaultType() |
DAType |
Directory.getDefaultType(String dataAccess,
boolean preferInts) |
DAType |
GHDirectory.getDefaultType(String dataAccess,
boolean preferInts)
This method returns the default DAType of the specified DataAccess (as string).
|
DAType |
MMapDataAccess.getType() |
DAType |
RAMDataAccess.getType() |
DAType |
DataAccess.getType() |
| Modifier and Type | Method and Description |
|---|---|
DataAccess |
Directory.create(String name,
DAType type) |
DataAccess |
GHDirectory.create(String name,
DAType type) |
DataAccess |
Directory.create(String name,
DAType type,
int segmentSize) |
DataAccess |
GHDirectory.create(String name,
DAType type,
int segmentSize) |
| Constructor and Description |
|---|
DAType(DAType type) |
GHDirectory(String _location,
DAType defaultType) |
Copyright © 2012–2022. All rights reserved.