Package ucar.nc2.ft.point.writer2
Class CFPointWriterConfig
- java.lang.Object
-
- ucar.nc2.ft.point.writer2.CFPointWriterConfig
-
@Immutable public class CFPointWriterConfig extends Object
Configuration for CFPointWriter
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
CFPointWriterConfig.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CFPointWriterConfig.Builder
builder()
Nc4Chunking
getChunking()
NetcdfFileFormat
getFormat()
NetcdfFileWriter.Version
getVersion()
-
-
-
Method Detail
-
getChunking
public Nc4Chunking getChunking()
-
getFormat
public NetcdfFileFormat getFormat()
-
getVersion
public NetcdfFileWriter.Version getVersion()
-
builder
public static CFPointWriterConfig.Builder builder()
-
-