Revision 489 org.gvsig.geoprocess/trunk/org.gvsig.geoprocess/org.gvsig.geoprocess.algorithm/org.gvsig.geoprocess.algorithm.spatialjoin/src/main/java/org/gvsig/geoprocess/algorithm/spatialjoin/SpatialJoinAlgorithm.java

View differences:

SpatialJoinAlgorithm.java
67 67
	private boolean                   funcList[]            = new boolean[Summary.length];
68 68
	private HashMap<String, String>   funcMap               = new HashMap<String, String>();
69 69
	
70
	/*
71
	 * (non-Javadoc)
72
	 * @see es.unex.sextante.core.GeoAlgorithm#defineCharacteristics()
73
	 */
74 70
	public void defineCharacteristics(){
75 71
        setName(getTranslation("Spatialjoin"));
76 72
        setGroup(getTranslation("basic_vect_algorithms"));
......
99 95
								OutputVectorLayer.SHAPE_TYPE_UNDEFINED);
100 96
	}
101 97
	
102
	/*
103
	 * (non-Javadoc)
104
	 * @see es.unex.sextante.core.GeoAlgorithm#processAlgorithm()
105
	 */
106 98
	public boolean processAlgorithm() throws GeoAlgorithmExecutionException {
107 99
		if(existsOutPutFile(SpatialJoinAlgorithm.RESULT, 0)) {
108 100
    		throw new GeoAlgorithmExecutionException(getTranslation("file_exists"));
......
224 216
	 * @param featureType
225 217
	 * @return FeatureStore
226 218
	 */
227
	@SuppressWarnings("unchecked")
228 219
	protected FeatureStore buildSpatialJoinOutPutStore(FeatureType featureType1,
229 220
											int shapeType,
230 221
											String sextanteLayerName, 

Also available in: Unified diff