Ignore:
Timestamp:
2018-04-14T16:28:42+02:00 (7 years ago)
Author:
Don-vip
Message:

see #16129 - datum javadoc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/data/projection/datum/NullDatum.java

    r7937 r13627  
    66
    77/**
    8  * Null Datum does not convert from / to WGS84 ellipsoid, but simply "casts"
    9  * the coordinates.
     8 * Null Datum does not convert from / to WGS84 ellipsoid, but simply "casts" the coordinates.
     9 * @since 4285
    1010 */
    1111public class NullDatum extends AbstractDatum {
    1212
     13    /**
     14     * Constructs a new {@code NullDatum}.
     15     * @param name name of the datum
     16     * @param ellps the ellipsoid used
     17     */
    1318    public NullDatum(String name, Ellipsoid ellps) {
    1419        super(name, null, ellps);
Note: See TracChangeset for help on using the changeset viewer.