Package | Description |
---|---|
org.geotools.geopkg |
Modifier and Type | Method and Description |
---|---|
FeatureEntry |
GeoPackage.feature(String name)
Looks up a feature entry by name.
|
Modifier and Type | Method and Description |
---|---|
List<FeatureEntry> |
GeoPackage.features()
Lists all the feature entries in the geopackage.
|
Modifier and Type | Method and Description |
---|---|
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.
|
void |
GeoPackage.createSpatialIndex(FeatureEntry e)
Create a spatial index
|
protected String |
GeoPackage.getSpatialIndexName(FeatureEntry entry) |
boolean |
GeoPackage.hasSpatialIndex(FeatureEntry entry)
Verifies if a spatial index is present
|
SimpleFeatureReader |
GeoPackage.reader(FeatureEntry entry,
Filter filter,
Transaction tx)
Returns a reader for the contents of a feature dataset.
|
Set<Identifier> |
GeoPackage.searchSpatialIndex(FeatureEntry entry,
Double minX,
Double minY,
Double maxX,
Double maxY)
Searches a spatial index.
|
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.
|
Copyright © 1996–2019 Geotools. All rights reserved.