Package gov.nasa.worldwind.data
Class GDALMetadata
- java.lang.Object
- 
- gov.nasa.worldwind.data.GDALMetadata
 
- 
 public class GDALMetadata extends java.lang.Object
- 
- 
Field SummaryFields Modifier and Type Field Description protected static java.lang.StringNITF_ABPPprotected static java.lang.StringNITF_DYNAMIC_RANGEprotected static java.lang.StringNITF_FBKGCprotected static java.lang.StringNITF_IREPprotected static java.lang.StringNITF_ISORCEprotected static java.lang.StringNITF_ONAME
 - 
Constructor SummaryConstructors Modifier Constructor Description protectedGDALMetadata()
 - 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static AVListconvertToWorldWind(AVList extParams, AVList destParams)static AVListextractExtendedAndFormatSpecificMetadata(org.gdal.gdal.Dataset ds, AVList extParams, AVList params)protected static AVListmapExtendedMetadata(org.gdal.gdal.Dataset ds, AVList extParams, AVList params)protected static voidmapNITFMetadata(AVList extParams, AVList params)
 
- 
- 
- 
Field Detail- 
NITF_ONAMEprotected static final java.lang.String NITF_ONAME - See Also:
- Constant Field Values
 
 - 
NITF_ISORCEprotected static final java.lang.String NITF_ISORCE - See Also:
- Constant Field Values
 
 - 
NITF_IREPprotected static final java.lang.String NITF_IREP - See Also:
- Constant Field Values
 
 - 
NITF_ABPPprotected static final java.lang.String NITF_ABPP - See Also:
- Constant Field Values
 
 - 
NITF_FBKGCprotected static final java.lang.String NITF_FBKGC - See Also:
- Constant Field Values
 
 - 
NITF_DYNAMIC_RANGEprotected static final java.lang.String NITF_DYNAMIC_RANGE - See Also:
- Constant Field Values
 
 
- 
 - 
Method Detail- 
extractExtendedAndFormatSpecificMetadatapublic static AVList extractExtendedAndFormatSpecificMetadata(org.gdal.gdal.Dataset ds, AVList extParams, AVList params) throws java.lang.IllegalArgumentException, WWRuntimeException - Throws:
- java.lang.IllegalArgumentException
- WWRuntimeException
 
 - 
mapExtendedMetadataprotected static AVList mapExtendedMetadata(org.gdal.gdal.Dataset ds, AVList extParams, AVList params) 
 
- 
 
-