Strabon
changeset 1060:7f8023f3b97e
class GeoSparqlNonTopologicalMetric must extend SpatialMetricFunc and not SpatialConstructFunc
author | Stella Giannakopoulou <sgian@di.uoa.gr> |
---|---|
date | Mon Apr 22 15:23:10 2013 +0300 (2013-04-22) |
parents | b903c47cc189 |
children | 7368a5899fc1 |
files | evaluation/src/main/java/org/openrdf/query/algebra/evaluation/function/spatial/geosparql/GeoSparqlNonTopologicalMetric.java |
line diff
1.1 --- a/evaluation/src/main/java/org/openrdf/query/algebra/evaluation/function/spatial/geosparql/GeoSparqlNonTopologicalMetric.java Mon Apr 22 13:26:52 2013 +0300 1.2 +++ b/evaluation/src/main/java/org/openrdf/query/algebra/evaluation/function/spatial/geosparql/GeoSparqlNonTopologicalMetric.java Mon Apr 22 15:23:10 2013 +0300 1.3 @@ -12,7 +12,7 @@ 1.4 import org.openrdf.model.Value; 1.5 import org.openrdf.model.ValueFactory; 1.6 import org.openrdf.query.algebra.evaluation.ValueExprEvaluationException; 1.7 -import org.openrdf.query.algebra.evaluation.function.spatial.SpatialConstructFunc; 1.8 +import org.openrdf.query.algebra.evaluation.function.spatial.SpatialMetricFunc; 1.9 1.10 /** 1.11 * This class represents a spatial function like the one defined in its superclass 1.12 @@ -23,7 +23,7 @@ 1.13 * @author Manos Karpathiotakis <mk@di.uoa.gr> 1.14 * @author Charalampos Nikolaou <charnik@di.uoa.gr> 1.15 */ 1.16 -public abstract class GeoSparqlNonTopologicalMetric extends SpatialConstructFunc { 1.17 +public abstract class GeoSparqlNonTopologicalMetric extends SpatialMetricFunc { 1.18 1.19 //No need for any implementation, I will have replaced this class's presence before reaching this place 1.20 public Value evaluate(ValueFactory valueFactory, Value... args)