Uses of Class
org.geotools.coverage.io.netcdf.crs.NetCDFProjection
-
Packages that use NetCDFProjection Package Description org.geotools.coverage.io.netcdf.crs -
-
Uses of NetCDFProjection in org.geotools.coverage.io.netcdf.crs
Fields in org.geotools.coverage.io.netcdf.crs declared as NetCDFProjection Modifier and Type Field Description static NetCDFProjection
NetCDFProjection. ALBERS_EQUAL_AREA
Currently supported NetCDF projections.static NetCDFProjection
NetCDFProjection. LAMBERT_AZIMUTHAL_EQUAL_AREA
static NetCDFProjection
NetCDFProjection. LAMBERT_CONFORMAL_CONIC_1SP
static NetCDFProjection
NetCDFProjection. LAMBERT_CONFORMAL_CONIC_2SP
static NetCDFProjection
NetCDFProjection. MERCATOR_1SP
static NetCDFProjection
NetCDFProjection. MERCATOR_2SP
static NetCDFProjection
NetCDFProjection. ORTHOGRAPHIC
static NetCDFProjection
NetCDFProjection. POLAR_STEREOGRAPHIC
static NetCDFProjection
NetCDFProjection. ROTATED_POLE
static NetCDFProjection
NetCDFProjection. STEREOGRAPHIC
static NetCDFProjection
NetCDFProjection. TRANSVERSE_MERCATOR
Methods in org.geotools.coverage.io.netcdf.crs that return NetCDFProjection Modifier and Type Method Description abstract NetCDFProjection
NetCDFCoordinateReferenceSystemType. getNetCDFProjection()
Return aNetCDFProjection
instance for this specific CRS type.static NetCDFProjection
NetCDFProjection. getSupportedProjection(String projectionName)
Get a NetCDF Projection definition referred by name
-