Uses of Class
org.geotools.geopkg.FeatureEntry
-
Packages that use FeatureEntry Package Description org.geotools.geopkg -
-
Uses of FeatureEntry in org.geotools.geopkg
Methods in org.geotools.geopkg that return FeatureEntry Modifier and Type Method Description FeatureEntryGeoPackage. feature(String name)Looks up a feature entry by name.protected FeatureEntryGeoPackage. feature(String name, Connection cx)Methods in org.geotools.geopkg that return types with arguments of type FeatureEntry Modifier and Type Method Description List<FeatureEntry>GeoPackage. features()Lists all the feature entries in the geopackage.Methods in org.geotools.geopkg with parameters of type FeatureEntry Modifier and Type Method Description voidGeoPackage. add(FeatureEntry entry, SimpleFeatureSource source, Filter filter)Adds a new feature dataset to the geopackage.voidGeoPackage. add(FeatureEntry entry, SimpleFeatureCollection collection)Adds a new feature dataset to the geopackage.voidGeoPackage. create(FeatureEntry entry, SimpleFeatureType schema)Creates a new feature entry in the geopackage.voidGeoPackage. createSpatialIndex(FeatureEntry e)Create a spatial indexprotected StringGeoPackage. getSpatialIndexName(FeatureEntry entry)booleanGeoPackage. hasSpatialIndex(FeatureEntry entry)Verifies if a spatial index is presentSimpleFeatureReaderGeoPackage. 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.SimpleFeatureWriterGeoPackage. writer(FeatureEntry entry, boolean append, Filter filter, Transaction tx)Returns a writer used to modify or add to the contents of a feature dataset.
-