| Class | Description |
|---|---|
| Mapcode |
This class defines a single mapcode encoding result, including the alphanumeric code and the
territory definition.
|
| MapcodeCodec |
----------------------------------------------------------------------------------------------
Mapcode public interface.
----------------------------------------------------------------------------------------------
This class is the external Java interface for encoding and decoding mapcodes.
|
| Point |
This class defines a class for lat/lon points.
|
| Enum | Description |
|---|---|
| Alphabet |
This enum defines all alphabets supported for mapcodes.
|
| Territory |
----------------------------------------------------------------------------------------------
Mapcode public interface.
----------------------------------------------------------------------------------------------
This class defines the available territory codes as used by mapcode.
|
| Territory.AlphaCodeFormat |
Enumeration that specifies the format for mapcodes.
|
| Exception | Description |
|---|---|
| IncorrectDataModelException |
This runtime exception is thrown for unknown alphabet codes.
|
| UnknownAlphabetException |
This runtime exception is thrown for unknown alphabet codes.
|
| UnknownMapcodeException |
This checked exception is thrown for invalid mapcodes (which have the right syntax, are correctly formatted).
|
| UnknownPrecisionFormatException |
This runtime exception is thrown for unknown alphabet codes.
|
| UnknownTerritoryException |
This runtime exception is thrown for unknown territory codes.
|
Copyright © 2017 Stichting Mapcode Foundation. All rights reserved.