Package de.narimo.georepo.server.layer
Class FeatureLayer
- java.lang.Object
-
- de.narimo.georepo.server.layer.FeatureLayer
-
public class FeatureLayer extends Object
-
-
Constructor Summary
Constructors Constructor Description FeatureLayer()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringgetFeature(int userId, String dataWorkspace, String featureType, int gfid)static StringgetFeatureHistory(int userId, String dataWorkspace, String featureType, int gfid)static StringgetFeatures(int userId, String dataWorkspace, String featureType)
-
-
-
Method Detail
-
getFeatures
public static String getFeatures(int userId, String dataWorkspace, String featureType) throws IOException, SQLException
- Throws:
IOExceptionSQLException
-
getFeature
public static String getFeature(int userId, String dataWorkspace, String featureType, int gfid) throws IOException, SQLException
- Throws:
IOExceptionSQLException
-
getFeatureHistory
public static String getFeatureHistory(int userId, String dataWorkspace, String featureType, int gfid) throws IOException, SQLException
- Throws:
IOExceptionSQLException
-
-