public final class DngPackage extends CustomPackage
| Constructor and Description |
|---|
DngPackage()
Initializes a new instance of the
Metadata class. |
| Modifier and Type | Method and Description |
|---|---|
float |
getAperture()
Gets the aperture.
|
String |
getArtist()
Gets the author of image.
|
String |
getCameraManufacturer()
Gets the camera manufacturer.
|
int |
getColorsCount()
Gets the colors.
|
String |
getDescription()
Gets the description of colors (RGBG,RGBE,GMCY, or GBTG).
|
long |
getDngVersion()
Gets the DNG version.
|
long |
getFilters()
Gets the Bit mask describing the order of color pixels in the matrix.
|
float |
getFocalLength()
Gets the length of the focal.
|
long[] |
getGpsData()
Gets the GPS data.
|
float |
getIsoSpeed()
Gets the ISO sensitivity.
|
String |
getModel()
Gets the camera model.
|
long |
getRawCount()
Gets the number of RAW images in file (0 means that the file has not been recognized).
|
long |
getShotOrder()
Gets serial number of image.
|
float |
getShutterSpeed()
Gets the shutter speed.
|
String |
getSoftware()
Gets the software.
|
long |
getTimestamp()
Gets the date of shooting.
|
String[] |
getTranslationCfaDng()
Gets the translation array for CFA mosaic DNG format.
|
long |
isFoveon()
Gets the is foveon matrix.
|
addProperties, contains, findProperties, get_Item, getCount, getKeys, getKnowPropertyDescriptors, getMetadataType, getPropertyDescriptors, iterator, removeProperties, sanitize, setProperties, updatePropertiesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic final float getAperture()
Gets the aperture.
public final String getArtist()
Gets the author of image.
public final String getCameraManufacturer()
Gets the camera manufacturer.
public final int getColorsCount()
Gets the colors.
public final String getDescription()
Gets the description of colors (RGBG,RGBE,GMCY, or GBTG).
public final long getDngVersion()
Gets the DNG version.
public final long getFilters()
Gets the Bit mask describing the order of color pixels in the matrix.
public final float getFocalLength()
Gets the length of the focal.
public final long[] getGpsData()
Gets the GPS data.
public final float getIsoSpeed()
Gets the ISO sensitivity.
public final String getModel()
Gets the camera model.
public final long getRawCount()
Gets the number of RAW images in file (0 means that the file has not been recognized).
public final long getShotOrder()
Gets serial number of image.
public final float getShutterSpeed()
Gets the shutter speed.
public final String getSoftware()
Gets the software.
public final long getTimestamp()
Gets the date of shooting.
public final String[] getTranslationCfaDng()
Gets the translation array for CFA mosaic DNG format.
public final long isFoveon()
Gets the is foveon matrix.
Copyright © 2026. All rights reserved.