public class FeatureSources
extends Object
TODO start to pair back all of the support in here so that it lives in the resolvers - strip this back to just
local file support maybe
-
-
Constructor Summary
Constructors
-
Method Summary
static org.geotools.api.data.SimpleFeatureSource
static org.geotools.api.data.SimpleFeatureSource
static org.geotools.api.data.SimpleFeatureSource
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
GEOMETRY_COLUMN_NAME
public static final String GEOMETRY_COLUMN_NAME
- See Also:
-
-
WFS_TIMEOUT_MS
public static final int WFS_TIMEOUT_MS
- See Also:
-
-
Constructor Details
-
FeatureSources
public FeatureSources()
-
Method Details
-
open
public static org.geotools.api.data.SimpleFeatureSource open(String target,
Optional<String> typeName)
-
open
public static org.geotools.api.data.SimpleFeatureSource open(File target)
-
open
public static org.geotools.api.data.SimpleFeatureSource open(File target,
Optional<String> requestedType)