Revision 43020 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/ContainsEnvelopeEvaluator.java

View differences:

ContainsEnvelopeEvaluator.java
46 46
	private String srs;
47 47
	private String envelopeWKT;
48 48

  
49
	public ContainsEnvelopeEvaluator(Envelope envelope,
49
	ContainsEnvelopeEvaluator(Envelope envelope,
50 50
			IProjection envelopeProjection, FeatureType featureType,
51 51
			String geomName) {
52 52
		FeatureAttributeDescriptor fad = (FeatureAttributeDescriptor) featureType

Also available in: Unified diff