public static interface TLcyMapEditUnitAddOn.PointFormatProvider
ILcyLucyEnv.setDefaultLonLatPointFormat(Format)
.
Refer to the add-on's configuration files for more information on how to enable the format in your GUI.Modifier and Type | Method and Description |
---|---|
java.text.Format |
create(java.lang.String aPattern)
Creates a new format using the given pattern.
|
java.lang.String |
retrieveIdentifier()
An identifier for the custom format.
|
java.lang.String |
retrievePattern(java.text.Format aFormat)
Retrieves the configuration pattern currently used by the given format.
|
java.lang.String retrieveIdentifier()
java.text.Format create(java.lang.String aPattern)
aPattern
- a format specific pattern that determines the configuration of the formatjava.lang.IllegalArgumentException
- if the pattern is invalid or unsupportedjava.lang.String retrievePattern(java.text.Format aFormat)
aFormat
- the format to retrieve the pattern from