Revision 37960 trunk/libraries/libGPE/src/org/gvsig/gpe/parser/IGPEContentHandler.java

View differences:

IGPEContentHandler.java
558 558
	 * Consumer application object that represents a feature
559 559
	 */
560 560
	public void addTimeToFeature(Object time, Object feature);
561

  
562
	/**
563
	 * Useful to add data related to a layer. For example, it is useful to put
564
	 * data in order to use a default legend.
565
	 * @param metadata
566
	 * @param layer
567
	 */
568
	public void addMetadataToLayer(Object metadata, Object layer);
561 569
}

Also available in: Unified diff