Revision 43040 trunk/org.gvsig.desktop/org.gvsig.desktop.compat.cdc/org.gvsig.fmap.mapcontext/org.gvsig.fmap.mapcontext.api/src/main/java/org/gvsig/fmap/mapcontext/layers/vectorial/ContainsGeometryEvaluator.java

View differences:

ContainsGeometryEvaluator.java
43 43
    private final ExpressionBuilder builder;
44 44
    private final IProjection projection;
45 45

  
46
    /**
47
     * @param geometry
48
     * @param projection
49
     * @param featureType
50
     * @param geomName
51
     * @deprecated  use @{link org.gvsig.fmap.mapcontext.layers.vectorial.SpatialEvaluatorsFactory}
52
     */
53
    public ContainsGeometryEvaluator(
54
            Geometry geometry,
55
            IProjection projection,
56
            FeatureType featureType,
57
            String geomName
58
    ) {
59
        this(
60
                geometry, 
61
                projection, 
62
                featureType, 
63
                geomName, 
64
                SpatialEvaluatorsFactory.getInstance().createBuilder()
65
        );
66
    }   
67
    
46 68
    ContainsGeometryEvaluator(
47 69
            Geometry geometry,
48 70
            IProjection projection,

Also available in: Unified diff