ucar.nc2.ft2.coverage.adapter.SwathCS Maven / Gradle / Ivy
The newest version!
/*
* Copyright (c) 1998-2018 John Caron and University Corporation for Atmospheric Research/Unidata
* See LICENSE for license information.
*/
package ucar.nc2.ft2.coverage.adapter;
/**
* Swath Coordinate System.
*
* @author caron
* @since 5/27/2015
*/
public class SwathCS extends CurvilinearCS {
SwathCS(DtCoverageCSBuilder builder) {
super(builder);
}
}