Uses of Interface
org.eclipse.rdf4j.query.algebra.evaluation.function.geosparql.SpatialAlgebra
-
Packages that use SpatialAlgebra Package Description org.eclipse.rdf4j.query.algebra.evaluation.function.geosparql -
-
Uses of SpatialAlgebra in org.eclipse.rdf4j.query.algebra.evaluation.function.geosparql
Classes in org.eclipse.rdf4j.query.algebra.evaluation.function.geosparql that implement SpatialAlgebra Modifier and Type Class Description (package private) class
DefaultSpatialAlgebra
Deprecated.useJtsSpatialAlgebra
instead.class
JtsSpatialAlgebra
JTS-enabled implementation of spatial algebra, with full support for polygon-related geospatial functionsFields in org.eclipse.rdf4j.query.algebra.evaluation.function.geosparql declared as SpatialAlgebra Modifier and Type Field Description private static SpatialAlgebra
SpatialSupport. spatialAlgebra
Methods in org.eclipse.rdf4j.query.algebra.evaluation.function.geosparql that return SpatialAlgebra Modifier and Type Method Description protected abstract SpatialAlgebra
SpatialSupport. createSpatialAlgebra()
(package private) static SpatialAlgebra
SpatialSupport. getSpatialAlgebra()
-