File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change 33GeoInterface. isgeometry (:: Type{<:AbstractGeometry} ) = true
44GeoInterface. isgeometry (:: Type{<:AbstractFace} ) = true
55GeoInterface. isgeometry (:: Type{<:AbstractPoint} ) = true
6- GeoInterface. isgeometry (:: Type{<:AbstractVector{<:AbstractGeometry}} ) = true
7- GeoInterface. isgeometry (:: Type{<:AbstractVector{<:AbstractPoint}} ) = true
8- GeoInterface. isgeometry (:: Type{<:AbstractVector{<:LineString}} ) = true
9- GeoInterface. isgeometry (:: Type{<:AbstractVector{<:AbstractPolygon}} ) = true
10- GeoInterface. isgeometry (:: Type{<:AbstractVector{<:AbstractFace}} ) = true
11- GeoInterface. isgeometry (:: Type{<:Mesh} ) = true
6+ GeoInterface. isgeometry (:: Type{<:AbstractMesh} ) = true
127
138GeoInterface. geomtrait (:: Point ) = PointTrait ()
149GeoInterface. geomtrait (:: Line ) = LineTrait ()
You can’t perform that action at this time.
0 commit comments