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 NetCDFProjectionNetCDFProjection. ALBERS_EQUAL_AREACurrently supported NetCDF projections.static NetCDFProjectionNetCDFProjection. LAMBERT_AZIMUTHAL_EQUAL_AREAstatic NetCDFProjectionNetCDFProjection. LAMBERT_CONFORMAL_CONIC_1SPstatic NetCDFProjectionNetCDFProjection. LAMBERT_CONFORMAL_CONIC_2SPstatic NetCDFProjectionNetCDFProjection. MERCATOR_1SPstatic NetCDFProjectionNetCDFProjection. MERCATOR_2SPstatic NetCDFProjectionNetCDFProjection. ORTHOGRAPHICstatic NetCDFProjectionNetCDFProjection. POLAR_STEREOGRAPHICstatic NetCDFProjectionNetCDFProjection. ROTATED_POLEstatic NetCDFProjectionNetCDFProjection. STEREOGRAPHICstatic NetCDFProjectionNetCDFProjection. TRANSVERSE_MERCATORMethods in org.geotools.coverage.io.netcdf.crs that return NetCDFProjection Modifier and Type Method Description abstract NetCDFProjectionNetCDFCoordinateReferenceSystemType. getNetCDFProjection()Return aNetCDFProjectioninstance for this specific CRS type.static NetCDFProjectionNetCDFProjection. getSupportedProjection(String projectionName)Get a NetCDF Projection definition referred by name
-