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
IOException
protected CoverageProto.CoverageSet writeCoverageSet(CoverageDataset.CoverageSet cset) throws IOException
IOException
protected CoverageProto.CoverageCS writeCoverageCS(CoverageCS coverCS) throws IOException
IOException
protected CoverageProto.Coverage writeCoordinateAxis(CoordinateAxis axis) throws IOException
IOException
protected CoverageProto.CoordTransform writeCoordinateTransform(CoordinateTransform t) throws IOException
IOException
protected CoverageProto.Coverage writeCoverage(Coverage cover) throws IOException
IOException
protected CoverageProto.Attribute.Builder writeAttribute(Attribute att) throws IOException
IOException
protected CoverageProto.Attribute.Builder writeParameter(Parameter att) throws IOException
IOException
Copyright © 1999–2017 UCAR/Unidata. All rights reserved.