Skip to content
Snippets Groups Projects
Commit 594c2140 authored by Robert Butora's avatar Robert Butora
Browse files

cosmetic (comments added/cleared)

parent 55fa10fe
No related branches found
No related tags found
No related merge requests found
...@@ -59,7 +59,7 @@ class Dataset ...@@ -59,7 +59,7 @@ class Dataset
} }
public Dataset(List<Dataset> datasetList, /*AuthPolicy auth, /*Coord coord,*/ SubsurveyId subsurveyId, String mergeUrlRoot, String mergeQueryString) public Dataset(List<Dataset> datasetList, SubsurveyId subsurveyId, String mergeUrlRoot, String mergeQueryString)
{ {
this.subsurvey_id = datasetList.get(0).subsurvey_id; // mergeabiity condition is more then 1 element in list this.subsurvey_id = datasetList.get(0).subsurvey_id; // mergeabiity condition is more then 1 element in list
this.overlapCode = 5; // 5: exact match --> legacy used 0 here FIXME 5 will not be correct on edges of Subsurvey coverage this.overlapCode = 5; // 5: exact match --> legacy used 0 here FIXME 5 will not be correct on edges of Subsurvey coverage
...@@ -69,7 +69,7 @@ class Dataset ...@@ -69,7 +69,7 @@ class Dataset
this.access = new Access(); this.access = new Access();
this.access.accessFileUrl = null; this.access.accessFileUrl = null;
this.access.accessCutoutUrl = null; this.access.accessCutoutUrl = null;
this.access.accessMosaicUrl = mergeUrlRoot + "?pubdid=" + publisherDid + "&" + mergeQueryString;// coord.toVoQueryString(); this.access.accessMosaicUrl = mergeUrlRoot + "?pubdid=" + publisherDid + "&" + mergeQueryString;
//this.vertices_deg = mergeVertices(datasetList, /*inputs.*/coord); //this.vertices_deg = mergeVertices(datasetList, /*inputs.*/coord);
} }
......
...@@ -26,6 +26,7 @@ class SearchOutputData ...@@ -26,6 +26,7 @@ class SearchOutputData
return sod; return sod;
} }
// assumes datasetArr is already ordered by subsurveys
private static Subsurvey[] groupBySubsurveys(Dataset[] datasetArr, private static Subsurvey[] groupBySubsurveys(Dataset[] datasetArr,
SubsurveyId subsurveyId, Subsurvey[] dbSubsurveys, SubsurveyId subsurveyId, Subsurvey[] dbSubsurveys,
String mergeUrlRoot, String mergeQueryString) String mergeUrlRoot, String mergeQueryString)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment