Improve GIS
[lgpl/argeo-commons.git] / gis / runtime / org.argeo.gis.geotools / src / main / java / org / argeo / geotools / GeoToolsConstants.java
index 060b80385b767bd64babcef2b4fbaf9cb053bf79..7538f2fafa4b6a20bd58d25147b41bd3cb9b0f5f 100644 (file)
@@ -1,6 +1,12 @@
 package org.argeo.geotools;
 
+import org.geotools.data.DataStore;
+
+/** Constants used by the GeoTools utilities. */
 public interface GeoToolsConstants {
+       /**
+        * Property used to bastract the identification of some objects (typically
+        * {@link DataStore}. Especially useful as service property in OSGi.
+        */
        public final static String ALIAS_KEY = "alias";
-       public final static String PUBLISHED_FEATURE_SOURCES_KEY = "publishedFeatureSources";
 }