Changeset 8470 in josm for trunk/src/org/openstreetmap/josm/data/projection/datum
- Timestamp:
- 2015-06-06T04:32:00+02:00 (11 years ago)
- Location:
- trunk/src/org/openstreetmap/josm/data/projection/datum
- Files:
-
- 2 edited
-
NTV2GridShiftFile.java (modified) (1 diff)
-
NTV2SubGrid.java (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/projection/datum/NTV2GridShiftFile.java
r8415 r8470 99 99 * @param in Grid Shift File InputStream 100 100 * @param loadAccuracy is Accuracy data to be loaded as well as shift data? 101 * @throws IOException 101 * @throws IOException if any I/O error occurs 102 102 */ 103 103 public void loadGridShiftFile(InputStream in, boolean loadAccuracy) throws IOException { -
trunk/src/org/openstreetmap/josm/data/projection/datum/NTV2SubGrid.java
r8406 r8470 69 69 * @param bigEndian is the file bigEndian? 70 70 * @param loadAccuracy is the node Accuracy data to be loaded? 71 * @throws IOException 71 * @throws IOException if any I/O error occurs 72 72 */ 73 73 public NTV2SubGrid(InputStream in, boolean bigEndian, boolean loadAccuracy) throws IOException { … … 283 283 /** 284 284 * Set an array of Sub Grids of this sub grid 285 * @param subGrid 285 * @param subGrid subgrids 286 286 */ 287 287 public void setSubGridArray(NTV2SubGrid[] subGrid) {
Note:
See TracChangeset
for help on using the changeset viewer.
