- testAGetMapRaster() - Method in class AGMapServerTest
-
Test the rastering functionality of the student code, by writing the ByteArrayOutputStream
to a byte[] array and comparing it with the staff result byte-wise.
- testAGetMapRaster() - Method in class AGMapServerTestPart1
-
Test the rastering functionality of the student code, by writing the ByteArrayOutputStream
to a byte[] array and comparing it with the staff result byte-wise.
- testAGetMapRaster() - Method in class AGMapServerTestPart2
-
Test the rastering functionality of the student code, by writing the ByteArrayOutputStream
to a byte[] array and comparing it with the staff result byte-wise.
- testBGetMapRasterParams() - Method in class AGMapServerTest
-
Check the student raster output parameters against the staff output parameters.
- testBGetMapRasterParams() - Method in class AGMapServerTestPart1
-
Check the student raster output parameters against the staff output parameters.
- testBGetMapRasterParams() - Method in class AGMapServerTestPart2
-
Check the student raster output parameters against the staff output parameters.
- testCFindAndSetRoute() - Method in class AGMapServerTest
-
Test the routefinding functionality by comparing the node id list item by item.
- testCFindAndSetRoute() - Method in class AGMapServerTestPart2
-
Test the routefinding functionality by comparing the node id list item by item.
- testDRouteRaster() - Method in class AGMapServerTest
-
Test the route raster the same way the map raster is tested, except with the route pre-set
before making the call to raster.
- testDRouteRaster() - Method in class AGMapServerTestPart2
-
Test the route raster the same way the map raster is tested, except with the route pre-set
before making the call to raster.
- testGGetLocationsByPrefix() - Method in class AGMapServerTest
-
Test Autocomplete for each prefix, comparing the sets of outputs against each other.
- testGGetLocationsByPrefix() - Method in class AGMapServerTestPart2
-
Test Autocomplete for each prefix, comparing the sets of outputs against each other.
- testHGetLocations() - Method in class AGMapServerTest
-
Test location search by full search string, comparing the output lists against each other
element by element; note that we assume the most reasonable construction of each of these
lists, that is, that they are in order of the locations as they appear in the OSM file.
- testHGetLocations() - Method in class AGMapServerTestPart2
-
Test location search by full search string, comparing the output lists against each other
element by element; note that we assume the most reasonable construction of each of these
lists, that is, that they are in order of the locations as they appear in the OSM file.
- TestParams - Class in <Unnamed>
-
TestParams fully describes the inputs and expected outputs for test cases.
- TestParams() - Constructor for class TestParams
-
- TILE_SIZE - Static variable in class MapServer
-
Each tile is 256x256 pixels.