]> git.argeo.org Git - lgpl/argeo-commons.git/blob - gis/runtime/org.argeo.gis.geotools/src/main/java/org/argeo/geotools/GeoToolsConstants.java
Adapt for GeoTools 2.7.2
[lgpl/argeo-commons.git] / gis / runtime / org.argeo.gis.geotools / src / main / java / org / argeo / geotools / GeoToolsConstants.java
1 package org.argeo.geotools;
2
3 import org.geotools.data.DataStore;
4
5 /** Constants used by the GeoTools utilities. */
6 public interface GeoToolsConstants {
7 /**
8 * Property used to bastract the identification of some objects (typically
9 * {@link DataStore}. Especially useful as service property in OSGi.
10 */
11 public final static String ALIAS_KEY = "alias";
12 }