| Package | Description |
|---|---|
| com.graphhopper.reader.dem | |
| com.graphhopper.storage |
| Modifier and Type | Method and Description |
|---|---|
ElevationProvider |
MultiSourceElevationProvider.setDAType(DAType daType) |
ElevationProvider |
ElevationProvider.setDAType(DAType daType)
Set to true if you have a small area and need high speed access.
|
ElevationProvider |
AbstractElevationProvider.setDAType(DAType daType) |
| 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.
|
static DAType |
DAType.UNSAFE_STORE
Experimental API.
|
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,DAType> |
GHDirectory.types |
| Modifier and Type | Method and Description |
|---|---|
static DAType |
DAType.fromString(String dataAccess) |
DAType |
Directory.getDefaultType() |
DAType |
GHDirectory.getDefaultType() |
DAType |
DataAccess.getType() |
DAType |
RAMDataAccess.getType() |
DAType |
MMapDataAccess.getType() |
DAType |
UnsafeDataAccess.getType() |
| Modifier and Type | Method and Description |
|---|---|
DataAccess |
Directory.find(String name,
DAType type) |
DataAccess |
GHDirectory.find(String name,
DAType type) |
Directory |
GHDirectory.put(String name,
DAType type) |
| Constructor and Description |
|---|
DAType(DAType type) |
GHDirectory(String _location,
DAType defaultType) |
Copyright © 2012–2018. All rights reserved.