All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.geolatte.geom.crs.OneDimensionCoordinateReferenceSystem Maven / Gradle / Ivy

package org.geolatte.geom.crs;

/**
 * Created by Karel Maesen, Geovise BVBA on 2019-03-28.
 */
public interface OneDimensionCoordinateReferenceSystem {

    CoordinateSystemAxis getStraightLineAxis();

    default Unit getUnit() {
        return getStraightLineAxis().getUnit();
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy