Class TreUtility
java.lang.Object
org.codice.alliance.transformer.nitf.common.TreUtility
-
Method Summary
Modifier and TypeMethodDescriptionstatic DateconvertToDate(org.codice.imaging.nitf.core.tre.Tre tre, String fieldName) static FloatconvertToFloat(org.codice.imaging.nitf.core.tre.Tre tre, String fieldName) static IntegerconvertToInteger(org.codice.imaging.nitf.core.tre.Tre tre, String fieldName) static StringconvertToString(org.codice.imaging.nitf.core.tre.Tre tre, String fieldName) static BooleanconvertYnToBoolean(org.codice.imaging.nitf.core.tre.Tre tre, String fieldName) findIntValue(org.codice.imaging.nitf.core.tre.Tre tre, String tagName) static List<org.codice.imaging.nitf.core.tre.TreGroup> getTreGroups(org.codice.imaging.nitf.core.tre.TreGroup tre, String entry) static StringgetTreValue(org.codice.imaging.nitf.core.tre.TreGroup tre, String key)
-
Method Details
-
getTreValue
-
getTreGroups
-
convertToString
-
convertToInteger
-
findIntValue
-
convertToFloat
-
convertYnToBoolean
-
convertToDate
-