.. java:import:: dk.magenta.datafordeler.core.configuration Configuration .. java:import:: dk.magenta.datafordeler.geo GeoPlugin .. java:import:: dk.magenta.datafordeler.geo.data.accessaddress AccessAddressEntity .. java:import:: dk.magenta.datafordeler.geo.data.building BuildingEntity .. java:import:: dk.magenta.datafordeler.geo.data.locality GeoLocalityEntity .. java:import:: dk.magenta.datafordeler.geo.data.municipality GeoMunicipalityEntity .. java:import:: dk.magenta.datafordeler.geo.data.postcode PostcodeEntity .. java:import:: dk.magenta.datafordeler.geo.data.road GeoRoadEntity .. java:import:: dk.magenta.datafordeler.geo.data.unitaddress UnitAddressEntity .. java:import:: java.nio.charset Charset GeoConfiguration.CharsetValue ============================= .. java:package:: dk.magenta.datafordeler.geo.configuration :noindex: .. java:type:: public enum CharsetValue :outertype: GeoConfiguration Enum Constants -------------- ISO_8859_1 ^^^^^^^^^^ .. java:field:: public static final GeoConfiguration.CharsetValue ISO_8859_1 :outertype: GeoConfiguration.CharsetValue UTF_8 ^^^^^ .. java:field:: public static final GeoConfiguration.CharsetValue UTF_8 :outertype: GeoConfiguration.CharsetValue Methods ------- asCharset ^^^^^^^^^ .. java:method:: public Charset asCharset() :outertype: GeoConfiguration.CharsetValue asString ^^^^^^^^ .. java:method:: public String asString() :outertype: GeoConfiguration.CharsetValue getValue ^^^^^^^^ .. java:method:: public int getValue() :outertype: GeoConfiguration.CharsetValue