st_is_full: predicate whether a geometry is equal to a POLYGON FULL

View source: R/sfc.R

st_is_fullR Documentation

predicate whether a geometry is equal to a POLYGON FULL

Description

predicate whether a geometry is equal to a POLYGON FULL

Usage

st_is_full(x, ...)

## S3 method for class 'sfg'
st_is_full(x, ..., is_longlat = NULL)

## S3 method for class 'sfc'
st_is_full(x, ...)

## S3 method for class 'sf'
st_is_full(x, ...)

## S3 method for class 'bbox'
st_is_full(x, ...)

Arguments

x

object of class sfg, sfc or sf

...

ignored, except when it contains a crs argument to inform unspecified is_longlat

is_longlat

logical; output of st_is_longlat of the parent sfc object

Value

logical, indicating whether geometries are POLYGON FULL (a spherical polygon covering the entire sphere)


sf documentation built on Oct. 11, 2024, 9:08 a.m.