Uses of Class
mil.nga.geopackage.extension.nga.link.FeatureTileLinkKey
-
Packages that use FeatureTileLinkKey Package Description mil.nga.geopackage.extension.nga.link -
-
Uses of FeatureTileLinkKey in mil.nga.geopackage.extension.nga.link
Methods in mil.nga.geopackage.extension.nga.link that return FeatureTileLinkKey Modifier and Type Method Description FeatureTileLinkKeyFeatureTileLinkDao. extractId(FeatureTileLink data)FeatureTileLinkKeyFeatureTileLink. getId()Get the idMethods in mil.nga.geopackage.extension.nga.link with parameters of type FeatureTileLinkKey Modifier and Type Method Description intFeatureTileLinkDao. deleteById(FeatureTileLinkKey id)booleanFeatureTileLinkDao. idExists(FeatureTileLinkKey id)FeatureTileLinkFeatureTileLinkDao. queryForId(FeatureTileLinkKey key)voidFeatureTileLink. setId(FeatureTileLinkKey id)Set the idintFeatureTileLinkDao. updateId(FeatureTileLink data, FeatureTileLinkKey newId)Method parameters in mil.nga.geopackage.extension.nga.link with type arguments of type FeatureTileLinkKey Modifier and Type Method Description intFeatureTileLinkDao. deleteIds(Collection<FeatureTileLinkKey> idCollection)
-