You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I found in documentation topic about querying.
Is it exist any tutorial how deal with this library?
Is it possible use these methods on WKT objects, particularly regarding to 3D cartesian coordinates?
Thank You in advance,
Jakub
The text was updated successfully, but these errors were encountered:
This library does not really deal with 3D coordinate systems. It is based on JTS and GeoTools and was originally written using versions of those libraries that did not provide good support for 3D. Some early work was done to support 3D, but it is far from complete. Neo4j itself, however, provides complete 3D support for Cartesian points, but not for complex geometries.
However, we did add some support for CQL querying of layers, whether they use WKT or not. This support is wrapped in a concept called Dynamic Layers. This means you define a dynamic layer as a subset of a real layer where the subset is the results of a CQL query. This capability is only available using the Java API, so it is not accessible directly from Cypher unless you write your own procedures.
Hi,
I found in documentation topic about querying.
Is it exist any tutorial how deal with this library?
Is it possible use these methods on WKT objects, particularly regarding to 3D cartesian coordinates?
Thank You in advance,
Jakub
The text was updated successfully, but these errors were encountered: