Revision 29715 branches/v2_0_0_prep/extensions/extDalTransformEventTheme/src/org/gvsig/app/eventtheme/dal/feature/EventThemeTransform.java

View differences:

EventThemeTransform.java
73 73
	 * This method initializes the transformation, sets the name of the parameters and 
74 74
	 * sets the value of the {@link FeatureType} returned by the transformation. 
75 75
	 * @param store
76
	 * The original store. 
76 77
	 * @param geometryFieldName
78
	 * The field that contains the geometric attribute.
77 79
	 * @param xFieldName
80
	 * The field that contains the X coordinate.
78 81
	 * @param yFieldName
82
	 * The field that contains the Y coordinate.
79 83
	 * @throws DataException
80 84
	 */
81 85
	public void initialize(FeatureStore store, String geometryFieldName, String xFieldName, String yFieldName) throws DataException{

Also available in: Unified diff