Uses of Class
org.opensextant.extractors.xcoord.GeocoordMatch
Packages that use GeocoordMatch
-
Uses of GeocoordMatch in org.opensextant.extractors.xcoord
Fields in org.opensextant.extractors.xcoord with type parameters of type GeocoordMatchModifier and TypeFieldDescriptionprotected List<GeocoordMatch>GeocoordMatch.interpretationsThe interpretations.Methods in org.opensextant.extractors.xcoord that return GeocoordMatchMethods in org.opensextant.extractors.xcoord that return types with arguments of type GeocoordMatchModifier and TypeMethodDescriptionGeocoordMatch.getOtherInterpretations()Gets the other interpretations.Methods in org.opensextant.extractors.xcoord with parameters of type GeocoordMatchModifier and TypeMethodDescriptionvoidGeocoordMatch.addOtherInterpretation(GeocoordMatch m2) The current instance is the main match.voidGeocoordMatch.copyMetadata(GeocoordMatch m) Copy metadata.static booleanGeocoordNormalization.filter_out(GeocoordMatch m) Not all pattens might have filters.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.booleanDMSFilter.pass(GeocoordMatch m) pass a matchbooleanGeocoordMatchFilter.pass(GeocoordMatch m) pass a matchbooleanMGRSFilter.pass(GeocoordMatch m) pass a match.static voidGeocoordNormalization.set_precision(GeocoordMatch m) set the precision on a match based on the situation (match + pattern).static voidPrecisionScales.setDDPrecision(GeocoordMatch m) Sets the precision on a decimal degrees matchstatic voidPrecisionScales.setDMSPrecision(GeocoordMatch m) set precision on a DMS text coordinate -- simply if the Match latitude "has seconds" then its precision is seconds, otherwise if it has minutes, then it is precise to +/- 1 minute, etc.static voidPrecisionScales.setMGRSPrecision(GeocoordMatch m) static voidPrecisionScales.setUTMPrecision(GeocoordMatch m) booleanDMSFilter.stop(GeocoordMatch m) stop a match if it is a bad DMS pattern, e.g., date or date/time.booleanGeocoordMatchFilter.stop(GeocoordMatch m) stop a matchbooleanMGRSFilter.stop(GeocoordMatch m) TODO: Document rules.