Skip to content

Commit

Permalink
Remove from JS api
Browse files Browse the repository at this point in the history
  • Loading branch information
kylebarron committed Dec 10, 2024
1 parent f86a337 commit 78a408d
Show file tree
Hide file tree
Showing 3 changed files with 105 additions and 20 deletions.
115 changes: 105 additions & 10 deletions js/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 0 additions & 5 deletions js/src/data/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -73,11 +73,6 @@ impl_data! {
/// in-memory representation.
pub struct MultiPolygonData(pub(crate) geoarrow::array::MultiPolygonArray);
}
impl_data! {
/// An immutable array of Geometry geometries in WebAssembly memory using GeoArrow's
/// in-memory representation.
pub struct MixedGeometryData(pub(crate) geoarrow::array::MixedGeometryArray);
}
impl_data! {
/// An immutable array of GeometryCollection geometries in WebAssembly memory using GeoArrow's
/// in-memory representation.
Expand Down
5 changes: 0 additions & 5 deletions js/src/vector/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,6 @@ impl_vector! {
/// GeoArrow's in-memory representation.
pub struct MultiPolygonVector(pub(crate) geoarrow::chunked_array::ChunkedMultiPolygonArray);
}
impl_vector! {
/// An immutable chunked array of Geometry geometries in WebAssembly memory using
/// GeoArrow's in-memory representation.
pub struct MixedGeometryVector(pub(crate) geoarrow::chunked_array::ChunkedMixedGeometryArray);
}
impl_vector! {
/// An immutable chunked array of GeometryCollection geometries in WebAssembly memory using
/// GeoArrow's in-memory representation.
Expand Down

0 comments on commit 78a408d

Please sign in to comment.