getSpatialTiles-ANY-method: Estimate a tiling system

Description Usage Arguments Value

Description

Estimate a tiling system

Usage

1
2
3
4
5
6
7
8
9
## S4 method for signature 'ANY'
getSpatialTiles(
  obj,
  block.x,
  block.y = block.x,
  overlap.percent = 0,
  limit.bbox = TRUE,
  return.SpatialPolygons = FALSE
)

Arguments

obj

ANY.

block.x

size of the block in x dimension.

block.y

size of the block in y dimension.

overlap.percent

optional overlap percent between tiles.

limit.bbox

optional bounding box.

return.SpatialPolygons

logical specificies whether to return a data frame or Spatial Polygons.

Value

Tiling system for a spatial object


landmap documentation built on Oct. 14, 2021, 5:24 p.m.