- getAliases() - Method in enum com.mapcode.Territory
-
Return aliases (if any) for a territory.
- getAlphabets() - Method in enum com.mapcode.Territory
-
Return the alphabets most commonly used in the territory, in order of importance.
- getCode(Alphabet) - Method in class com.mapcode.Mapcode
-
Get the Mapcode string (without territory information) with standard precision.
- getCode() - Method in class com.mapcode.Mapcode
-
- getCode(int, Alphabet) - Method in class com.mapcode.Mapcode
-
Get the mapcode code (without territory information) with a specified precision.
- getCode(int) - Method in class com.mapcode.Mapcode
-
- getCode() - Method in exception com.mapcode.UnknownTerritoryException
-
- getCodeWithTerritory(int, Alphabet) - Method in class com.mapcode.Mapcode
-
Return the international mapcode as a shorter version using the ISO territory codes where possible.
- getCodeWithTerritory(int) - Method in class com.mapcode.Mapcode
-
- getCodeWithTerritory(Alphabet) - Method in class com.mapcode.Mapcode
-
- getCodeWithTerritory() - Method in class com.mapcode.Mapcode
-
- getCodeWithTerritoryFullname(int, Alphabet) - Method in class com.mapcode.Mapcode
-
Return the full international mapcode, including the full name of the territory and the mapcode code itself.
- getCodeWithTerritoryFullname(int) - Method in class com.mapcode.Mapcode
-
- getCodeWithTerritoryFullname(Alphabet) - Method in class com.mapcode.Mapcode
-
- getCodeWithTerritoryFullname() - Method in class com.mapcode.Mapcode
-
- getFullName() - Method in enum com.mapcode.Territory
-
Return the full name of the territory.
- getFullNameAliases() - Method in enum com.mapcode.Territory
-
Return aliases (if any) for the full name of a territory.
- getLatDeg() - Method in class com.mapcode.Point
-
Get the latitude in degrees (may lose precision).
- getLatMicroDeg() - Method in class com.mapcode.Point
-
Get latitude as micro-degrees.
- getLonDeg() - Method in class com.mapcode.Point
-
Get the longitude in degrees (may lose precision).
- getLonMicroDeg() - Method in class com.mapcode.Point
-
Get longitude as micro-degrees.
- getParentTerritory() - Method in enum com.mapcode.Territory
-
Return the parent territory.
- getPrecisionFormat(String) - Static method in class com.mapcode.Mapcode
-
This method return the mapcode type, given a mapcode string.
- getSafeMaxOffsetInMeters(int) - Static method in class com.mapcode.Mapcode
-
Get a safe maximum for the distance between a decoded mapcode and its original
location used for encoding the mapcode.
- getTerritory() - Method in class com.mapcode.Mapcode
-
Get the territory information.