public class CoverageIndexWriter extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
MAGIC_START |
static int |
version |
| Constructor and Description |
|---|
CoverageIndexWriter() |
| Modifier and Type | Method and Description |
|---|---|
protected CoverageProto.Attribute.Builder |
writeAttribute(Attribute att) |
protected CoverageProto.Coverage |
writeCoordinateAxis(CoordinateAxis axis) |
protected CoverageProto.CoordTransform |
writeCoordinateTransform(CoordinateTransform t) |
protected CoverageProto.Coverage |
writeCoverage(Coverage cover) |
protected CoverageProto.CoverageCS |
writeCoverageCS(CoverageCS coverCS) |
protected CoverageProto.CoverageSet |
writeCoverageSet(CoverageDataset.CoverageSet cset) |
boolean |
writeIndex(String name,
File idxFile,
List<MFile> files,
CoverageDataset cds) |
protected CoverageProto.Attribute.Builder |
writeParameter(Parameter att) |
public static final int version
public static final String MAGIC_START
public boolean writeIndex(String name, File idxFile, List<MFile> files, CoverageDataset cds) throws IOException
IOExceptionprotected CoverageProto.CoverageSet writeCoverageSet(CoverageDataset.CoverageSet cset) throws IOException
IOExceptionprotected CoverageProto.CoverageCS writeCoverageCS(CoverageCS coverCS) throws IOException
IOExceptionprotected CoverageProto.Coverage writeCoordinateAxis(CoordinateAxis axis) throws IOException
IOExceptionprotected CoverageProto.CoordTransform writeCoordinateTransform(CoordinateTransform t) throws IOException
IOExceptionprotected CoverageProto.Coverage writeCoverage(Coverage cover) throws IOException
IOExceptionprotected CoverageProto.Attribute.Builder writeAttribute(Attribute att) throws IOException
IOExceptionprotected CoverageProto.Attribute.Builder writeParameter(Parameter att) throws IOException
IOExceptionCopyright © 1999-2015 UCAR/Unidata. All Rights Reserved.