Uses of Class
org.opensextant.extraction.NormalizationException
Packages that use NormalizationException
-
Uses of NormalizationException in org.opensextant.extractors.xcoord
Methods in org.opensextant.extractors.xcoord that throw NormalizationExceptionModifier and TypeMethodDescriptionbooleanGeocoordMatch.evaluateInvalidDashes(Map<String, String> fields) Evaluate DMS patterns only...booleanGeocoordMatch.evaluateInvalidPunct(Map<String, String> fieldValues) Test punctuation separators.static voidGeocoordNormalization.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.Constructors in org.opensextant.extractors.xcoord that throw NormalizationExceptionModifierConstructorDescriptionDMSOrdinate(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..