Class FeatureSourceHelper
- java.lang.Object
-
- nl.b3p.tailormap.api.geotools.featuresources.FeatureSourceHelper
-
- Direct Known Subclasses:
JDBCFeatureSourceHelper,WFSFeatureSourceHelper
public abstract class FeatureSourceHelper extends Object
-
-
Constructor Summary
Constructors Constructor Description FeatureSourceHelper()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description org.geotools.api.data.DataStorecreateDataStore(TMFeatureSource tmfs)abstract org.geotools.api.data.DataStorecreateDataStore(TMFeatureSource tmfs, Integer timeout)protected TMFeatureTypeInfogetFeatureTypeInfo(TMFeatureType pft, org.geotools.api.data.ResourceInfo info, org.geotools.api.data.SimpleFeatureSource gtFs)voidloadCapabilities(TMFeatureSource tmfs)voidloadCapabilities(TMFeatureSource tmfs, Integer timeout)org.geotools.api.data.DataStoreopenDatastore(Map<String,Object> params, String passwordKey)org.geotools.api.data.SimpleFeatureSourceopenGeoToolsFeatureSource(TMFeatureType tmft, Integer timeout)
-
-
-
Method Detail
-
createDataStore
public org.geotools.api.data.DataStore createDataStore(TMFeatureSource tmfs) throws IOException
- Throws:
IOException
-
createDataStore
public abstract org.geotools.api.data.DataStore createDataStore(TMFeatureSource tmfs, Integer timeout) throws IOException
- Throws:
IOException
-
openGeoToolsFeatureSource
public org.geotools.api.data.SimpleFeatureSource openGeoToolsFeatureSource(TMFeatureType tmft, Integer timeout) throws IOException
- Throws:
IOException
-
loadCapabilities
public void loadCapabilities(TMFeatureSource tmfs) throws IOException
- Throws:
IOException
-
openDatastore
public org.geotools.api.data.DataStore openDatastore(Map<String,Object> params, String passwordKey) throws IOException
- Throws:
IOException
-
loadCapabilities
public void loadCapabilities(TMFeatureSource tmfs, Integer timeout) throws IOException
- Throws:
IOException
-
getFeatureTypeInfo
protected TMFeatureTypeInfo getFeatureTypeInfo(TMFeatureType pft, org.geotools.api.data.ResourceInfo info, org.geotools.api.data.SimpleFeatureSource gtFs)
-
-