MCPcopy Create free account
hub / github.com/akeranen/the-one / getMap

Method getMap

input/WKTMapReader.java:70–72  ·  view source on GitHub ↗

Returns new a SimMap that is based on the read map @return new a SimMap that is based on the read map

()

Source from the content-addressed store, hash-verified

68 * @return new a SimMap that is based on the read map
69 */
70 public SimMap getMap() {
71 return new SimMap(this.nodes);
72 }
73
74 /**
75 * Adds paths to the map and adds given type to all nodes' type.

Callers 5

readMapMethod · 0.95
testMapOperationsMethod · 0.95
testMultipleMapFilesMethod · 0.95
setUpWithMethod · 0.95
setupMapDataMethod · 0.95

Calls

no outgoing calls

Tested by 4

testMapOperationsMethod · 0.76
testMultipleMapFilesMethod · 0.76
setUpWithMethod · 0.76
setupMapDataMethod · 0.76