Package pixy.image.tiff
Class DoubleField
java.lang.Object
pixy.image.tiff.TiffField<double[]>
pixy.image.tiff.DoubleField
- All Implemented Interfaces:
java.lang.Comparable<TiffField<?>>
public class DoubleField extends TiffField<double[]>
TIFF FieldType.DOUBLE wrapper
- Version:
- 1.0 12/04/2014
- Author:
- Wen Yu, yuwen_66@yahoo.com
-
Field Summary
-
Constructor Summary
Constructors Constructor Description DoubleField(short tag, double[] data)
-
Method Summary
Modifier and Type Method Description double[]
getData()
java.lang.String
getDataAsString()
protected int
writeData(RandomAccessOutputStream os, int toOffset)
Methods inherited from class pixy.image.tiff.TiffField
compareTo, getDataAsLong, getDataOffset, getLength, getTag, getType, toString, write
-
Constructor Details
-
DoubleField
public DoubleField(short tag, double[] data)
-
-
Method Details
-
getData
public double[] getData() -
getDataAsString
public java.lang.String getDataAsString()- Specified by:
getDataAsString
in classTiffField<double[]>
- Returns:
- a String representation of the field data
-
writeData
-