Class AsciiParamsTests
java.lang.Object
org.opengis.cite.geotiff11.CommonFixture
org.opengis.cite.geotiff11.tiffTests.CommonTiffMeta
org.opengis.cite.geotiff11.tiffTests.GeoKeysTests
org.opengis.cite.geotiff11.tiffTests.AsciiParamsTests
AsciiParamsTests class.
-
Field Summary
Fields inherited from class org.opengis.cite.geotiff11.tiffTests.GeoKeysTests
directory, keyEntrySet, minorRevision
Fields inherited from class org.opengis.cite.geotiff11.tiffTests.CommonTiffMeta
tiffDump
Fields inherited from class org.opengis.cite.geotiff11.CommonFixture
client, request, response, ROOT_PKG_PATH
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescription(package private) String
processFourthShortForAscii
(int index, int keyLength) void
setUpAsciiParamsSet.void
verifyGeoAsciiParamsTagCount.void
verifyGeoAsciiParamsTagNULLWrite.void
verifyGeoAsciiParamsTagType.void
verifyGeodeticCitationGeoKey.void
verifyGTCitationGeoKey.void
verifyProjectedCitationGeoKey.void
verifyVerticalCitationGeoKey.Methods inherited from class org.opengis.cite.geotiff11.tiffTests.GeoKeysTests
getKeyIndex, keyExists, processFirstShort, processFourthShortForShort, processSecondShort, processThirdShort, setUpGeoKeyDirectory
Methods inherited from class org.opengis.cite.geotiff11.tiffTests.CommonTiffMeta
obtainTestSubject
Methods inherited from class org.opengis.cite.geotiff11.CommonFixture
clearMessages, getResponseEntityAsDocument, initCommonFixture
-
Field Details
-
asciiParamsSet
String asciiParamsSet
-
-
Constructor Details
-
AsciiParamsTests
public AsciiParamsTests()
-
-
Method Details
-
setUpAsciiParamsSet
@BeforeClass public void setUpAsciiParamsSet()setUpAsciiParamsSet.
-
verifyGeoAsciiParamsTagCount
verifyGeoAsciiParamsTagCount.
- Throws:
Exception
- if any.
-
verifyGeoAsciiParamsTagType
verifyGeoAsciiParamsTagType.
- Throws:
Exception
- if any.
-
verifyGeoAsciiParamsTagNULLWrite
verifyGeoAsciiParamsTagNULLWrite.
- Throws:
Exception
- if any.
-
processFourthShortForAscii
-
verifyGTCitationGeoKey
verifyGTCitationGeoKey.
- Throws:
Exception
- if any.
-
verifyGeodeticCitationGeoKey
verifyGeodeticCitationGeoKey.
- Throws:
Exception
- if any.
-
verifyProjectedCitationGeoKey
verifyProjectedCitationGeoKey.
- Throws:
Exception
- if any.
-
verifyVerticalCitationGeoKey
verifyVerticalCitationGeoKey.
- Throws:
Exception
- if any.
-