Uses of Class
com.oracle.spring.spatial.SpatialGeometry
Packages that use SpatialGeometry
-
Uses of SpatialGeometry in com.oracle.spring.spatial
Methods in com.oracle.spring.spatial that return SpatialGeometryModifier and TypeMethodDescriptionCreates a bindable geometry value using the configured default SRID.Creates a bindable geometry value using the supplied SRID.Methods in com.oracle.spring.spatial with parameters of type SpatialGeometryModifier 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.filter(String geometryColumn, SpatialGeometry geometry) Returns anSDO_FILTER(...)predicate.OracleSpatialJdbcOperations.fromGeoJson(SpatialGeometry geometry) Returns an expression that converts a bindable GeoJSON geometry intoSDO_GEOMETRY.OracleSpatialJdbcOperations.nearestNeighbor(String geometryColumn, SpatialGeometry geometry, int numResults) Returns anSDO_NN(...)predicate using Oracle operator id1.OracleSpatialJdbcOperations.relate(String geometryColumn, SpatialGeometry geometry, SpatialRelationMask mask) Returns anSDO_RELATE(...)predicate for the given relationship mask.OracleSpatialJdbcOperations.withinDistance(String geometryColumn, SpatialGeometry geometry, Number distance) Returns anSDO_WITHIN_DISTANCE(...)predicate using the configured default distance unit.OracleSpatialJdbcOperations.withinDistance(String geometryColumn, SpatialGeometry geometry, Number distance, String unit) Returns anSDO_WITHIN_DISTANCE(...)predicate using the supplied distance unit token.