All Downloads are FREE. Search and download functionalities are using the official Maven repository.

contexts.root.settings-coordinate.xml Maven / Gradle / Ivy

<beans xmlns="http://www.springframework.org/schema/beans"
       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
       xsi:schemaLocation="http://www.springframework.org/schema/beans
                           http://www.springframework.org/schema/beans/spring-beans-4.3.xsd">
    <bean class="org.n52.faroe.settings.StringSettingDefinition">
        <property name="key" value="swe.coordinate.northing" />
        <property name="title" value="SweCoordinate names for northing/latitude" />
        <property name="description" value="Comma separated definitions for northing/latitude. By default, support northing, latitude, southing" />
        <property name="order" value="17.0" />
        <property name="optional" value="true" />
        <property name="group" ref="miscellaneousSettingDefinitionGroup" />
        <property name="defaultValue" value="northing,latitude,southing" />
    </bean>
    <bean class="org.n52.faroe.settings.StringSettingDefinition">
        <property name="key" value="swe.coordinate.easting" />
        <property name="title" value="SweCoordinate names for easting/longitude" />
        <property name="description" value="Comma separated definitions for easting/longitude. By default, support easting, longitude, westing" />
        <property name="order" value="18.0" />
        <property name="optional" value="true" />
        <property name="group" ref="miscellaneousSettingDefinitionGroup" />
        <property name="defaultValue" value="easting,longitude,westing" />
    </bean>
    <bean class="org.n52.faroe.settings.StringSettingDefinition">
        <property name="key" value="swe.coordinate.altitude" />
        <property name="title" value="SweCoordinate names for altitude" />
        <property name="description" value="Comma separated definitions for altitude. By default, support altitude, height, depth" />
        <property name="order" value="19.0" />
        <property name="optional" value="true" />
        <property name="group" ref="miscellaneousSettingDefinitionGroup" />
        <property name="defaultValue" value="altitude,height,depth" />
    </bean>
</beans>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy