Last data update: 2014.03.03

R: Internal function of spToGeoJSON
checkPolyHoleR Documentation

Internal function of spToGeoJSON

Description

Checks if hole is part of polygon or not. Used by spToGeoJSON.

Usage

checkPolyHole(polyCoord, holeCoord)

Arguments

polyCoord

Polygon coordinates as data.frame.

holeCoord

Hole coordinates as data.frame.

Value

Boolean

Author(s)

Christian Graul

See Also

spToGeoJSON

Results