Project

General

Profile

« Previous | Next » 

Revision 1410177f

Added by Andreas Müller over 12 years ago

javadoc

View differences:

cdmlib-ext/src/main/java/eu/etaxonomy/cdm/ext/geo/GeoServiceArea.java
248 248
		return null;
249 249
	}
250 250

  
251
	/**
252
	 * Saves the mapping data to where ever necessary
253
	 * @param areaBangka
254
	 * @param geoServiceArea
255
	 * @throws XMLStreamException
256
	 */
251 257
	public static void set(NamedArea areaBangka, GeoServiceArea geoServiceArea) throws XMLStreamException {
252 258
		AnnotationType type = AnnotationType.TECHNICAL();
253 259
		Annotation annotation = Annotation.NewInstance(geoServiceArea.toXml(), type, Language.DEFAULT());

Also available in: Unified diff