Interface MapVisualization
- All Known Implementing Classes:
UnifiedDistanceMatrix
public interface MapVisualization
Interface for algorithms that compute some property of a 2D-map.
- Since:
- 3.6
-
Method Summary
Modifier and TypeMethodDescriptiondouble[][]
Creates an image of themap
.
-
Method Details
-
computeImage
Creates an image of themap
.- Parameters:
map
- Map.- Returns:
- a 2D-array (in row major order) representing the property.
-