.. 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.RegisterType ============================= .. java:package:: dk.magenta.datafordeler.geo.configuration :noindex: .. java:type:: public enum RegisterType :outertype: GeoConfiguration Enum Constants -------------- DISABLED ^^^^^^^^ .. java:field:: public static final GeoConfiguration.RegisterType DISABLED :outertype: GeoConfiguration.RegisterType LOCAL_FILE ^^^^^^^^^^ .. java:field:: public static final GeoConfiguration.RegisterType LOCAL_FILE :outertype: GeoConfiguration.RegisterType REMOTE_HTTP ^^^^^^^^^^^ .. java:field:: public static final GeoConfiguration.RegisterType REMOTE_HTTP :outertype: GeoConfiguration.RegisterType Methods ------- getValue ^^^^^^^^ .. java:method:: public int getValue() :outertype: GeoConfiguration.RegisterType