blob: 89570d7aa35b1978afcca3e3d7a6969c29b4d2e1 [file] [log] [blame]
package org.eclipse.stem.definitions.adapters.spatial.geo.preferences;
/*******************************************************************************
* Copyright (c) 2006 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
/**
* Constant definitions for plug-in preferences
*/
public interface PreferenceConstants {
public static final String DOWN_SAMPLE_LAT_LONG_DATA_BOOLEAN_PREFERENCE = "org.eclipse.stem.definitions.latlong.sample";
public static final String LAT_LONG_SAMPLE_FREQUENCY_INTEGER_PREFERENCE = "org.eclipse.stem.definitions.latlong.samplefrequency";
public static final String REPORT_IO_EXCEPTIONS_BOOLEAN_PREFERENCE = "org.eclipse.stem.definitions.latlong.ioreport";
public static final String USE_LOWER_RESOLUTION_LAT_LONG_DATA_BOOLEAN_PREFERENCE = "org.eclipse.stem.definitions.latlong.lowresolution";
} // PreferenceConstants