Main Content
isgeotable
Syntax
Description
tf = isgeotable(
determines if the input
A
)A
is a geospatial table. The function returns a logical
1
(true
) if A
is a geospatial
table and a logical 0
(false
) otherwise.
A geospatial table is a table
or timetable
object in which:
The first variable of the table is called
Shape
.The
Shape
variable containsgeopointshape
,geolineshape
,geopolyshape
,mappointshape
,maplineshape
, ormappolyshape
objects.
For more information about geospatial tables, see Create Geospatial Tables.
Examples
Input Arguments
Version History
Introduced in R2021b