|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FeatureEntry | |
---|---|
org.geotools.geopkg |
Uses of FeatureEntry in org.geotools.geopkg |
---|
Methods in org.geotools.geopkg that return FeatureEntry | |
---|---|
FeatureEntry |
GeoPackage.feature(String name)
Looks up a feature entry by name. |
Methods in org.geotools.geopkg that return types with arguments of type FeatureEntry | |
---|---|
List<FeatureEntry> |
GeoPackage.features()
Lists all the feature entries in the geopackage. |
Methods in org.geotools.geopkg with parameters of type FeatureEntry | |
---|---|
void |
GeoPackage.add(FeatureEntry entry,
SimpleFeatureCollection collection)
Adds a new feature dataset to the geopackage. |
void |
GeoPackage.add(FeatureEntry entry,
SimpleFeatureSource source,
Filter filter)
Adds a new feature dataset to the geopackage. |
void |
GeoPackage.create(FeatureEntry entry,
SimpleFeatureType schema)
Creates a new feature entry in the geopackage. |
SimpleFeatureReader |
GeoPackage.reader(FeatureEntry entry,
Filter filter,
Transaction tx)
Returns a reader for the contents of a feature dataset. |
SimpleFeatureWriter |
GeoPackage.writer(FeatureEntry entry,
boolean append,
Filter filter,
Transaction tx)
Returns a writer used to modify or add to the contents of a feature dataset. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |