com.endeca.portal.format
Interface GeocodeFormatSettings

All Superinterfaces:
FormatSettings
All Known Implementing Classes:
GeocodeFormatter

public interface GeocodeFormatSettings
extends FormatSettings

'Read only' interface that provides getters to read the format settings of Geocode.


Nested Class Summary
static class GeocodeFormatSettings.DecimalPlacesMode
           
 
Nested classes/interfaces inherited from interface com.endeca.portal.format.FormatSettings
FormatSettings.Type
 
Method Summary
 int getDecimalPlaces()
           
 GeocodeFormatSettings.DecimalPlacesMode getDecimalPlacesMode()
           
 int getMergedDecimalPlaces()
           
 GeocodeFormatSettings.DecimalPlacesMode getMergedDecimalPlacesMode()
           
 
Methods inherited from interface com.endeca.portal.format.FormatSettings
getType, toString
 

Method Detail

getDecimalPlacesMode

GeocodeFormatSettings.DecimalPlacesMode getDecimalPlacesMode()

getMergedDecimalPlacesMode

GeocodeFormatSettings.DecimalPlacesMode getMergedDecimalPlacesMode()

getDecimalPlaces

int getDecimalPlaces()

getMergedDecimalPlaces

int getMergedDecimalPlaces()