Uses of Class
ucar.unidata.geoloc.ogc.EPSG_OGC_CF_Helper.ProjectionStandardsInfo

Packages that use EPSG_OGC_CF_Helper.ProjectionStandardsInfo
ucar.unidata.geoloc.ogc   
 

Uses of EPSG_OGC_CF_Helper.ProjectionStandardsInfo in ucar.unidata.geoloc.ogc
 

Methods in ucar.unidata.geoloc.ogc that return EPSG_OGC_CF_Helper.ProjectionStandardsInfo
static EPSG_OGC_CF_Helper.ProjectionStandardsInfo EPSG_OGC_CF_Helper.ProjectionStandardsInfo.getProjectionByCfName(java.lang.String cfName)
           
static EPSG_OGC_CF_Helper.ProjectionStandardsInfo EPSG_OGC_CF_Helper.ProjectionStandardsInfo.getProjectionByEpsgCode(int epsgCode)
           
static EPSG_OGC_CF_Helper.ProjectionStandardsInfo EPSG_OGC_CF_Helper.ProjectionStandardsInfo.getProjectionByEpsgName(java.lang.String epsgName)
           
static EPSG_OGC_CF_Helper.ProjectionStandardsInfo EPSG_OGC_CF_Helper.ProjectionStandardsInfo.getProjectionByOgcName(java.lang.String ogcName)
           
static EPSG_OGC_CF_Helper.ProjectionStandardsInfo EPSG_OGC_CF_Helper.ProjectionStandardsInfo.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static EPSG_OGC_CF_Helper.ProjectionStandardsInfo[] EPSG_OGC_CF_Helper.ProjectionStandardsInfo.values()
          Returns an array containing the constants of this enum type, in the order they are declared.