Uses of Class
org.opensextant.extraction.NormalizationException
-
Uses of NormalizationException in org.opensextant.extractors.xcoord
Modifier and TypeMethodDescriptionboolean
GeocoordMatch.evaluateInvalidDashes
(Map<String, String> fields) Evaluate DMS patterns only...boolean
GeocoordMatch.evaluateInvalidPunct
(Map<String, String> fieldValues) Test punctuation separators.static void
GeocoordNormalization.normalize_coordinate
(GeocoordMatch m, Map<String, TextEntity> groups) The match object is normalized, setting the coord_text and other data from parsing "text" and knowing which pattern family was matched.ModifierConstructorDescriptionDMSOrdinate
(Map<String, TextEntity> fieldMatches, Map<String, String> fieldVals, boolean islat, String t) DMS ordinates can be made up of degrees, minutes, seconds and then decimal minutes and decimal seconds fractional minutes dddd are formatted as ".dddd" then parsed; ADD to existing minutes fractional seconds dddd are formatted as ".dddd" then parsed; ADD to existing seconds decimal minutes d.ddd..