Uses of Class
com.graphhopper.storage.DAType
Packages that use DAType
Package
Description
-
Uses of DAType in com.graphhopper.reader.dem
Methods in com.graphhopper.reader.dem with parameters of type DATypeModifier and TypeMethodDescriptionSet to true if you have a small area and need high speed access. -
Uses of DAType in com.graphhopper.storage
Fields in com.graphhopper.storage declared as DATypeModifier and TypeFieldDescriptionstatic final DATypeDAType.MMAPMemory mapped DA object.static final DATypeDAType.MMAP_RORead-only memory mapped DA object.static final DATypeDAType.RAMThe DA object is hold entirely in-memory.static final DATypeDAType.RAM_INTOptimized RAM DA type for integer access.static final DATypeDAType.RAM_INT_STOREOptimized RAM_STORE DA type for integer access.static final DATypeDAType.RAM_STOREThe DA object is hold entirely in-memory.Methods in com.graphhopper.storage that return DATypeModifier and TypeMethodDescriptionstatic DATypeDAType.fromString(String dataAccess) Directory.getDefaultType()Directory.getDefaultType(String dataAccess, boolean preferInts) GHDirectory.getDefaultType()GHDirectory.getDefaultType(String dataAccess, boolean preferInts) This method returns the default DAType of the specified DataAccess (as string).DataAccess.getType()MMapDataAccess.getType()RAMDataAccess.getType()Methods in com.graphhopper.storage with parameters of type DATypeModifier and TypeMethodDescriptionConstructors in com.graphhopper.storage with parameters of type DAType -
Uses of DAType in com.graphhopper.storage.index
Constructors in com.graphhopper.storage.index with parameters of type DAType