Package org.opengis.cite.geotiff11.util
Class TiffDump
java.lang.Object
org.opengis.cite.geotiff11.util.TiffDump
A (rough) wrapper class for the output of TiffDump.exe
- Author:
- Dustin Jutras, AGC
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionclassA class representing a directory within a tiffclassA class representing a tag within a tiff -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for the fielddirectories.getDirectory(int index) getDirectory.Getter for the fieldgeoKeyDirectory.getMagic()Getter for the fieldmagic.Getter for the fieldversion.static voidmain.static StringtagHeaderString.toString()booleanvalid()valid.
-
Constructor Details
-
Method Details
-
main
main.
- Parameters:
args- an array ofStringobjects
-
valid
public boolean valid()valid.
- Returns:
- a boolean
-
getDirectory
getDirectory.
- Parameters:
index- a int- Returns:
- a
TiffDump.Directoryobject
-
getDirectories
Getter for the field
directories.- Returns:
- a
Listobject
-
getGeoKeyDirectory
Getter for the field
geoKeyDirectory.- Returns:
- a
TiffDump.Directoryobject
-
toString
-
getMagic
Getter for the field
magic.- Returns:
- a
Stringobject
-
getVersion
Getter for the field
version.- Returns:
- a
Stringobject
-
tagHeaderString
tagHeaderString.
- Returns:
- a
Stringobject
-