Uses of Class
org.geotools.coverage.io.netcdf.crs.NetCDFCoordinateReferenceSystemType
-
Packages that use NetCDFCoordinateReferenceSystemType Package Description org.geotools.coverage.io.netcdf.crs -
-
Uses of NetCDFCoordinateReferenceSystemType in org.geotools.coverage.io.netcdf.crs
Methods in org.geotools.coverage.io.netcdf.crs that return NetCDFCoordinateReferenceSystemType Modifier and Type Method Description static NetCDFCoordinateReferenceSystemType
NetCDFCoordinateReferenceSystemType. parseCRS(CoordinateReferenceSystem crs)
Return a properNetCDFCoordinateReferenceSystemType
depending on the input OGCCoordinateReferenceSystem
instance.static NetCDFCoordinateReferenceSystemType
NetCDFCoordinateReferenceSystemType. valueOf(String name)
Returns the enum constant of this type with the specified name.static NetCDFCoordinateReferenceSystemType[]
NetCDFCoordinateReferenceSystemType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-