Uses of Class
com.oracle.spring.spatial.SpatialExpression
Packages that use SpatialExpression
-
Uses of SpatialExpression in com.oracle.spring.spatial
Methods in com.oracle.spring.spatial that return SpatialExpressionModifier and TypeMethodDescriptionOracleSpatialJdbcOperations.distance(String geometryColumn, SpatialGeometry geometry, Number tolerance) Returns a distance expression based onSDO_GEOM.SDO_DISTANCEusing the configured default unit and a caller-provided tolerance.OracleSpatialJdbcOperations.distance(String geometryColumn, SpatialGeometry geometry, Number tolerance, String unit) Returns a distance expression based onSDO_GEOM.SDO_DISTANCEusing the supplied tolerance and unit.OracleSpatialJdbcOperations.fromGeoJson(SpatialGeometry geometry) Returns an expression that converts a bindable GeoJSON geometry intoSDO_GEOMETRY.OracleSpatialJdbcOperations.nearestNeighborDistance()Returns theSDO_NN_DISTANCE(1)expression for use in select lists or order clauses afterOracleSpatialJdbcOperations.nearestNeighbor(String, SpatialGeometry, int).Returns a GeoJSON projection expression for the given geometry column.