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 TypeClassDescriptionclass
A class representing a directory within a tiffclass
A 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 void
main.static String
tagHeaderString.toString()
boolean
valid()
valid.
-
Constructor Details
-
Method Details
-
main
main.
- Parameters:
args
- an array ofString
objects
-
valid
public boolean valid()valid.
- Returns:
- a boolean
-
getDirectory
getDirectory.
- Parameters:
index
- a int- Returns:
- a
TiffDump.Directory
object
-
getDirectories
Getter for the field
directories
.- Returns:
- a
List
object
-
getGeoKeyDirectory
Getter for the field
geoKeyDirectory
.- Returns:
- a
TiffDump.Directory
object
-
toString
-
getMagic
Getter for the field
magic
.- Returns:
- a
String
object
-
getVersion
Getter for the field
version
.- Returns:
- a
String
object
-
tagHeaderString
tagHeaderString.
- Returns:
- a
String
object
-