public class ShapefileFeatureSourceFactoryImpl extends Object implements FeatureSourceFactory
Constructor and Description |
---|
ShapefileFeatureSourceFactoryImpl() |
ShapefileFeatureSourceFactoryImpl(File path) |
Modifier and Type | Method and Description |
---|---|
void |
checkInputs() |
void |
cleanup() |
org.geotools.data.FeatureSource<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> |
getFeatureSource() |
void |
setPath(File path) |
public ShapefileFeatureSourceFactoryImpl()
public ShapefileFeatureSourceFactoryImpl(File path)
public void setPath(File path)
public org.geotools.data.FeatureSource<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> getFeatureSource()
getFeatureSource
in interface FeatureSourceFactory
public void cleanup()
cleanup
in interface FeatureSourceFactory
public void checkInputs()
checkInputs
in interface FeatureSourceFactory
GraphBuilder.checkInputs()
Copyright © 2019. All rights reserved.