GPKGTileMatrixSetDao
Objective-C
@interface GPKGTileMatrixSetDao : GPKGBaseDaoSwift
class GPKGTileMatrixSetDao : GPKGBaseDaoTile Matrix Set Data Access Object
- 
                  
                  Create the DAO DeclarationObjective-C + (GPKGTileMatrixSetDao *)createWithDatabase:(GPKGConnection *)database;Swift class func create(withDatabase database: GPKGConnection!) -> GPKGTileMatrixSetDao!Parametersdatabasedatabase connection Return Valuedao 
- 
                  
                  Initialize DeclarationObjective-C - (instancetype)initWithDatabase:(GPKGConnection *)database;Swift init!(database: GPKGConnection!)Parametersdatabasedatabase connection Return Valuenew tile matrix set dao 
- 
                  
                  Get the tile table names DeclarationObjective-C - (NSArray *)tileTables;Swift func tileTables() -> [Any]!Return Valuetile tables 
- 
                  
                  Get the Spatial Reference System of the Tile Matrix Set DeclarationObjective-C - (GPKGSpatialReferenceSystem *)srs:(GPKGTileMatrixSet *)tileMatrixSet;Swift func srs(_ tileMatrixSet: GPKGTileMatrixSet!) -> GPKGSpatialReferenceSystem!ParameterstileMatrixSettile matrix set Return Valuesrs 
- 
                  
                  Get the Contents of the Tile Matrix Set DeclarationObjective-C - (GPKGContents *)contents:(GPKGTileMatrixSet *)tileMatrixSet;Swift func contents(_ tileMatrixSet: GPKGTileMatrixSet!) -> GPKGContents!ParameterstileMatrixSettile matrix set Return Valuecontents 
- 
                  
                  Get a bounding box in the provided projection DeclarationObjective-C - (GPKGBoundingBox *)boundingBoxOfTileMatrixSet: (GPKGTileMatrixSet *)tileMatrixSet inProjection:(PROJProjection *)projection;Swift func boundingBox(of tileMatrixSet: GPKGTileMatrixSet!, in projection: PROJProjection!) -> GPKGBoundingBox!ParameterstileMatrixSettile matrix set projectiondesired projection Return Valuebounding box 
 View on GitHub
View on GitHub GPKGTileMatrixSetDao Class Reference
        GPKGTileMatrixSetDao Class Reference