public class ImmutablePreferences extends Object implements Preferences
Constructor and Description |
---|
ImmutablePreferences(Preferences preferences) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getClientCoordSysName() |
Locale |
getClientLocale() |
Distance |
getCornerOffset() |
Map<String,String> |
getCustomPreferences() |
Distance |
getDistance() |
FactoryDescription |
getFactoryDescription() |
String |
getMatchMode() |
Integer |
getMaxResults() |
List<Double> |
getOriginXY() |
Set<String> |
getReturnOfAdditionalFields() |
Distance |
getStreetOffset() |
int |
hashCode() |
Boolean |
isFallbackToGeographic() |
Boolean |
isFallbackToPostal() |
Boolean |
isReturnAllInfo() |
String |
toString() |
public ImmutablePreferences(Preferences preferences)
public Integer getMaxResults()
getMaxResults
in interface Preferences
public Boolean isReturnAllInfo()
isReturnAllInfo
in interface Preferences
public FactoryDescription getFactoryDescription()
getFactoryDescription
in interface Preferences
public Map<String,String> getCustomPreferences()
getCustomPreferences
in interface Preferences
public Locale getClientLocale()
getClientLocale
in interface Preferences
public String getClientCoordSysName()
getClientCoordSysName
in interface Preferences
public Distance getDistance()
getDistance
in interface Preferences
public Distance getStreetOffset()
getStreetOffset
in interface Preferences
public Distance getCornerOffset()
getCornerOffset
in interface Preferences
public Boolean isFallbackToGeographic()
isFallbackToGeographic
in interface Preferences
public Boolean isFallbackToPostal()
isFallbackToPostal
in interface Preferences
public String getMatchMode()
getMatchMode
in interface Preferences
public List<Double> getOriginXY()
getOriginXY
in interface Preferences
public Set<String> getReturnOfAdditionalFields()
getReturnOfAdditionalFields
in interface Preferences
Copyright © 2024. All rights reserved.