DngPackage

Inheritance: java.lang.Object, com.groupdocs.metadata.core.MetadataPackage, com.groupdocs.metadata.core.CustomPackage

public final class DngPackage extends CustomPackage

Represents native DNG metadata.

Learn more

Constructors

Constructor Description
DngPackage() Initializes a new instance of the Metadata class.

Methods

Method Description
getCameraManufacturer() Gets the camera manufacturer.
getColorsCount() Gets the colors.
getDescription() Gets the description of colors (RGBG,RGBE,GMCY, or GBTG).
getDngVersion() Gets the DNG version.
getFilters() Gets the Bit mask describing the order of color pixels in the matrix.
isFoveon() Gets the is foveon matrix.
getModel() Gets the camera model.
getRawCount() Gets the number of RAW images in file (0 means that the file has not been recognized).
getSoftware() Gets the software.
getTranslationCfaDng() Gets the translation array for CFA mosaic DNG format.
getAperture() Gets the aperture.
getArtist() Gets the author of image.
getFocalLength() Gets the length of the focal.
getGpsData() Gets the GPS data.
getIsoSpeed() Gets the ISO sensitivity.
getShotOrder() Gets serial number of image.
getShutterSpeed() Gets the shutter speed.
getTimestamp() Gets the date of shooting.

DngPackage()

public DngPackage()

Initializes a new instance of the Metadata class.

getCameraManufacturer()

public final String getCameraManufacturer()

Gets the camera manufacturer.

Returns: java.lang.String - The make.

getColorsCount()

public final int getColorsCount()

Gets the colors.

Returns: int - The colors.

getDescription()

public final String getDescription()

Gets the description of colors (RGBG,RGBE,GMCY, or GBTG).

Returns: java.lang.String - The cdesc.

getDngVersion()

public final long getDngVersion()

Gets the DNG version.

Returns: long - The DNG version.

getFilters()

public final long getFilters()

Gets the Bit mask describing the order of color pixels in the matrix.

Returns: long - The filters.

isFoveon()

public final long isFoveon()

Gets the is foveon matrix.

Returns: long - The is foveon.

getModel()

public final String getModel()

Gets the camera model.

Returns: java.lang.String - The model.

getRawCount()

public final long getRawCount()

Gets the number of RAW images in file (0 means that the file has not been recognized).

Returns: long - The raw count.

getSoftware()

public final String getSoftware()

Gets the software.

Returns: java.lang.String - The software.

getTranslationCfaDng()

public final String[] getTranslationCfaDng()

Gets the translation array for CFA mosaic DNG format.

Returns: java.lang.String[] - The xtrans.

getAperture()

public final float getAperture()

Gets the aperture.

Returns: float - The aperture.

getArtist()

public final String getArtist()

Gets the author of image.

Returns: java.lang.String - The artist.

getFocalLength()

public final float getFocalLength()

Gets the length of the focal.

Returns: float - The length of the focal.

getGpsData()

public final long[] getGpsData()

Gets the GPS data.

Returns: long[] - The GPS data.

getIsoSpeed()

public final float getIsoSpeed()

Gets the ISO sensitivity.

Returns: float - The ISO speed.

getShotOrder()

public final long getShotOrder()

Gets serial number of image.

Returns: long - The shot order.

getShutterSpeed()

public final float getShutterSpeed()

Gets the shutter speed.

Returns: float - The shutter.

getTimestamp()

public final long getTimestamp()

Gets the date of shooting.

Returns: long - The timestamp.