|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectPAMParser
public class PAMParser
Parsing class which allows to parse GDAL PAM Auxiliary files into PAMDataset objects.
Constructor Summary | |
---|---|
PAMParser()
|
Method Summary | |
---|---|
static PAMParser |
getInstance()
|
String |
getMetadataValue(PAMDataset.PAMRasterBand rasterBand,
String key)
Return the value of a metadata string for the provided rasterBand. |
PAMDataset |
parsePAM(File file)
|
PAMDataset |
parsePAM(String filePath)
|
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PAMParser()
Method Detail |
---|
public static PAMParser getInstance()
public PAMDataset parsePAM(String filePath) throws IOException
IOException
public PAMDataset parsePAM(File file) throws IOException
IOException
public String getMetadataValue(PAMDataset.PAMRasterBand rasterBand, String key)
rasterBand
- the PAMDataset.PAMRasterBand
to be checked.key
- The key of the metadata property to be retrieved
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |